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

2024-07-11 Thread Jeremy Spewock
On Wed, Jul 10, 2024 at 12:01 PM Dean Marx wrote: > > added set promisc, set verbose, and port stop > commands to testpmd shell. > > Signed-off-by: Dean Marx > --- > dts/framework/remote_session/testpmd_shell.py | 194 +- > 1 file changed, 193 insertions(+), 1 deletion(-) > -

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

2024-07-10 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 | 194 +- 1 file changed, 193 insertions(+), 1 deletion(-) diff --git a/dts/framework/remote_session/testpmd_shell.py b/dts/framew