Ranjan Mohakud
---
drivers/net/intel/iavf/iavf_ethdev.c | 48 +---
1 file changed, 29 insertions(+), 19 deletions(-)
diff --git a/drivers/net/intel/iavf/iavf_ethdev.c
b/drivers/net/intel/iavf/iavf_ethdev.c
index b3dacbef84..f93e7bf9ae 100644
--- a/drivers/net/intel/iavf
For i40e kernel drivers which support either vlan(v1) or vlan(v2)
VIRTCHNL OP,it will set strip on when setting filter on. But dpdk
side will not change strip flag. To be consistent with dpdk side,
explicitly disable strip again.
Bugzilla ID:1725
Signed-off-by: Amiya Ranjan Mohakud
---
drivers
if (on && !(dev_conf->rxmode.offloads &
RTE_ETH_RX_OFFLOAD_VLAN_STRIP)) {
err = iavf_disable_vlan_strip(adapter);
Thanks
Amiya
On Mon, 16 Jun 2025 at 22:05, Amiya Ranjan Mohakud <
amiya-ranjan.moha...@broadcom.com> wrote:
> Hi All,
>
> I
if (on && !(dev_conf->rxmode.offloads &
RTE_ETH_RX_OFFLOAD_VLAN_STRIP)) {
err = iavf_disable_vlan_strip(adapter);
Regards
*Amiya*
On Mon, Jun 16, 2025 at 10:04 PM Amiya Ranjan Mohakud <
amiya-ranjan.moha...@broadcom.com> wrote:
> Hi All,
>
>
Hi All,
I'm encountering an issue with XL710 SR-IOV on KVM for VLAN packets
with DPDK-22.11.0 version.
*Issue Description:* I have disabled RTE_ETH_RX_OFFLOAD_VLAN_STRIP in
rte_eth_conf and calling rte_eth_dev_configure and expecting my dpdk
application to receive the packets with vlan tags. Late
5.12
I tried updating the firmware version to 9.00 0x8000cadc 21.5.9 based on
the compatibility matrix
https://www.vmware.com/resources/compatibility/detail.php?deviceCategory=io&productid=37976
But It still did not help.
I'm not sure if we need to upgrade the driver version as well. Plea
Thanks @David Marchand for the quick response.
Regards,
Amiya
On Tue, Feb 6, 2024 at 6:18 PM David Marchand
wrote:
> On Tue, Feb 6, 2024 at 1:46 PM David Marchand
> wrote:
> >
> > On Tue, Feb 6, 2024 at 1:44 PM Amiya Ranjan Mohakud
> > wrote:
> > > I a
throughs. Thanks in advance.
Regards,
Amiya
On Thu, Jan 25, 2024 at 11:40 AM Deng, KaiwenX
wrote:
> Hi Amiya
>
>
>
> Can you provide me with the DPDK startup parameters?
>
>
>
> Thanks
>
> *From:* Amiya Ranjan Mohakud
> *Sent:* Tuesday, January 23, 2024 4:5
Hi Kaiwenx
I came across the below DPDK iavf error message during the initialization
of X710 NICs in ESX. It seems the functionality works fine, but with below
error messages.
DPDK Version: 22.11.2
2023-12-08T09:58:00.901 |9322| MSG [NET] dpdk_port_configure:1717
Configure port eth3/1. lsc_
9 matches
Mail list logo