Re: [PATCH v4 2/3] dts: initial queue start/stop suite implementation

2024-07-01 Thread Jeremy Spewock
On Fri, Jun 28, 2024 at 12:20 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 | 95 + > 1 file changed, 95 insertions(

[PATCH v4 2/3] dts: initial queue start/stop suite implementation

2024-06-28 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 | 95 + 1 file changed, 95 insertions(+) create mode 100644 dts/tests/TestSuite_queue_start_stop.py di