diff options
author | Igor Romanov <igor.romanov@oktetlabs.ru> | 2018-08-29 08:51:24 +0100 |
---|---|---|
committer | Ferruh Yigit <ferruh.yigit@intel.com> | 2018-09-14 20:08:41 +0200 |
commit | 83cf204a982918fd56b15f9d458d1dfb1e724b5f (patch) | |
tree | 0810cec0791a26c00ef21b9e91cc2a82c3630598 /examples/flow_filtering | |
parent | 617d1ac2fd22e9a82d305c0607853f4ee0f7277b (diff) | |
download | dpdk-83cf204a982918fd56b15f9d458d1dfb1e724b5f.zip dpdk-83cf204a982918fd56b15f9d458d1dfb1e724b5f.tar.gz dpdk-83cf204a982918fd56b15f9d458d1dfb1e724b5f.tar.xz |
net/bonding: do not ignore RSS key on device config
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 <igor.romanov@oktetlabs.ru>
Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>
Acked-by: Chas Williams <chas3@att.com>
Diffstat (limited to 'examples/flow_filtering')
0 files changed, 0 insertions, 0 deletions