Re: [PATCH v1] dts: add VLAN methods to testpmd shell

2024-09-11 Thread Patrick Robb
A new version should be submitted which will apply onto next-dts. Mostly looks good barring 1 or 2 nits and some overlap with Luca's pktgen/testpmd series which was merged to next-dts the other day. On Wed, Sep 11, 2024 at 1:37 PM Dean Marx wrote: > > added the following methods to testpmd shell

[PATCH v1] dts: add VLAN methods to testpmd shell

2024-09-11 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 fixed bug in vlan_offload for show port info, removed $ at end of regex Signed-off-by: Dean Marx Reviewed-by: Jeremy