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

2022-08-16 Thread Rong, Leyi
; Cc: sta...@dpdk.org; Yang, Qiming ; Zeng, ZhichaoX > ; Richardson, Bruce ; > Konstantin Ananyev ; Wu, Jingjing > ; Xing, Beilei ; Zhang, Qi Z > ; Rong, Leyi > Subject: [PATCH] net/iavf: fix processing vlan tci in vector path > > From: Zhichao Zeng > > The vector R

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

2022-07-22 Thread zhichaox . zeng
From: Zhichao Zeng The vector RX path does not process vlan tci correctly when it's stored in L2TAG2, so that the vlan tci could not be extracted from descriptor, then would not be put into mbuf also. Add processing when vlan tci is stored in L2TAG2. Fixes: 1162f5a0ef31 ("net/iavf: support flex

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

2022-07-22 Thread zhichaox . zeng
From: Zhichao Zeng The vector RX path does not process vlan tci correctly when it's stored in L2TAG2, so that the vlan tci could not be extracted from descriptor, then would not be put into mbuf also. Add processing when vlan tci is stored in L2TAG2. Fixes: 1162f5a0ef31 ("net/iavf: support flex