From: Chen Linglix <linglix.chen@intel.com>
To: dts@dpdk.org
Cc: Chen Linglix <linglix.chen@intel.com>
Subject: [dts] [PATCH V1] tests/TestSuite_shutdown_api/check_rxtx_desc_status_add_foxville_and_powerville_queue_num
Date: Tue, 28 Jul 2020 11:00:55 +0800 [thread overview]
Message-ID: <20200728030055.13502-1-linglix.chen@intel.com> (raw)
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=y, Size: 1061 bytes --]
The maximum number of queues for foxville is 4,for powerville is 8
Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
tests/TestSuite_shutdown_api.py | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/tests/TestSuite_shutdown_api.py b/tests/TestSuite_shutdown_api.py
index 0eead85..edd1dcf 100644
--- a/tests/TestSuite_shutdown_api.py
+++ b/tests/TestSuite_shutdown_api.py
@@ -797,8 +797,10 @@ class TestShutdownApi(TestCase):
When tx_descriptor_status is used, status can be “FULL”, “DONE” or “UNAVAILABLE.”
"""
queue_num=16
- if self.nic in ["springville"]:
+ if self.nic in ["springville","foxville"]:
queue_num=4
+ if self.nic in ["powerville"]:
+ queue_num=8
self.pmdout.start_testpmd("Default",
"--portmask=%s --port-topology=loop --txq=%s --rxq=%s --txd=4096 --rxd=4096"
% (utils.create_mask(self.ports),queue_num,queue_num), socket=self.ports_socket)
--
1.8.3.1
next reply other threads:[~2020-07-28 3:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-28 3:00 Chen Linglix [this message]
2020-07-28 3:29 ` Chen, LingliX
2020-08-12 6:21 ` Tu, Lijuan
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=20200728030055.13502-1-linglix.chen@intel.com \
--to=linglix.chen@intel.com \
--cc=dts@dpdk.org \
/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).