Re: [RFC v1 1/3] dts: add UDP tunnel command to testpmd shell

2024-07-26 Thread Jeremy Spewock
Hey Dean, these changes look good to me, I just had a few minor comments/suggestions. One thing I did notice was that the methods added here don't have type-hints for their return-types, obviously functionally it makes no difference since they don't return anything, but just adding the note that s

[RFC v1 1/3] dts: add UDP tunnel command to testpmd shell

2024-07-25 Thread Dean Marx
add udp_tunnel_port command to testpmd shell class, also ports over set verbose method from vlan suite Signed-off-by: Dean Marx --- dts/framework/remote_session/testpmd_shell.py | 51 ++- 1 file changed, 50 insertions(+), 1 deletion(-) diff --git a/dts/framework/remote_session/t