Re: [PATCH v4 1/3] dts: add functions to testpmd shell

2024-07-01 Thread Jeremy Spewock
Hey Dean, Thanks for the new series. One thing I noted for the series as a whole is that there are a few small errors being thrown by the formatting script. One of the errors is on a method I wrote and gave you so I apologize for that, it looks like I changed a parameter to a method but didn't swi

[PATCH v4 1/3] dts: add functions to testpmd shell

2024-06-28 Thread Dean Marx
added set promisc, set verbose, and port stop commands to testpmd shell. Signed-off-by: Dean Marx --- dts/framework/remote_session/testpmd_shell.py | 124 ++ 1 file changed, 124 insertions(+) diff --git a/dts/framework/remote_session/testpmd_shell.py b/dts/framework/remote_sess