Re: [PATCH v7 1/7] dts: add startup verification and forwarding modes to testpmd shell

2024-01-10 Thread Jeremy Spewock
Good to know, I'll fix this. On Wed, Jan 10, 2024 at 8:18 AM Juraj Linkeš wrote: > > diff --git a/dts/framework/remote_session/testpmd_shell.py > b/dts/framework/remote_session/testpmd_shell.py > > index 0184cc2e71..11c5c7f93c 100644 > > --- a/dts/framework/remote_session/testpmd_shell.py > > ++

Re: [PATCH v7 1/7] dts: add startup verification and forwarding modes to testpmd shell

2024-01-10 Thread Juraj Linkeš
> diff --git a/dts/framework/remote_session/testpmd_shell.py > b/dts/framework/remote_session/testpmd_shell.py > index 0184cc2e71..11c5c7f93c 100644 > --- a/dts/framework/remote_session/testpmd_shell.py > +++ b/dts/framework/remote_session/testpmd_shell.py > @@ -82,3 +182,50 @@ def get_devices(se

[PATCH v7 1/7] dts: add startup verification and forwarding modes to testpmd shell

2024-01-09 Thread jspewock
From: Jeremy Spewock Added commonly used methods in testpmd such as starting and stopping packet forwarding, changing forward modes, and verifying link status of ports so that developers can configure testpmd and start forwarding through the provided class rather than sending commands to the test