[PATCH] net/iavf: fix VLAN offload with AVX512

2023-03-27 Thread Michal Schmidt
;). Fixes: 4b64ccb328c9 ("net/iavf: fix VLAN extraction in AVX512 path") Cc: sta...@dpdk.org Signed-off-by: Michal Schmidt --- drivers/net/iavf/iavf_rxtx_vec_avx512.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/net/iavf/iavf_rxtx_vec_avx512.c

[PATCH] net/iavf: fix mbuf VLAN offload flags in the L2TAG2 path with AVX2

2022-12-08 Thread Michal Schmidt
* flags reflected in the resulting vlan_flags for all 8 rx descriptors, the input l2tag2_flags_shuf must contain the required pattern in both 128-bit halves. Fixes: 3a1aca384d3a ("net/iavf: fix VLAN tag extraction handling") Signed-off-by: Michal Schmidt --- drivers/net/iavf/iavf_rxtx_vec_