Re: [PATCH 1/2] lib/librte_lpm: Fix anonymous union initialization issue
From: Stephen Hemminger <stephen@networkplumber.org>
Date: 2016-03-25 17:02:12
From: Stephen Hemminger <stephen@networkplumber.org>
Date: 2016-03-25 17:02:12
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.