Re: [PATCH v17 1/1] dts: VLAN test suite implementation

2024-10-23 Thread Patrick Robb
Applied to next-dts, thanks. I did end up doing a fixup to update the vlan_setup method and the VLAN capitalization, along with a commit reword to align a little bit more with the dpdk submission guidelines (imperative verb use).

Re: [PATCH v17 1/1] dts: VLAN test suite implementation

2024-10-23 Thread Patrick Robb
On Tue, Oct 8, 2024 at 3:18 PM Dean Marx wrote: > > Test suite for verifying VLAN filtering, stripping, and insertion > functionality on Poll Mode Driver. > > Depends-on: Patch-145500 ("dts: add VLAN methods to testpmd shell") > > Signed-off-by: Dean Marx > Reviewed-by: Jeremy Spewock > --- > d

[PATCH v17 1/1] dts: VLAN test suite implementation

2024-10-08 Thread Dean Marx
Test suite for verifying VLAN filtering, stripping, and insertion functionality on Poll Mode Driver. Depends-on: Patch-145500 ("dts: add VLAN methods to testpmd shell") Signed-off-by: Dean Marx Reviewed-by: Jeremy Spewock --- dts/framework/config/conf_yaml_schema.json | 3 +- dts/tests/TestS