DPDK patches and discussions
 help / color / mirror / Atom feed
From: Thomas Wilks <thomas.wilks@arm.com>
To: dev@dpdk.org
Cc: Paul Szczepanek <paul.szczepanek@arm.com>,
	Luca Vizzarro <luca.vizzarro@arm.com>,
	Patrick Robb <probb@iol.unh.edu>,
	Thomas Wilks <thomas.wilks@arm.com>
Subject: [PATCH v2 0/6] Added RSS functions and tests.
Date: Tue, 25 Feb 2025 15:33:39 +0000	[thread overview]
Message-ID: <20250225153345.331216-1-thomas.wilks@arm.com> (raw)
In-Reply-To: <20240829125020.34341-1-alex.chapman@arm.com>

v2:
- Added RSS capabilities check.
- Added testsuite that tests RSS hashes.
- Added testsuite that tests updating the RSS hash key.
- Added testsuite that verifies the RETA size.


Alex Chapman (5):
  dts: add RSS functions to testpmd
  dts: add utils for PMD RSS testsuites
  dts: add PMD RSS hash testsuite
  dts: add PMD RSS RETA testsuite
  dts: add PMD RSS key update testsuite

Thomas Wilks (1):
  dts: add NIC capabilities for hash algorithms

 dts/framework/remote_session/testpmd_shell.py | 283 +++++++++++++++++-
 dts/tests/TestSuite_pmd_rss_hash.py           | 121 ++++++++
 dts/tests/TestSuite_pmd_rss_key_update.py     | 168 +++++++++++
 dts/tests/TestSuite_pmd_rss_reta.py           | 101 +++++++
 dts/tests/pmd_rss_utils.py                    | 195 ++++++++++++
 5 files changed, 854 insertions(+), 14 deletions(-)
 create mode 100644 dts/tests/TestSuite_pmd_rss_hash.py
 create mode 100644 dts/tests/TestSuite_pmd_rss_key_update.py
 create mode 100644 dts/tests/TestSuite_pmd_rss_reta.py
 create mode 100644 dts/tests/pmd_rss_utils.py

-- 
2.43.0


  parent reply	other threads:[~2025-02-25 15:34 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-29 12:50 [PATCH] dts: add RSS functions to testpmd Alex Chapman
2024-09-06 14:29 ` Juraj Linkeš
2025-02-25 15:33 ` Thomas Wilks [this message]
2025-02-25 15:33   ` [PATCH v2 1/6] " Thomas Wilks
2025-02-25 15:33   ` [PATCH v2 2/6] dts: add utils for PMD RSS testsuites Thomas Wilks
2025-02-25 15:33   ` [PATCH v2 3/6] dts: add PMD RSS hash testsuite Thomas Wilks
2025-02-25 15:33   ` [PATCH v2 4/6] dts: add PMD RSS RETA testsuite Thomas Wilks
2025-02-25 15:33   ` [PATCH v2 5/6] dts: add PMD RSS key update testsuite Thomas Wilks
2025-02-25 15:33   ` [PATCH v2 6/6] dts: add NIC capabilities for hash algorithms Thomas Wilks

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=20250225153345.331216-1-thomas.wilks@arm.com \
    --to=thomas.wilks@arm.com \
    --cc=dev@dpdk.org \
    --cc=luca.vizzarro@arm.com \
    --cc=paul.szczepanek@arm.com \
    --cc=probb@iol.unh.edu \
    /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).