Re: [PATCH v2 5/5] dts: add `show port stats` command to TestPmdShell

2024-06-05 Thread Luca Vizzarro
Ack.

Re: [PATCH v2 5/5] dts: add `show port stats` command to TestPmdShell

2024-06-04 Thread Juraj Linkeš
On 9. 5. 2024 13:26, Luca Vizzarro wrote: Add a new TestPmdPortStats data structure to represent the output returned by `show port stats`, which is implemented as part of TestPmdShell. Bugzilla ID: 1407 Signed-off-by: Luca Vizzarro Reviewed-by: Paul Szczepanek --- dts/framework/remote_se

Re: [PATCH v2 5/5] dts: add `show port stats` command to TestPmdShell

2024-05-31 Thread Jeremy Spewock
Other than Nick's comment: Reviewed-by: Jeremy Spewock

Re: [PATCH v2 5/5] dts: add `show port stats` command to TestPmdShell

2024-05-21 Thread Luca Vizzarro
On 20/05/2024 15:26, Nicholas Pratte wrote: I've been running some local tests using a mock test suite. Each method you created generates output as expected, but show_port_stats_all() is printing out an empty list; I'm not sure this is intentional or not. I don't have much experience with regular

Re: [PATCH v2 5/5] dts: add `show port stats` command to TestPmdShell

2024-05-20 Thread Nicholas Pratte
I've been running some local tests using a mock test suite. Each method you created generates output as expected, but show_port_stats_all() is printing out an empty list; I'm not sure this is intentional or not. I don't have much experience with regular expressions to be able to discern what is goi

[PATCH v2 5/5] dts: add `show port stats` command to TestPmdShell

2024-05-09 Thread Luca Vizzarro
Add a new TestPmdPortStats data structure to represent the output returned by `show port stats`, which is implemented as part of TestPmdShell. Bugzilla ID: 1407 Signed-off-by: Luca Vizzarro Reviewed-by: Paul Szczepanek --- dts/framework/remote_session/testpmd_shell.py | 68 +++