From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH] net/bonding: don't ignore RSS key on device configuration Date: Thu, 13 Sep 2018 16:23:50 +0100 Message-ID: References: <1535529084-5947-1-git-send-email-arybchenko@solarflare.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Declan Doherty , Chas Williams , dev@dpdk.org, igor.romanov@oktetlabs.ru, stable@dpdk.org To: Chas Williams <3chas3@gmail.com>, arybchenko@solarflare.com Return-path: In-Reply-To: Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 9/4/2018 2:27 PM, Chas Williams wrote: > On Wed, Aug 29, 2018 at 3:51 AM Andrew Rybchenko > wrote: > >> From: Igor Romanov >> >> 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@dpdk.org >> >> Signed-off-by: Igor Romanov >> Signed-off-by: Andrew Rybchenko >> > > Acked-by: Chas Williams Replaced with: Acked-by: Chas Williams Applied to dpdk-next-net/master, thanks.