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

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

2018-11-16 Thread Lee Daly
This patch checks the return value of function rte_eth_bond_8023ad_agg_selection_set() in bond_ethdev_configure for error return value. Signed-off-by: Lee Daly --- drivers/net/bonding/rte_eth_bond_pmd.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/drivers/net/b

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.)

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

2018-02-01 Thread Radu Nicolau
Coverity issue: 260405 Fixes: 2efb58cbab6e ("bond: new link bonding library") Cc: sta...@dpdk.org Signed-off-by: Radu Nicolau --- drivers/net/bonding/rte_eth_bond_api.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/drivers/net/bonding/rte_eth_bond_api.c b/drivers/