Re: [PATCH v2 4/4] dts: add test case that utilizes offload to pmd_buffer_scatter

2024-05-31 Thread Jeremy Spewock
On Fri, May 31, 2024 at 12:33 PM Luca Vizzarro wrote: > > While testing this patch against the Intel NICs we have, I've detected > that upon port start and stopping two ICMPv6 packets are sent out. This > has caused these packets to appear in the first capture, causing it to > intermittently fail

Re: [PATCH v2 4/4] dts: add test case that utilizes offload to pmd_buffer_scatter

2024-05-31 Thread Luca Vizzarro
While testing this patch against the Intel NICs we have, I've detected that upon port start and stopping two ICMPv6 packets are sent out. This has caused these packets to appear in the first capture, causing it to intermittently fail if they were the first packets to arrive or not. Sometimes th

[PATCH v2 4/4] dts: add test case that utilizes offload to pmd_buffer_scatter

2024-05-30 Thread jspewock
From: Jeremy Spewock Some NICs tested in DPDK allow for the scattering of packets without an offload and others enforce that you enable the scattered_rx offload in testpmd. The current version of the suite for testing support of scattering packets only tests the case where the NIC supports testin