Re: [PATCH v1] dts: fix testpmd port device error handling mode

2024-09-09 Thread Juraj Linkeš
Applied to next-dts, thanks. On 23. 8. 2024 9:45, Juraj Linkeš wrote: Make device_error_handling_mode of testpmd port optional as it may not be present, e.g. in VM ports. Fixes: 61d5bc9bf974 ("dts: add port info command to testpmd shell") Signed-off-by: Juraj Linkeš --- dts/framework/remote

Re: [PATCH v1] dts: fix testpmd port device error handling mode

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

Re: [PATCH v1] dts: fix testpmd port device error handling mode

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

[PATCH v1] dts: fix testpmd port device error handling mode

2024-08-23 Thread Juraj Linkeš
Make device_error_handling_mode of testpmd port optional as it may not be present, e.g. in VM ports. Fixes: 61d5bc9bf974 ("dts: add port info command to testpmd shell") Signed-off-by: Juraj Linkeš --- dts/framework/remote_session/testpmd_shell.py | 4 ++-- 1 file changed, 2 insertions(+), 2 del