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

2020-12-15 Thread Dey, Souvik
Hi Guo, Raised the v3 of the patch , but was not sure how to put the ACK. If you don’t mind can you please ACK the same. Thanks. https://patchwork.dpdk.org/patch/85210/ -- Regards, Souvik From: Dey, Souvik Sent: Tuesday, December 15, 2020 8:16 AM To: Guo, Jia ; Xing, Beilei ; Zhang, Qi Z Cc: d

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

2020-12-15 Thread Dey, Souvik
Hi Guo, Ok sure will remove the extra log and submit the version 3. I have not received any other comments , so will also add your ACK in the next version then. -- Regards, Souvik From: Guo, Jia Sent: Monday, December 14, 2020 9:24 PM To: Dey, Souvik ; Xing, Beilei ; Zhang, Qi Z Cc: dev@dpdk

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

2020-12-14 Thread Guo, Jia
From: Souvik Dey Sent: Saturday, December 12, 2020 9:05 PM To: Xing, Beilei ; Guo, Jia ; Zhang, Qi Z Cc: dev@dpdk.org; Souvik Dey Subject: [PATCH v2] net/i40e: issue with ADD VLAN from Guest Reset the configuration of vlan strip that would be change by the pf kernel driver when adding vlan fr

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

2020-12-12 Thread Souvik Dey
Reset the configuration of vlan strip that would be change by the pf kernel driver when adding vlan from vf. Application cannot use rte_eth_dev_set_vlan_offload() to set the VLAN_STRIP, as this will only work for the first time when original and current config mismatch, but for all subsequent call

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

2020-12-12 Thread Souvik Dey
Reset the configuration of vlan strip that would be change by the pf kernel driver when adding vlan from vf. Application cannot use rte_eth_dev_set_vlan_offload() to set the VLAN_STRIP, as this will only work for the first time when original and current config mismatch, but for all subsequent call