Re: [PATCH v3 2/3] dts: add functions to testpmd shell

2024-06-26 Thread Jeremy Spewock
On Wed, Jun 26, 2024 at 9:52 AM 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 | 157 +++--- > 1 file changed, 136 insertions(+), 21 deletions(-) > > di

[PATCH v3 2/3] dts: add functions to testpmd shell

2024-06-26 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 | 157 +++--- 1 file changed, 136 insertions(+), 21 deletions(-) diff --git a/dts/framework/remote_session/testpmd_shell.py b/dts/fram