]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/t
authorDavid S. Miller <davem@davemloft.net>
Sat, 17 Jul 2021 00:25:13 +0000 (17:25 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 17 Jul 2021 00:25:13 +0000 (17:25 -0700)
commit79d62c1648099dc277e97cfa193284521c4a0b98
tree6eb7e7dd298fdbf4799bb852f082947e65720be1
parent71881b3a0b6d0e0c1f5ed4ceed5d45057e8aa88e
parent3c7e10e0aeeae406ee2244da92227eac59915c2d
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/t
nguy/next-queue

Tony Nguyen says:

====================
1GbE Intel Wired LAN Driver Updates 2021-07-16

Vinicius Costa Gomes says:

Add support for steering traffic to specific RX queues using Flex Filters.

As the name implies, Flex Filters are more flexible than using
Layer-2, VLAN or MAC address filters, one of the reasons is that they
allow "AND" operations more easily, e.g. when the user wants to steer
some traffic based on the source MAC address and the packet ethertype.

Future work include adding support for offloading tc-u32 filters to
the hardware.

The series is divided as follows:

Patch 1/5, add the low level primitives for configuring Flex filters.

Patch 2/5 and 3/5, allow ethtool to manage Flex filters.

Patch 4/5, when specifying filters that have multiple predicates, use
Flex filters.

Patch 5/5, Adds support for exposing the i225 LEDs using the LED subsystem.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>