[PATCH v2 0/2] dts: dpdk shell bug fixes
Patrick Robb
probb at iol.unh.edu
Mon Mar 23 21:20:51 CET 2026
Support for the dpdk-test-crypto-perf application in DTS was added
recently. This work introduced a new bug (incorrectly setting the EAL
port allowlist when checking ethdev capabilities) and also exposed a
pre-existing bug (insuffient time delay between dpdk app runs causing
resource conflicts). Both of these bugs are resolved by the patches in
this series. The patches are very small, but also important for the DTS
user experience, so if there is time for these to be merged in for RC3 I
think it would be a big benefit. Thanks.
v2:
Adding missing only_active decorator to the DPDKShell close method,
which resolves a doc build issue.
Patrick Robb (2):
dts: always use ethdev ports to check capabilities
dts: avoid dpdk resources conflict
dts/api/testpmd/__init__.py | 2 +-
dts/framework/remote_session/dpdk_shell.py | 17 ++++++++++++-----
dts/framework/testbed_model/capability.py | 2 +-
3 files changed, 14 insertions(+), 7 deletions(-)
--
2.49.0
More information about the dev
mailing list