From: Patrick Robb <probb@iol.unh.edu>
To: luca.vizzarro@arm.com
Cc: dev@dpdk.org, thomas@monjalon.net, david.marchand@redhat.com,
Patrick Robb <probb@iol.unh.edu>
Subject: [PATCH 1/2] dts: fix incorrect import order for RSS testsuite
Date: Thu, 13 Nov 2025 18:29:53 -0500 [thread overview]
Message-ID: <20251113232954.273454-2-probb@iol.unh.edu> (raw)
In-Reply-To: <20251113232954.273454-1-probb@iol.unh.edu>
Fix the order of the imports on the RSS testsuite such that
the dts check format script is no longer reporting issues.
Fixes: 367e950f6d24 ("dts: add RSS test suite")
Signed-off-by: Patrick Robb <probb@iol.unh.edu>
---
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/dts/tests/TestSuite_pmd_rss.py b/dts/tests/TestSuite_pmd_rss.py
index 80f6e310ae..f6adf262c3 100644
--- a/dts/tests/TestSuite_pmd_rss.py
+++ b/dts/tests/TestSuite_pmd_rss.py
@@ -20,8 +20,8 @@
requires_link_topology,
requires_nic_capability,
)
-from api.test import verify
from api.packet import send_packets_and_capture
+from api.test import verify
from api.testpmd import TestPmd
from api.testpmd.config import SimpleForwardingModes
from api.testpmd.types import (
--
2.49.0
next prev parent reply other threads:[~2025-11-13 23:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-13 23:29 [PATCH 0/2] Small formatting issue fixes in DTS Patrick Robb
2025-11-13 23:29 ` Patrick Robb [this message]
2025-11-13 23:29 ` [PATCH 2/2] dts: shorten a too long line Patrick Robb
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=20251113232954.273454-2-probb@iol.unh.edu \
--to=probb@iol.unh.edu \
--cc=david.marchand@redhat.com \
--cc=dev@dpdk.org \
--cc=luca.vizzarro@arm.com \
--cc=thomas@monjalon.net \
/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).