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

2024-08-09 Thread Jeremy Spewock
On Wed, Aug 7, 2024 at 3:36 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 v9 2/2] dts: initial queue start/stop suite implementation

2024-08-07 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/framework/config/conf_yaml_schema.json | 3 +- dts/tests/TestSuite_queue_start_stop.py| 91 ++ 2 files changed, 93 insertions(+), 1 deletio