Re: iavf pmd vlan Issue: dpdk-22.11.0

2025-06-17 Thread Amiya Ranjan Mohakud
Created a ticket: https://bugs.dpdk.org/show_bug.cgi?id=1725 Sharing the patch for the same for quick look.( I know it can be better modularised.) diff --git a/drivers/net/iavf/iavf_ethdev.c b/drivers/net/iavf/iavf_ethdev.c index 656a4c6176..25d7924c31 100644 --- a/drivers/net/iavf/iavf_ethdev.c +

Re: iavf pmd vlan Issue: dpdk-22.11.0

2025-06-17 Thread Amiya Ranjan Mohakud
Created a ticket: https://bugs.dpdk.org/show_bug.cgi?id=1725 Sharing the patch for the same for quick look.( I know it can be better modularised.) diff --git a/drivers/net/iavf/iavf_ethdev.c b/drivers/net/iavf/iavf_ethdev.c index 656a4c6176..25d7924c31 100644 --- a/drivers/net/iavf/iavf_ethdev.c +

[DPDK/ethdev Bug 1725] iavf pmd vlan Issue: dpdk-22.11.0

2025-06-16 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1725 Bug ID: 1725 Summary: iavf pmd vlan Issue: dpdk-22.11.0 Product: DPDK Version: 22.11 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: major

iavf pmd vlan Issue: dpdk-22.11.0

2025-06-16 Thread Amiya Ranjan Mohakud
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