mbox series

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

Message ID 20220616171017.2597941-1-michaelba@nvidia.com (mailing list archive)
Headers
Series mlx5/testpmd: external RxQ tests |

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(-)
  

Comments

Raslan Darawsheh June 21, 2022, 9:27 a.m. UTC | #1
Hi,

> -----Original Message-----
> From: Michael Baum <michaelba@nvidia.com>
> Sent: Thursday, June 16, 2022 8:10 PM
> To: dev@dpdk.org
> Cc: Matan Azrad <matan@nvidia.com>; Raslan Darawsheh
> <rasland@nvidia.com>; Slava Ovsiienko <viacheslavo@nvidia.com>
> Subject: [PATCH v2 0/2] mlx5/testpmd: external RxQ tests
> 
> 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(-)
> 
> --
> 2.25.1

Series applied to next-net-mlx,

Kindest regards,
Raslan Darawsheh