Re: [dpdk-dev] [PATCH] net/i40e: issue with ADD VLAN from Guest

2020-12-12 Thread Dey, Souvik
Hi Guo, Thanks for the comments. I will upload a v2 of the patch. -- Regards, Souvik From: Guo, Jia Sent: Thursday, December 10, 2020 10:08 PM To: Dey, Souvik ; Xing, Beilei ; Zhang, Qi Z Cc: dev@dpdk.org Subject: RE: [PATCH] net/i40e: issue with ADD VLAN from Guest

Re: [dpdk-dev] [PATCH] net/i40e: issue with ADD VLAN from Guest

2020-12-10 Thread Guo, Jia
hi, souvik From: Souvik Dey Sent: Thursday, December 10, 2020 1:55 AM To: Xing, Beilei ; Guo, Jia ; Zhang, Qi Z Cc: dev@dpdk.org; Souvik Dey Subject: [PATCH] net/i40e: issue with ADD VLAN from Guest In case of i40evf pmd, when ADD_VLAN is sent down the linux i40e driver, along with add the vl

[dpdk-dev] [PATCH] net/i40e: issue with ADD VLAN from Guest

2020-12-09 Thread Souvik Dey
In case of i40evf pmd, when ADD_VLAN is sent down the linux i40e driver, along with add the vlan the kernel driver also enables the vlan stripping by default. This might have issues if the app configured DEV_RX_OFFLOAD_VLAN_STRIP as off at the port configuration. The app after adding the VLAN will

[dpdk-dev] [PATCH] net/i40e: issue with ADD VLAN from Guest

2020-12-09 Thread Souvik Dey
In case of i40evf pmd, when ADD_VLAN is sent down the linux i40e driver, along with add the vlan the kernel driver also enables the vlan stripping by default. This might have issues if the app configured DEV_RX_OFFLOAD_VLAN_STRIP as off at the port configuration. The app after adding the VLAN will

Re: [dpdk-dev] [PATCH] net/i40e: issue with ADD VLAN from Guest

2020-09-14 Thread Dey, Souvik
Hi Zhang, I have submitted this patch way back in April and I see the patch has been deferred. Is there any particular reason behind that. As I have not received any communication about that was just wondering if there is something wrong that I might have done in the patch submission process to

[dpdk-dev] [PATCH] net/i40e: issue with ADD VLAN from Guest

2020-04-14 Thread Souvik Dey
In case of i40evf pmd, when ADD_VLAN is sent down the linux i40e driver, along with add the vlan the kernel driver also enables the vlan stripping by default. This might have issues if the app configured DEV_RX_OFFLOAD_VLAN_STRIP as off at the port configuration. The app after adding the VLAN will

[dpdk-dev] [PATCH] net/i40e: issue with ADD VLAN from Guest

2020-04-14 Thread Souvik Dey
In case of i40evf pmd, when ADD_VLAN is sent down the linux i40e driver, along with add the vlan the kernel driver also enables the vlan stripping by default. This might have issues if the app configured DEV_RX_OFFLOAD_VLAN_STRIP as off at the port configuration. The app after adding the VLAN will

[dpdk-dev] [PATCH] net/i40e: issue with ADD VLAN from Guest

2020-04-14 Thread Souvik Dey
From: "Dey, Souvik" In case of i40evf pmd, when ADD_VLAN is sent down the linux i40e driver, along with add the vlan the kernel driver also enables the vlan stripping by default. This might have issues if the app configured DEV_RX_OFFLOAD_VLAN_STRIP as off at the port configuration. The app after