[dpdk-dev] [dpdk-stable] [PATCH] net/bonding: don't ignore RSS key on device configuration

Ferruh Yigit ferruh.yigit at intel.com
Thu Sep 13 17:23:50 CEST 2018


On 9/4/2018 2:27 PM, Chas Williams wrote:
> On Wed, Aug 29, 2018 at 3:51 AM Andrew Rybchenko <arybchenko at solarflare.com>
> wrote:
> 
>> From: Igor Romanov <igor.romanov at oktetlabs.ru>
>>
>> Bonding driver ignores the value of RSS key (that is set in the port RSS
>> configuration) in bond_ethdev_configure(). So the only way to set
>> non-default RSS key is by using rss_hash_update(). This is not an
>> expected behaviour.
>>
>> Make the bond_ethdev_configure() set default RSS key only if
>> requested key is set to NULL.
>>
>> Fixes: 734ce47f71e0 ("bonding: support RSS dynamic configuration")
>> Cc: stable at dpdk.org
>>
>> Signed-off-by: Igor Romanov <igor.romanov at oktetlabs.ru>
>> Signed-off-by: Andrew Rybchenko <arybchenko at solarflare.com>
>>
> 
> Acked-by: Chas Williams <chas at att.com>

Replaced with:
Acked-by: Chas Williams <chas3 at att.com>

Applied to dpdk-next-net/master, thanks.


More information about the dev mailing list