Re: [PATCH v3 5/8] dts: add testpmd shell params

2024-06-06 Thread Juraj Linkeš
Apparently I was replying to v2 so fixing that from now on. On 30. 5. 2024 17:25, Luca Vizzarro wrote: Implement all the testpmd shell parameters into a data structure. Signed-off-by: Luca Vizzarro Reviewed-by: Paul Szczepanek Just one minor correction, otherwise: Reviewed-by: Juraj Linkeš

Re: [PATCH v3 5/8] dts: add testpmd shell params

2024-05-31 Thread Nicholas Pratte
Tested-by: Nicholas Pratte Reviewed-by: Nicholas Pratte On Thu, May 30, 2024 at 11:25 AM Luca Vizzarro wrote: > > Implement all the testpmd shell parameters into a data structure. > > Signed-off-by: Luca Vizzarro > Reviewed-by: Paul Szczepanek > --- > dts/framework/params/testpmd.py

Re: [PATCH v3 5/8] dts: add testpmd shell params

2024-05-30 Thread Jeremy Spewock
Reviewed-by: Jeremy Spewock

[PATCH v3 5/8] dts: add testpmd shell params

2024-05-30 Thread Luca Vizzarro
Implement all the testpmd shell parameters into a data structure. Signed-off-by: Luca Vizzarro Reviewed-by: Paul Szczepanek --- dts/framework/params/testpmd.py | 609 ++ dts/framework/remote_session/testpmd_shell.py | 42 +- dts/tests/TestSuite_pmd_buffer_scatter.