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

2024-05-30 Thread Luca Vizzarro
On 29/05/2024 21:40, Jeremy Spewock wrote: This is a good thought. I was sort of falling back on the current assumption that we can only support 2 ports per server in test suites, but there is nothing that ensures these ports are the first and second in trestpmd. I think it is probably safer to j

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

2024-05-29 Thread Jeremy Spewock
On Mon, May 20, 2024 at 1:56 PM Luca Vizzarro wrote: > > On 14/05/2024 21:14, jspew...@iol.unh.edu wrote: > > +# adjust the MTU of the SUT ports > > +testpmd.set_port_mtu(0, 9000) > > +testpmd.set_port_mtu(1, 9000) > > should you perhaps do this for every port i

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

2024-05-20 Thread Luca Vizzarro
On 14/05/2024 21:14, jspew...@iol.unh.edu wrote: +# adjust the MTU of the SUT ports +testpmd.set_port_mtu(0, 9000) +testpmd.set_port_mtu(1, 9000) should you perhaps do this for every port in the testpmd shell instead? for port_id in range(testpmd.number_of

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

2024-05-14 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