RE: [PATCH v2] net/iavf: fix processing vlan tci in SSE path

2022-09-22 Thread Zhang, Qi Z
Zhang, Qi Z > ; Rong, Leyi > 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 e

[PATCH v2] net/iavf: fix processing vlan tci in SSE path

2022-09-13 Thread Zhichao Zeng
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 S