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
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
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
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
4 matches
Mail list logo