Hello,
we experienced that the Intel E810 ice driver does not strip vlan tag on packet receiving.

OS CentOS7 and RedHat 9.

The rte_eth_conf is set as:
.rxmode.offloads =RTE_ETH_RX_OFFLOAD_VLAN_STRIP

The packets are in Single Vlan Mode (SVM), not Double Vlan Mode (DVM).
The same code is working on other NIC drivers, i.e. Intel igb, ixgbe, and Broadcom bnxt_en.

Don't know what caused the issue, is there any hint ?

Thanks,
James