]> git.proxmox.com Git - mirror_ubuntu-kernels.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)
commit5242b0c6b5f8032bcd61e9c54695a8b92524f647
tree6eb7e7dd298fdbf4799bb852f082947e65720be1
parent08041a9af98cf10a1e466206dfe8229b20afd575
parentcf8331825a8d10e46fa574fdf015a65cb5a6db86
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>