Re: [dpdk-dev] [PATCH v2] net/bonding: check dequeue result before proceeding

2018-01-25 Thread Ferruh Yigit
On 1/24/2018 1:11 PM, Radu Nicolau wrote: > Coverity issue: 257015 > Fixes: 09150784a776 ("net/bonding: burst mode hash calculation") > Cc: sta...@dpdk.org > > Signed-off-by: Radu Nicolau Applied to dpdk-next-net/master, thanks.

[dpdk-dev] [PATCH v2] net/bonding: check dequeue result before proceeding

2018-01-24 Thread Radu Nicolau
Fixes: 09150784a776 ("net/bonding: burst mode hash calculation") Coverity issue: 257015 Cc: sta...@dpdk.org Signed-off-by: Radu Nicolau --- v2: updated commit message drivers/net/bonding/rte_eth_bond_pmd.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git