[PATCH v2] net/bonding: fix RSS not work for bonding

Ferruh Yigit ferruh.yigit at intel.com
Wed Jan 26 16:50:48 CET 2022


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: stable at dpdk.org
>>
>> Signed-off-by: Yu Wenjun <yuwenjun at cmss.chinamobile.com>
> 
> Acked-by: Min Hu (Connor) <humin29 at 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.


More information about the stable mailing list