mbox

[v3,0/2] net/mlx5: external RxQ tests

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

Message

Michael Baum June 28, 2022, 2:58 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/

v1: Initial commit.
v2: Fix typos in documentation.
    Move mlx5 specific tests to mlx5 library.
    Change socket style SOCK_DGRAM -> SOCK_SEQPACKET.
v3: Move all these tests to mlx5 library.
    Add mlx5 prefix to mlx5 specific tests.
    Improve documentation.

Michael Baum (2):
  net/mlx5: add test for remote PD and CTX
  net/mlx5: add test for external Rx queue

 doc/guides/nics/mlx5.rst                    |  66 ++++
 doc/guides/testpmd_app_ug/testpmd_funcs.rst |   2 +
 drivers/net/mlx5/mlx5_testpmd.c             | 383 ++++++++++++++++++++
 3 files changed, 451 insertions(+)