On 9/4/2018 2:27 PM, Chas Williams wrote: > On Wed, Aug 29, 2018 at 3:51 AM Andrew Rybchenko <[email protected]> > wrote: > >> From: Igor Romanov <[email protected]> >> >> 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: [email protected] >> >> Signed-off-by: Igor Romanov <[email protected]> >> Signed-off-by: Andrew Rybchenko <[email protected]> >> > > Acked-by: Chas Williams <[email protected]>
Replaced with: Acked-by: Chas Williams <[email protected]> Applied to dpdk-next-net/master, thanks.

