[PATCH v10 0/1] dts: port over queue start/stop suite
Dean Marx
dmarx at iol.unh.edu
Tue Oct 8 23:48:02 CEST 2024
Queue start/stop suite ensures the Poll Mode Driver can functionally
enable and disable Rx/Tx queues on ports. The suite contains two test
cases:
1. All queues enabled - verifies that packets are received when all
queues on all ports are enabled.
2. Queue start/stop - verifies that packets are not received when the Rx
queue on port 0 is disabled, and then again when the Tx queue on port 1
is disabled.
An important aspect of DPDK is queueing packets for transmission to
bypass the kernel, which makes this test suite necessary to ensure
performance.
--------------
v8:
* Refactored to be compatible with context manager
v9:
* Combined configuration schema and test suite patches
v10:
* Rebased off next-dts
Dean Marx (1):
dts: port over queue start/stop suite
dts/framework/config/conf_yaml_schema.json | 3 ++-
dts/tests/TestSuite_queue_start_stop.py | 16 +++++++---------
2 files changed, 9 insertions(+), 10 deletions(-)
--
2.44.0
More information about the dev
mailing list