Re: [PATCH v4 07/11] dts: add NIC capabilities from show rxq info

2024-09-27 Thread Luca Vizzarro
Reviewed-by: Luca Vizzarro

Re: [PATCH v4 07/11] dts: add NIC capabilities from show rxq info

2024-09-23 Thread Jeremy Spewock
On Mon, Sep 23, 2024 at 11:02 AM Juraj Linkeš wrote: > > Add parsing for the show rxq info tespmd command > and add support for the Scattered Rx capability. > > Signed-off-by: Juraj Linkeš > Reviewed-by: Dean Marx Reviewed-by: Jeremy Spewock

[PATCH v4 07/11] dts: add NIC capabilities from show rxq info

2024-09-23 Thread Juraj Linkeš
Add parsing for the show rxq info tespmd command and add support for the Scattered Rx capability. Signed-off-by: Juraj Linkeš Reviewed-by: Dean Marx --- dts/framework/remote_session/testpmd_shell.py | 137 +- dts/framework/testbed_model/capability.py | 12 ++ dts/tests/Te