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

2024-07-26 Thread Jeremy Spewock
On Wed, Jul 24, 2024 at 2:32 PM Dean Marx wrote: > > added set promisc, set verbose, and port stop > commands to testpmd shell. > > Signed-off-by: Dean Marx Reviewed-by: Jeremy Spewock

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

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