On Thu, Jan 26, 2017 at 11:08:29AM +0000, Ferruh Yigit wrote: > On 1/25/2017 12:11 PM, Ferruh Yigit wrote: > > On 1/24/2017 9:15 PM, Emmanuel Roullit wrote: > >> Found with clang static analysis: > >> drivers/net/bonding/rte_eth_bond_pmd.c:903:3: > >> warning: Value stored to 'num_not_send' is never read > >> num_not_send += slave_bufs_pkts[RTE_MAX_ETHPORTS] - num_send; > >> ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > >> > >> Fixes: 73db5badb042 ("net: align ethdev and eal driver names") > >> > >> Signed-off-by: Emmanuel Roullit <emmanuel.roul...@gmail.com> > > > > Applied to dpdk-next-net/master, thanks. > > Fixes: 06fe78b98ccd ("bond: add mode 6") > Cc: sta...@dpdk.org
For the same reason (it didn't fix a real bug), I will drop it to a stable release. --yliu