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

Ferruh Yigit ferruh.yigit at xilinx.com
Wed May 4 18:32:28 CEST 2022


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.zhang at intel.com>
> 
> Acked-by: Min Hu (Connor) <humin29 at huawei.com>
> 
     Fixes: 6b1a001ec546 ("net/bonding: fix RSS key length")
     Cc: stable at 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.


More information about the dev mailing list