Re: [PATCH v3 1/3] dts: initial queue start/stop suite implementation

2024-06-26 Thread Jeremy Spewock
Overall, this looks good to me. I just left some small comments, mostly about documentation, but a few about logic. I still think however that this commit should come after the testpmd changes in the order of the patches. Also, it looks like this series is throwing some warnings/errors with the f

[PATCH v3 1/3] dts: initial queue start/stop suite implementation

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