Re: [PATCH v2 5/5] dts: add testpmd set ports queues

2024-09-06 Thread Luca Vizzarro
On 23/08/2024 13:22, Juraj Linkeš wrote: On 6. 8. 2024 14:46, Luca Vizzarro wrote: Add a facility to update the number of TX/RX queues during the runtime of testpmd. Signed-off-by: Luca Vizzarro Reviewed-by: Paul Szczepanek ---   dts/framework/remote_session/testpmd_shell.py | 16 ++

Re: [PATCH v2 5/5] dts: add testpmd set ports queues

2024-09-06 Thread Luca Vizzarro
On 09/08/2024 16:14, Jeremy Spewock wrote: On Tue, Aug 6, 2024 at 8:49 AM Luca Vizzarro wrote: Add a facility to update the number of TX/RX queues during the runtime of testpmd. Signed-off-by: Luca Vizzarro Reviewed-by: Paul Szczepanek --- dts/framework/remote_session/testpmd_shell.py | 1

Re: [PATCH v2 5/5] dts: add testpmd set ports queues

2024-08-23 Thread Juraj Linkeš
On 6. 8. 2024 14:46, Luca Vizzarro wrote: Add a facility to update the number of TX/RX queues during the runtime of testpmd. Signed-off-by: Luca Vizzarro Reviewed-by: Paul Szczepanek --- dts/framework/remote_session/testpmd_shell.py | 16 1 file changed, 16 insertions(+)

Re: [PATCH v2 5/5] dts: add testpmd set ports queues

2024-08-20 Thread Jeremy Spewock
On Fri, Aug 9, 2024 at 11:14 AM Jeremy Spewock wrote: > > > + > > +Raises: > > +InternalError: If `number_of` is invalid. > > I might be more in favor of this being an > InteractiveCommandExecutionError or some other DTSError just to have a > little more control over the error

Re: [PATCH v2 5/5] dts: add testpmd set ports queues

2024-08-09 Thread Jeremy Spewock
On Tue, Aug 6, 2024 at 8:49 AM Luca Vizzarro wrote: > > Add a facility to update the number of TX/RX queues during the runtime > of testpmd. > > Signed-off-by: Luca Vizzarro > Reviewed-by: Paul Szczepanek > --- > dts/framework/remote_session/testpmd_shell.py | 16 > 1 file chan

[PATCH v2 5/5] dts: add testpmd set ports queues

2024-08-06 Thread Luca Vizzarro
Add a facility to update the number of TX/RX queues during the runtime of testpmd. Signed-off-by: Luca Vizzarro Reviewed-by: Paul Szczepanek --- dts/framework/remote_session/testpmd_shell.py | 16 1 file changed, 16 insertions(+) diff --git a/dts/framework/remote_session/testp