]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit848771d751b2cb59f891ddf3cba27c143eb0cd5e
tree9f03ae8559e17d7953713088ce66f92df10d3cd1
parentccbed6a2ee754c2f60ecd1da2ac4b2e3f10f6207
parent06ed520f9ed8c250c77a55fa8466c4e9e6e29143
Merge branch '100GbE' of git://git.kernel.org/pub/scm/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>