[dpdk-dev] [PATCH 1/2] lib/librte_lpm: Fix anonymous union initialization issue

Stephen Hemminger stephen at networkplumber.org
Fri Mar 25 18:02:26 CET 2016


Making code run with picky compilers is good, as long as it
doesn't break other (more modern) compilers.

> +					new_tbl8_entry.next_hop=next_hop;

Please run your patches through checkpatch, it will warn about missing whitespace like this.


More information about the dev mailing list