From: Andrew Bailey <abailey@iol.unh.edu>
To: Patrick Robb <probb@iol.unh.edu>
Cc: luca.vizzarro@arm.com, dev@dpdk.org, thomas@monjalon.net,
david.marchand@redhat.com
Subject: Re: [PATCH 1/2] dts: fix incorrect import order for RSS testsuite
Date: Tue, 18 Nov 2025 09:34:11 -0500 [thread overview]
Message-ID: <CABJ3N2XkRQF5sN0DRwMh5ZqCwu4rKgzt-4Hi+vZOStSn2-cd9g@mail.gmail.com> (raw)
In-Reply-To: <20251113232954.273454-2-probb@iol.unh.edu>
[-- Attachment #1: Type: text/plain, Size: 1025 bytes --]
Reviewed-by: Andrew Bailey <abailey@iol.unh.edu>
On Thu, Nov 13, 2025 at 6:31 PM Patrick Robb <probb@iol.unh.edu> wrote:
> 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>
> ---
> dts/tests/TestSuite_pmd_rss.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --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
>
>
[-- Attachment #2: Type: text/html, Size: 1504 bytes --]
next prev parent reply other threads:[~2025-11-18 14:34 UTC|newest]
Thread overview: 5+ 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 ` [PATCH 1/2] dts: fix incorrect import order for RSS testsuite Patrick Robb
2025-11-18 14:34 ` Andrew Bailey [this message]
2025-11-13 23:29 ` [PATCH 2/2] dts: shorten a too long line Patrick Robb
2025-11-18 14:34 ` Andrew Bailey
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=CABJ3N2XkRQF5sN0DRwMh5ZqCwu4rKgzt-4Hi+vZOStSn2-cd9g@mail.gmail.com \
--to=abailey@iol.unh.edu \
--cc=david.marchand@redhat.com \
--cc=dev@dpdk.org \
--cc=luca.vizzarro@arm.com \
--cc=probb@iol.unh.edu \
--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).