• David S. Miller's avatar
    Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue · adc27288
    David S. Miller authored
    Tony Nguyen says:
    
    ====================
    100GbE Intel Wired LAN Driver Updates 2022-02-09
    
    This series contains updates to ice driver only.
    
    Brett adds support for QinQ. This begins with code refactoring and
    re-organization of VLAN configuration functions to allow for
    introduction of VSI VLAN ops to enable setting and calling of
    respective operations based on device support of single or double
    VLANs. Implementations are added for outer VLAN support.
    
    To support QinQ, the device must be set to double VLAN mode (DVM).
    In order for this to occur, the DDP package and NVM must also support
    DVM. Functions to determine compatibility and properly configure the
    device are added as well as setting the proper bits to advertise and
    utilize the proper offloads. Support for VIRTCHNL_VF_OFFLOAD_VLAN_V2
    is also included to allow for VF to negotiate and utilize this
    functionality.
    ====================
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    adc27288
ice_ethtool.c 118 KB