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

2024-07-23 Thread Adam Hassick
Recheck-request: rebase=main, iol-intel-Functional, iol-intel-Performance, This is a test of the Community Lab's new retest changes. Please ignore. On Fri, Jul 19, 2024 at 9:34 AM Jeremy Spewock wrote: > > On Wed, Jul 17, 2024 at 4:23 PM Dean Marx wrote: > > > > This suite tests the ability of

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

2024-07-19 Thread Jeremy Spewock
On Wed, Jul 17, 2024 at 4:23 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 v7 2/3] dts: initial queue start/stop suite implementation

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