Re: [PATCH v2 1/2] dts: add fwd restart decorator to rx capabilities

2025-01-26 Thread Patrick Robb
Thanks Nick - applied to next-dts with a commit message touch up.

Re: [PATCH v2 2/2] dts: add mtu update and jumbo frames test suite

2025-01-26 Thread Patrick Robb
Thanks Nick - A couple minor changes I reduced the testsuite name to simply "mtu" based on our chat on Friday, and touched up the commit message. Applied to next-dts.

[DPDK/DTS Bug 1619] Unit test link_bonding_autotest will fail.

2025-01-26 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1619 Bug ID: 1619 Summary: Unit test link_bonding_autotest will fail. Product: DPDK Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Severity: normal

[DPDK/ethdev Bug 1620] Pause Frame Forwarding does not work properly on igb

2025-01-26 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1620 Bug ID: 1620 Summary: Pause Frame Forwarding does not work properly on igb Product: DPDK Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Severity:

[DPDK/ethdev Bug 1621] In packets provided by the PMD, some flags are missing

2025-01-26 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1621 Bug ID: 1621 Summary: In packets provided by the PMD, some flags are missing Product: DPDK Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Severity

[PATCH v2] net/virtio: add virtio hash report feature

2025-01-26 Thread Kommula Shiva Shankar
This patch adds virtio hash report feature, which is supported in packet queue mode with scalar version Signed-off-by: Kommula Shiva Shankar --- drivers/net/virtio/virtio.h | 2 ++ drivers/net/virtio/virtio_ethdev.c| 20 - drivers/net/virtio/virtio_ethd

[PATCH] net/cnxk: fix of NIX send header L3 type

2025-01-26 Thread Rahul Bhansali
For small packets less than 55 bytes, SQ error interrupts are observed. When checksum offload flag is enabled and mbuf ol_flags are not set, then default L3 type will be set to IPv6 in vector processing. Based on this, HW will still validate for minimum header size and generate send header error if

[PATCH] net/virtio: add virtio hash report feature

2025-01-26 Thread Kommula Shiva Shankar
This patch adds virtio hash report feature, which is supported in packet queue mode with scalar version Signed-off-by: Kommula Shiva Shankar --- drivers/net/virtio/virtio.h | 2 ++ drivers/net/virtio/virtio_ethdev.c| 20 - drivers/net/virtio/virtio_ethd