On 1/18/2022 9:27 AM, Min Hu (Connor) wrote:
在 2022/1/18 17:18, Yu Wenjun 写道:
RSS don't work when bond_ethdev_configure called before
rte_eth_bond_slave_add.
e.g.:
dont't work(examples/bond/main.c):
rte_eth_bond_create()
rte_eth_dev_configure()
rte_eth_bond_slave_add()
rte_eth_dev_start()
work(testpmd):
rte_eth_bond_create()
rte_eth_bond_slave_add()
rte_eth_dev_configure()
rte_eth_dev_start()
Fixes: 6b1a001ec546 ("net/bonding: fix RSS key length")
Cc: sta...@dpdk.org
Signed-off-by: Yu Wenjun <yuwen...@cmss.chinamobile.com>
Acked-by: Min Hu (Connor) <humi...@huawei.com>
Updated commit log to include rss key length being 0 detail,
based on discussions in the mail list.
Applied to dpdk-next-net/main, thanks.