Re: [RFC v1 1/2] dts: add additional vlan configuration to testpmd shell class

2024-08-08 Thread Jeremy Spewock
Hey Nick, Patch looks pretty good to me, just a few minor comments below. On Mon, Aug 5, 2024 at 1:13 PM Nicholas Pratte wrote: > > The ethertype test suite requires many different internal runtime > vlan offload options to test ethertype configuration. The following patch > adds a new RxVlanOf

[RFC v1 1/2] dts: add additional vlan configuration to testpmd shell class

2024-08-05 Thread Nicholas Pratte
The ethertype test suite requires many different internal runtime vlan offload options to test ethertype configuration. The following patch adds a new RxVlanOffloadOptions class that contains all the different vlan configuration options available within testpmd. Additionally, an extra method has b