OSDN Git Service

Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next...
authorDavid S. Miller <davem@davemloft.net>
Sat, 18 Dec 2021 12:22:17 +0000 (12:22 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 18 Dec 2021 12:22:17 +0000 (12:22 +0000)
commit23044d77d6062ad1a5e26466931a7b75deaddbd7
treef421ea15732fc06d4d3f009190b471ab7270f926
parent7e1c5d7b6926f63d3750a273486a143e50d216ad
parent92fc50859872e93cdad115cca0a9317b8a3a90ec
Merge branch '40GbE' of git://git./linux/kernel/git/tnguy/next-queue

Tony Nguyen says:

====================
40GbE Intel Wired LAN Driver Updates 2021-12-17

Brett Creeley says:

This patch series adds support in the iavf driver for communicating and
using VIRTCHNL_VF_OFFLOAD_VLAN_V2. The current VIRTCHNL_VF_OFFLOAD_VLAN
is very limited and covers all 802.1Q VLAN offloads and filtering with
no granularity.

The new VIRTCHNL_VF_OFFLOAD_VLAN_V2 adds more granularity, flexibility,
and support for 802.1ad offloads and filtering. This includes the VF
negotiating which VLAN offloads/filtering it's allowed, where VLAN tags
should be inserted and/or stripped into and from descriptors, and the
supported VLAN protocols.
====================

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