diff options
author | Andre Guedes <[email protected]> | 2020-03-06 15:54:03 -0800 |
---|---|---|
committer | Jeff Kirsher <[email protected]> | 2020-04-17 10:19:24 -0700 |
commit | 27945ebe5b980f796fa04dd61511796ac5b80cc2 (patch) | |
tree | 0cfd54787d5e318d220d6992bcced49d86392dee /lib/test-string_helpers.c | |
parent | 2e39d2c8ff9654ba508c973ade5df332f53f41cc (diff) |
igc: Fix NFC queue redirection support
The support for ethtool Network Flow Classification (NFC) queue
redirection based on destination MAC address is currently broken in IGC.
For instance, if we add the following rule, matching frames aren't
enqueued on the expected rx queue.
$ ethtool -N IFNAME flow-type ether dst 3c:fd:fe:9e:7f:71 queue 2
The issue here is due to the fact that igc_rar_set_index() is missing
code to enable the queue selection feature from Receive Address High
(RAH) register. This patch adds the missing code and fixes the issue.
Signed-off-by: Andre Guedes <[email protected]>
Acked-by: Sasha Neftin <[email protected]>
Tested-by: Aaron Brown <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'lib/test-string_helpers.c')
0 files changed, 0 insertions, 0 deletions