Re: [PATCH v7 1/2] dts: add methods for modifying MTU to testpmd shell

2024-08-20 Thread Jeremy Spewock
On Tue, Aug 20, 2024 at 9:05 AM Juraj Linkeš wrote: > > I'm trying to use this patch for the capabilities series. It works as I > need it to, so we just need to coordinate a bit to use this one patch > for both series. > > > diff --git a/dts/framework/remote_session/testpmd_shell.py > > b/dts/fra

Re: [PATCH v7 1/2] dts: add methods for modifying MTU to testpmd shell

2024-08-20 Thread Juraj Linkeš
I'm trying to use this patch for the capabilities series. It works as I need it to, so we just need to coordinate a bit to use this one patch for both series. diff --git a/dts/framework/remote_session/testpmd_shell.py b/dts/framework/remote_session/testpmd_shell.py @@ -82,12 +84,82 @@ clas

[PATCH v7 1/2] dts: add methods for modifying MTU to testpmd shell

2024-07-09 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