OSDN Git Service

Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nex
authorDavid S. Miller <davem@davemloft.net>
Mon, 11 Oct 2021 22:27:54 +0000 (23:27 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 11 Oct 2021 22:27:54 +0000 (23:27 +0100)
commit311c13ddc8eefc554647beca332633c944760d12
tree9f03ae8559e17d7953713088ce66f92df10d3cd1
parente679198bbb8236e3bfd6e38f6359bdc0703cee1f
parent7fde6d8b445f3af9caa5f3c2be384c2f797e21c5
Merge branch '100GbE' of git://git./linux/kernel/git/tnguy/nex
t-queue

Tony Nguyen says:

====================
100GbE Intel Wired LAN Driver Updates 2021-10-11

Wojciech Drewek says:

This series adds support for adding/removing advanced switch filters
in ice driver. Advanced filters are building blocks for HW acceleration
of TC orchestration. Add ndo_setup_tc callback implementation for PF and
VF port representors (when device is configured in switchdev mode).

Define dummy packet headers to allow adding advanced rules in HW.
Supported headers, and thus filters, are:
- MAC + IPv4 + UDP
- MAC + VLAN + IPv4 + UDP
- MAC + IPv4 + TCP
- MAC + VLAN + IPv4 + TCP
- MAC + IPv6 + UDP
- MAC + VLAN + IPv6 + UDP
- MAC + IPv6 + TCP
- MAC + VLAN + IPv6 + TCP
====================

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