[PATCH v1 4/4] dts: add test case that utilizes offload to pmd_buffer_scatter
Luca Vizzarro
Luca.Vizzarro at arm.com
Mon May 20 19:56:22 CEST 2024
On 14/05/2024 21:14, jspewock at 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_ports):
testpmd.set_port_mtu(port_id, 9000)
> testpmd.stop()
> + # reset the MTU of the SUT ports
> + testpmd.set_port_mtu(0, 1500)
> + testpmd.set_port_mtu(1, 1500)
As above
More information about the dev
mailing list