[dpdk-dev] [PATCH 2/4] net/ice/base: add VLAN TPID for VLAN filters

2021-01-20 Thread Qi Zhang
Currently VLAN filters via RID4 are only based on VLAN ID. However, with incoming support for Double VLAN Mode (DVM), the driver needs to be able to support filtering on VLAN ID + VLAN TPID (i.e. 0x8100, 0x88a8, etc.). Add support for this by adding two fields to the ice_fltr_info structure. First,

[dpdk-dev] [PATCH 2/4] net/ice/base: add VLAN TPID for VLAN filters

2021-01-20 Thread Qi Zhang
Currently VLAN filters via RID4 are only based on VLAN ID. However, with incoming support for Double VLAN Mode (DVM), the driver needs to be able to support filtering on VLAN ID + VLAN TPID (i.e. 0x8100, 0x88a8, etc.). Add support for this by adding two fields to the ice_fltr_info structure. First,