Re: [dpdk-dev] [PATCH] net/bonding: check return value in bond_ethdev_configure

2018-11-16 Thread Ferruh Yigit
On 11/16/2018 2:54 PM, Lee Daly wrote: > This patch checks the return value of function > rte_eth_bond_8023ad_agg_selection_set() in bond_ethdev_configure > for error return value. Thanks Lee, just a few minor syntax comment below. > > Signed-off-by: Lee Daly > --- > drivers/net/bonding/rte_et

Re: [dpdk-dev] [PATCH] net/bonding: check return value

2018-02-05 Thread Ferruh Yigit
On 2/1/2018 5:21 PM, Radu Nicolau wrote: > Coverity issue: 260405 > Fixes: 2efb58cbab6e ("bond: new link bonding library") > Cc: sta...@dpdk.org > > Signed-off-by: Radu Nicolau Applied to dpdk-next-net/master, thanks. (Missing parenthesis added while applying.)