summaryrefslogtreecommitdiffstats
path: root/net/core/filter.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2018-04-25 23:02:58 -0400
committerDavid S. Miller <davem@davemloft.net>2018-04-25 23:02:58 -0400
commite9350d443584f5d72483b1ae035f4527cfac7a9a (patch)
tree130c90b35a1de658ea9695fb379f123573e7c900 /net/core/filter.c
parentc8ad08929d1ba45421c47a37171003c6ef3f0390 (diff)
parente086be9ab21cc2a0894e0f72ff8c974aba0b296e (diff)
downloadop-kernel-dev-e9350d443584f5d72483b1ae035f4527cfac7a9a.zip
op-kernel-dev-e9350d443584f5d72483b1ae035f4527cfac7a9a.tar.gz
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
Jeff Kirsher says: ==================== 1GbE Intel Wired LAN Driver Updates 2018-04-25 This series enables some ethtool and tc-flower filters to be offloaded to igb-based network controllers. This is useful when the system configuration wants to steer kinds of traffic to a specific hardware queue for i210 devices only. The first two patch in the series are bug fixes. The basis of this series is to export the internal API used to configure address filters, so they can be used by ethtool, and extending the functionality so an source address can be handled. Then, we enable the tc-flower offloading implementation to re-use the same infrastructure as ethtool, and storing them in the per-adapter "nfc" (Network Filter Config?) list. But for consistency, for destructive access they are separated, i.e. an filter added by tc-flower can only be removed by tc-flower, but ethtool can read them all. Only support for VLAN Prio, Source and Destination MAC Address, and Ethertype is enabled for now. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/filter.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud