RE: [PATCH v2] net/iavf: fix VLAN insertion in vector path

2023-07-02 Thread Zhang, Qi Z
> -Original Message- > From: Wenzhuo Lu > Sent: Monday, July 3, 2023 10:22 AM > To: dev@dpdk.org > Cc: Lu, Wenzhuo ; sta...@dpdk.org > Subject: [PATCH v2] net/iavf: fix VLAN insertion in vector path > > As the VLAN insertion is partially supported in vect

[PATCH v2] net/iavf: fix VLAN insertion in vector path

2023-07-02 Thread Wenzhuo Lu
As the VLAN insertion is partially supported in vector path, the behavior is different in scalar and vector path. For a VLAN packet, if using scalar path, the new VLAN tag will be inserted after the original VLAN tag. If using vector path, the new VLAN tag is inserted before the original VLAN tag.