The first patch fixes double VLAN offload in the AVX-512 path. The second fixes single VLAN insertion offload across all paths.
Ciara Loftus (2): net/iavf: fix AVX-512 double VLAN (QinQ) insertion net/iavf: fix single VLAN insertion positioning drivers/net/intel/iavf/iavf_rxtx.c | 50 +++++--------- drivers/net/intel/iavf/iavf_rxtx_vec_avx512.c | 68 ++++++++++--------- drivers/net/intel/iavf/iavf_rxtx_vec_common.h | 15 ++-- 3 files changed, 60 insertions(+), 73 deletions(-) -- 2.34.1

