mbox series

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

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

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

Comments

Raslan Darawsheh June 29, 2022, 9:06 a.m. UTC | #1
Hi,

> -----Original Message-----
> From: Michael Baum <michaelba@nvidia.com>
> Sent: Tuesday, June 28, 2022 5:59 PM
> To: dev@dpdk.org
> Cc: Matan Azrad <matan@nvidia.com>; Raslan Darawsheh
> <rasland@nvidia.com>; Slava Ovsiienko <viacheslavo@nvidia.com>
> Subject: [PATCH v3 0/2] net/mlx5: 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/
> 
> 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(+)
> 
> --
> 2.25.1

Replaced old series with this version:
Series applied to next-net-mlx,

Kindest regards,
Raslan Darawsheh