Re: [PATCH v2 1/3] dts: initial queue start/stop suite implementation

2024-06-21 Thread Jeremy Spewock
On Mon, Jun 17, 2024 at 3:47 PM Dean Marx wrote: > > This suite tests the ability of the Poll Mode Driver to enable and disable > Rx/Tx queues on a port. > > Signed-off-by: Dean Marx > --- > dts/tests/TestSuite_queue_start_stop.py | 79 + > 1 file changed, 79 insertions(+

[PATCH v2 1/3] dts: initial queue start/stop suite implementation

2024-06-17 Thread Dean Marx
This suite tests the ability of the Poll Mode Driver to enable and disable Rx/Tx queues on a port. Signed-off-by: Dean Marx --- dts/tests/TestSuite_queue_start_stop.py | 79 + 1 file changed, 79 insertions(+) create mode 100644 dts/tests/TestSuite_queue_start_stop.py di