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
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
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_
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
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
v2.
> I think this approach is fine for now, it matches what was already in
> place for VIRTCHNL_VF_OFFLOAD_VLAN(V1).
> A future improvement would be to find a way to determine if the stripping
> was re-enabled and only attempt to disable in that case.
>
> >
> >
> >
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
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,
>
>
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
commit message
Signed-off-by: Amiya 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
that.
However, I think, the current check also does a good job by checking the
dev_conf parameter against RTE_ETH_RX_OFFLOAD_VLAN_STRIP and re-disables
the vlan_strip after every vlan_add operation.
Thanks
Amiya
On Mon, 23 Jun 2025 at 23:41, Amiya Ranjan Mohakud <
amiyaranjan.moha...@gm
Just an additional note: It needs to be back ported to all LTS releases
till v22.11. Hope it will be taken care of.
Thanks
Amiya
On Thu, 26 Jun 2025 at 09:04, Amiya Ranjan Mohakud <
amiyaranjan.moha...@gmail.com> wrote:
> Thanks Bruce and Ciara for the review/acceptance of
Thanks Bruce and Ciara for the review/acceptance of the patch.
Thanks
Amiya
On Wed, 25 Jun 2025 at 21:31, Bruce Richardson
wrote:
> On Wed, Jun 25, 2025 at 02:01:15PM +, Loftus, Ciara wrote:
> > >
> > > Thanks.
> > >
> > > Just wanted to know - what are the next steps of the review and
>
) scenario by calling appropriate api
- Addresses Bugzilla ID: 1735
v2:
- Fixed indentation in commit message
Signed-off-by: Amiya Ranjan Mohakud
---
drivers/net/intel/iavf/iavf_ethdev.c | 52 ++--
1 file changed, 33 insertions(+), 19 deletions(-)
diff --git a/drivers/net/intel
) scenario by calling appropriate api
- Addresses Bugzilla ID: 1735
v2:
- Fixed indentation in commit message
Signed-off-by: Amiya Ranjan Mohakud
---
drivers/net/intel/iavf/iavf_ethdev.c | 52 ++--
1 file changed, 33 insertions(+), 19 deletions(-)
diff --git a/drivers/net/intel
; v3:
> > - Fixed the vlan(v2) scenario by calling appropriate api
> > - Addresses Bugzilla ID: 1735
> > v2:
> > - Fixed indentation in commit message
> >
> > Signed-off-by: Amiya Ranjan Mohakud
>
> Hi Amiya,
>
> Thanks for the patch.
> Since your firs
rg
Signed-off-by: Amiya Ranjan Mohakud
---
drivers/net/intel/iavf/iavf_ethdev.c | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/drivers/net/intel/iavf/iavf_ethdev.c
b/drivers/net/intel/iavf/iavf_ethdev.c
index c33fdd9069..335a8126c4 100644
--- a/drivers/net/intel/iavf/iav
Signed-off-by: Amiya Ranjan Mohakud
---
drivers/net/intel/iavf/iavf_ethdev.c | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/drivers/net/intel/iavf/iavf_ethdev.c
b/drivers/net/intel/iavf/iavf_ethdev.c
index c33fdd9069..335a8126c4 100644
--- a/drivers/net/intel/iavf/iav
Signed-off-by: Amiya Ranjan Mohakud
---
drivers/net/intel/iavf/iavf_ethdev.c | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/drivers/net/intel/iavf/iavf_ethdev.c
b/drivers/net/intel/iavf/iavf_ethdev.c
index c33fdd9069..335a8126c4 100644
--- a/drivers/net/intel/iavf/iav
) scenario by calling appropriate api
- Addresses Bugzilla ID: 1735
v2:
- Fixed indentation in commit message
Signed-off-by: Amiya Ranjan Mohakud
---
drivers/net/intel/iavf/iavf_ethdev.c | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/drivers/net/intel/iavf/iavf_ethdev.c
b
21 matches
Mail list logo