> -----Original Message-----
> From: Zeng, ZhichaoX <[email protected]>
> Sent: Tuesday, September 13, 2022 5:29 PM
> To: [email protected]
> Cc: Yang, Qiming <[email protected]>; Zhou, YidingX
> <[email protected]>; Zeng, ZhichaoX <[email protected]>;
> [email protected]; Richardson, Bruce <[email protected]>;
> Konstantin Ananyev <[email protected]>; Wu, Jingjing
> <[email protected]>; Xing, Beilei <[email protected]>; Zhang, Qi Z
> <[email protected]>; Rong, Leyi <[email protected]>
> Subject: [PATCH v2] net/iavf: fix processing vlan tci in SSE path
>
> The SSE RX path does not process the vlan tci correctly when it's stored in
> L2TAG2, so the vlan tci could not be extracted from descriptor, then would
> not be put into mbuf either.
>
> Add processing when vlan tci is stored in L2TAG2.
>
> Fixes: 1162f5a0ef31 ("net/iavf: support flexible Rx descriptor in SSE path")
> Cc: [email protected]
>
> Signed-off-by: Zhichao Zeng <[email protected]>
Acked-by: Qi Zhang <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi