Re: [PATCH v8 1/3] dts: add VLAN methods to testpmd shell

2024-07-01 Thread Jeremy Spewock
Hey Dean, I think this series looks good, thanks for addressing my comments! The only other comment I have on this version is that it looks like the formatting script is throwing some warnings, so those fixes might have been left out of the diff when this series was submitted. I think once the for

[PATCH v8 1/3] dts: add VLAN methods to testpmd shell

2024-06-28 Thread Dean Marx
added the following methods to testpmd shell class: vlan set filter on/off, rx vlan add/rm, vlan set strip on/off, port stop/start all/port, tx vlan set/reset, set promisc/verbose Signed-off-by: Dean Marx --- dts/framework/remote_session/testpmd_shell.py | 271 ++ 1 file changed,