From: Michael Baum <michaelba@nvidia.com>
To: <dev@dpdk.org>
Cc: Matan Azrad <matan@nvidia.com>,
Raslan Darawsheh <rasland@nvidia.com>,
Viacheslav Ovsiienko <viacheslavo@nvidia.com>
Subject: [PATCH v2 0/2] mlx5/testpmd: external RxQ tests
Date: Thu, 16 Jun 2022 20:10:15 +0300 [thread overview]
Message-ID: <20220616171017.2597941-1-michaelba@nvidia.com> (raw)
In-Reply-To: <20220301202615.4103972-1-michaelba@nvidia.com>
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
next prev parent reply other threads:[~2022-06-16 17:10 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-01 20:26 [PATCH 0/2] app/testpmd: " Michael Baum
2022-03-01 20:26 ` [PATCH 1/2] app/testpmd: add test for remote PD and CTX Michael Baum
2022-03-03 12:57 ` Ferruh Yigit
2022-03-07 16:07 ` Michael Baum
2022-03-08 9:40 ` Thomas Monjalon
2022-03-01 20:26 ` [PATCH 2/2] app/testpmd: add test for external RxQ Michael Baum
2022-03-03 13:02 ` Ferruh Yigit
2022-03-07 15:51 ` Michael Baum
2022-06-16 17:10 ` Michael Baum [this message]
2022-06-16 17:10 ` [PATCH v2 1/2] app/testpmd: add test for remote PD and CTX Michael Baum
2022-06-16 17:10 ` [PATCH v2 2/2] app/testpmd: add test for external RxQ Michael Baum
2022-06-21 9:27 ` [PATCH v2 0/2] mlx5/testpmd: external RxQ tests Raslan Darawsheh
2022-06-28 14:58 ` [PATCH v3 0/2] net/mlx5: " Michael Baum
2022-06-28 14:58 ` [PATCH v3 1/2] net/mlx5: add test for remote PD and CTX Michael Baum
2022-06-28 14:58 ` [PATCH v3 2/2] net/mlx5: add test for external Rx queue Michael Baum
2022-06-29 9:06 ` [PATCH v3 0/2] net/mlx5: external RxQ tests Raslan Darawsheh
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220616171017.2597941-1-michaelba@nvidia.com \
--to=michaelba@nvidia.com \
--cc=dev@dpdk.org \
--cc=matan@nvidia.com \
--cc=rasland@nvidia.com \
--cc=viacheslavo@nvidia.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).