Re: [PATCH v3 1/1] net/bonding: fix rss key configuration when the key length is 52

2022-05-04 Thread Ferruh Yigit
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 def

[PATCH v3 1/1] net/bonding: fix rss key configuration when the key length is 52

2022-04-10 Thread 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 bondin