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

2018-09-04 Thread Chas Williams
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 > expe

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

2018-08-29 Thread Andrew Rybchenko
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