Re: [PATCH] net/iavf: revert fix VLAN insertion

2022-10-18 Thread Kevin Traynor
On 18/10/2022 11:26, Yiding Zhou wrote: The patch to be reverted forces to select normal Tx path when kernel driver tells that L2TAG2 is required, it results in a lot of performance loss. We should support Tx context descriptor on vector path to handle the L2TAG2 case. Hi. Was the original fi

[PATCH] net/iavf: revert fix VLAN insertion

2022-10-18 Thread Yiding Zhou
The patch to be reverted forces to select normal Tx path when kernel driver tells that L2TAG2 is required, it results in a lot of performance loss. We should support Tx context descriptor on vector path to handle the L2TAG2 case. This commit reverts commit 0d58caa7d6d1 ("net/iavf: fix VLAN insert