net/bonding: fix Rx queue conversion
authorDongsheng Rong <rongdongsheng@baidu.com>
Tue, 22 Sep 2020 10:29:32 +0000 (18:29 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 16 Oct 2020 17:18:47 +0000 (19:18 +0200)
commit99fb0a03fd1e4ce2ea839014a5d0df87a1282405
treef144862a8dede5bea6bff6f569ce0ee524620856
parent97602faa9e03c91465fc55f5464762796ce641c7
net/bonding: fix Rx queue conversion

In 'bond_ethdev_rx_burst_alb()' in Rx path, 'bond_rx_queue' should be
used, not 'bond_tx_queue'.

Fixes: 06fe78b98ccd ("bond: add mode 6")
Cc: stable@dpdk.org
Signed-off-by: Dongsheng Rong <rongdongsheng@baidu.com>
Signed-off-by: RongQing Li <lirongqing@baidu.com>
Reviewed-by: Wei Hu (Xavier) <xavier.huwei@huawei.com>
drivers/net/bonding/rte_eth_bond_pmd.c