[dpdk-dev] [PATCH] bonding: fix incorrect loop boundary condition

2016-04-01 Thread Thomas Monjalon
2016-04-01 15:16, Vladyslav Buslov: > Loop that calculates total number of tx descriptors in slave tx queues should > iterate up to nb_tx_queues, not nb_rx_queues. > > Signed-off-by: Vladyslav Buslov Fixes: 3ef7955700e7 ("bonding: fix LACP mempool size") Applied, thanks

[dpdk-dev] [PATCH] bonding: fix incorrect loop boundary condition

2016-04-01 Thread Vladyslav Buslov
Loop that calculates total number of tx descriptors in slave tx queues should iterate up to nb_tx_queues, not nb_rx_queues. Signed-off-by: Vladyslav Buslov --- drivers/net/bonding/rte_eth_bond_8023ad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/bonding/rte_e