On 4/13/2022 10:01 AM, Min Hu (Connor) wrote:
<...>
在 2022/4/11 13:40, Ke Zhang 写道:
when creating a bonding device, if the slave device's rss key length
= standard_rss_key length + extended_hash_key length, then bonding
device will be same as slave, in function bond_ethdev_configure(),
the default_rss_key length is 40, it is not matched, so it should
calculate a new key for bonding device if the default key could not
be used.
Signed-off-by: Ke Zhang <ke1x.zh...@intel.com>
Acked-by: Min Hu (Connor) <humi...@huawei.com>
Fixes: 6b1a001ec546 ("net/bonding: fix RSS key length")
Cc: sta...@dpdk.org
(The fixes line not exactly true, since 52 byte keys seems not
considered from the begging, but above commit seems the closest one to
make the patch backported to proper releases.)
Applied to dpdk-next-net/main, thanks.