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

2024-07-11 Thread Jeremy Spewock
On Wed, Jul 10, 2024 at 12:01 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 v6 2/3] dts: initial queue start/stop suite implementation

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