Recently [1] mlx5 PMD added support for external queues, in the following patches add internal tests for in Testpmd application.
[1] https://patchwork.dpdk.org/project/dpdk/cover/20220224232511.3238707-1-michae...@nvidia.com/ Depends-on: series=112853 ("introduce per-queue available descriptor threshold and host shaper") v1: Initial commit. v2: Fix typos in documentation. Move mlx5 specific tests to mlx5 library. Change socket style SOCK_DGRAM -> SOCK_SEQPACKET. Michael Baum (2): app/testpmd: add test for remote PD and CTX app/testpmd: add test for external RxQ app/test-pmd/cmdline.c | 14 +- app/test-pmd/testpmd.c | 5 + doc/guides/nics/mlx5.rst | 63 +++++++ drivers/net/mlx5/mlx5_testpmd.c | 298 +++++++++++++++++++++++++++++++- drivers/net/mlx5/mlx5_testpmd.h | 16 ++ 5 files changed, 392 insertions(+), 4 deletions(-) -- 2.25.1