Re: [PATCH v2 3/3] dts: mac filter test suite refactored for new dts

2024-07-11 Thread Jeremy Spewock
Code all looked good to me, just a couple of documentation comments. On Tue, Jul 2, 2024 at 3:25 PM Nicholas Pratte wrote: > > +class TestMacFilter(TestSuite): > +"""Mac address allowlist filtering test suite. > + > +Configure mac address filtering on a given port, and test the port's >

[PATCH v2 3/3] dts: mac filter test suite refactored for new dts

2024-07-02 Thread Nicholas Pratte
The mac address filter test suite, whose test cases are based on old DTS's test cases, has been refactored to interface with the new DTS framework. In porting over this test suite into the new framework, some adjustments were made, namely in the EAL and TestPMD parameter provided before executing

[PATCH v2 3/3] dts: mac filter test suite refactored for new dts

2024-07-02 Thread Nicholas Pratte
The mac address filter test suite, whose test cases are based on old DTS's test cases, has been refactored to interface with the new DTS framework. In porting over this test suite into the new framework, some adjustments were made, namely in the EAL and TestPMD parameter provided before executing

[PATCH v2 3/3] dts: mac filter test suite refactored for new dts

2024-07-02 Thread Nicholas Pratte
The mac address filter test suite, whose test cases are based on old DTS's test cases, has been refactored to interface with the new DTS framework. In porting over this test suite into the new framework, some adjustments were made, namely in the EAL and TestPMD parameter provided before executing

[PATCH v2 3/3] dts: mac filter test suite refactored for new dts

2024-07-02 Thread Nicholas Pratte
The mac address filter test suite, whose test cases are based on old DTS's test cases, has been refactored to interface with the new DTS framework. In porting over this test suite into the new framework, some adjustments were made, namely in the EAL and TestPMD parameter provided before executing