Re: [PATCH v7 2/3] dts: add VLAN methods to testpmd shell

2024-06-26 Thread Jeremy Spewock
The functionality all looks good to me, just a few documentation nit-picks and a suggestion for something that I think could shorten up one function. On Tue, Jun 25, 2024 at 11:34 AM Dean Marx wrote: > > added the following methods to testpmd shell class: > vlan set filter on/off, rx vlan add/rm,

[PATCH v7 2/3] dts: add VLAN methods to testpmd shell

2024-06-25 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 | 278 ++ 1 file changed,