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

2024-07-26 Thread Jeremy Spewock
On Wed, Jul 24, 2024 at 2:32 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 Reviewed-by: Jeremy Spewock

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

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