mbox

[v2,0/2] mlx5/testpmd: external RxQ tests

Message ID 20220616171017.2597941-1-michaelba@nvidia.com (mailing list archive)
Headers

Message

Michael Baum June 16, 2022, 5:10 p.m. UTC
  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-michaelba@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(-)