Re: [PATCH v1 3/4] dts: add methods for modifying MTU to testpmd shell

2024-05-29 Thread Jeremy Spewock
On Mon, May 20, 2024 at 1:35 PM Luca Vizzarro wrote: > > On 14/05/2024 21:14, jspew...@iol.unh.edu wrote: > > diff --git a/dts/framework/remote_session/testpmd_shell.py > > b/dts/framework/remote_session/testpmd_shell.py > > index 33b3e7c5a3..4e608998f9 100644 > > --- a/dts/framework/remote_sessi

Re: [PATCH v1 3/4] dts: add methods for modifying MTU to testpmd shell

2024-05-22 Thread Patrick Robb
Reviewed-by: Patrick Robb

Re: [PATCH v1 3/4] dts: add methods for modifying MTU to testpmd shell

2024-05-20 Thread Luca Vizzarro
On 14/05/2024 21:14, jspew...@iol.unh.edu wrote: diff --git a/dts/framework/remote_session/testpmd_shell.py b/dts/framework/remote_session/testpmd_shell.py index 33b3e7c5a3..4e608998f9 100644 --- a/dts/framework/remote_session/testpmd_shell.py +++ b/dts/framework/remote_session/testpmd_shell.py

[PATCH v1 3/4] dts: add methods for modifying MTU to testpmd shell

2024-05-14 Thread jspewock
From: Jeremy Spewock There are methods within DTS currently that support updating the MTU of ports on a node, but the methods for doing this in a linux session rely on the ip command and the port being bound to the kernel driver. Since test suites are run while bound to the driver for DPDK, there