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

2024-07-10 Thread Jeremy Spewock
All of the code here looks good to me, if you end up putting in a new version for adding the comment that I mentioned on the other commit it might be worth changing the name of this commit again to something like add queue functions to testpmd, but I'm not sure this is super critical since you expl

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

2024-07-03 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 | 192 ++ 1 file changed, 192 insertions(+) diff --git a/dts/framework/remote_session/testpmd_shell.py b/dts/framework/remote_sess