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

2024-07-10 Thread Jeremy Spewock
Hey Dean, everything looks good here to me, but I had one thought about how we do the verification below. On Wed, Jul 3, 2024 at 2:08 PM Dean Marx wrote: > + > +def test_rx_queue_start_stop(self) -> None: > +"""Verify packets are not received by port 0 when Rx queue is > disabled. >

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

2024-07-03 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