Re: [dpdk-dev] [v21.02 v3 06/10] net/bonding: remove local variable shadowing outer one

2021-01-10 Thread Min Hu (Connor)
Acked-by: Min Hu (Connor) 在 2020/11/19 19:58, Ferruh Yigit 写道: 'retval' is already defined in the function scope, removing the 'retval' in the block scope. Fixes: 112891cd27e5 ("net/bonding: add dedicated HW queues for LACP control") Cc: sta...@dpdk.org Signed-off-by: Ferruh Yigit --- Cc: to

Re: [dpdk-dev] [v21.02 v3 06/10] net/bonding: remove local variable shadowing outer one

2021-01-08 Thread David Marchand
On Thu, Nov 19, 2020 at 1:01 PM Ferruh Yigit wrote: > > 'retval' is already defined in the function scope, removing the 'retval' > in the block scope. > > Fixes: 112891cd27e5 ("net/bonding: add dedicated HW queues for LACP control") > Cc: sta...@dpdk.org > > Signed-off-by: Ferruh Yigit Reviewed-

[dpdk-dev] [v21.02 v3 06/10] net/bonding: remove local variable shadowing outer one

2020-11-19 Thread Ferruh Yigit
'retval' is already defined in the function scope, removing the 'retval' in the block scope. Fixes: 112891cd27e5 ("net/bonding: add dedicated HW queues for LACP control") Cc: sta...@dpdk.org Signed-off-by: Ferruh Yigit --- Cc: tomaszx.kula...@intel.com --- drivers/net/bonding/rte_eth_bond_8023a