test suite reviews and discussions
 help / color / mirror / Atom feed
From: Xie wei <weix.xie@intel.com>
To: dts@dpdk.org
Cc: Xie wei <weix.xie@intel.com>
Subject: [dts] [PATCH V1 2/2] tests/TestSuite_runtime_vf_queue_number_kernel:the queue pairs number up to 256 for iavf
Date: Mon, 28 Dec 2020 14:57:17 +0800	[thread overview]
Message-ID: <20201228065717.32677-2-weix.xie@intel.com> (raw)
In-Reply-To: <20201228065717.32677-1-weix.xie@intel.com>

as the queue pairs number up to 256 queue pairs per VF, so change 17 to
257 for testing.

Signed-off-by: Xie wei <weix.xie@intel.com>
---
 tests/TestSuite_runtime_vf_queue_number_kernel.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/TestSuite_runtime_vf_queue_number_kernel.py b/tests/TestSuite_runtime_vf_queue_number_kernel.py
index fe4bea07..3daf2347 100644
--- a/tests/TestSuite_runtime_vf_queue_number_kernel.py
+++ b/tests/TestSuite_runtime_vf_queue_number_kernel.py
@@ -204,7 +204,7 @@ class TestRuntimeVfQueueNumberKernel(TestCase):
             self.check_result(nr_queue, out, out2, pkts_num, count, misc)
 
     def test_set_invalid_vf_queue_num_command_line(self):
-        invalid_queue_num = [0, 17]
+        invalid_queue_num = [0, 257]
         for i in invalid_queue_num:
             self.vm0_testpmd = PmdOutput(self.vm_dut_0)
             self.vm_dut_0.session_secondary = self.vm_dut_0.new_session()
@@ -215,7 +215,7 @@ class TestRuntimeVfQueueNumberKernel(TestCase):
                 self.verify('Either rx or tx queues should be non-zero' in out, "queue number can't be zero")
             else:
                 # the dpdk output non-zero conflict with >=0, to be fixed...
-                self.verify('txq 17 invalid - must be >= 0 && <= 16' in out, "queue number is too big")
+                self.verify('txq 257 invalid - must be >= 0 && <= 256' in out, "queue number is too big")
 
     def test_set_valid_vf_queue_num_with_function(self):
         random_queue = random.randint(2, 15)
@@ -270,7 +270,7 @@ class TestRuntimeVfQueueNumberKernel(TestCase):
             self.check_result(nr_queue, out, out2, pkts_num, count, misc)
 
     def test_set_invalid_vf_queue_num_with_testpmd_command(self):
-        invalid_queue_num = [0, 17]
+        invalid_queue_num = [0, 257]
         self.vm0_testpmd = PmdOutput(self.vm_dut_0)
         eal_param = '-w %(vf0)s' % {'vf0': self.vm_dut_0.vm_pci0}
         self.vm0_testpmd.start_testpmd("all", eal_param=eal_param)
@@ -287,7 +287,7 @@ class TestRuntimeVfQueueNumberKernel(TestCase):
                 self.verify('Either rx or tx queues should be non zero' in out, "queue number can't be zero")
             else:
                 out = self.vm0_testpmd.execute_cmd("port config all rxq %s" % i)
-                self.verify("input rxq (17) can't be greater than max_rx_queues (16) of port 0" in out,
+                self.verify("input rxq (257) can't be greater than max_rx_queues (256) of port 0" in out,
                             "queue number is too big")
             self.vm0_testpmd.execute_cmd("clear port stats all")
             time.sleep(1)
-- 
2.17.1


  reply	other threads:[~2020-12-28  6:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-28  6:57 [dts] [PATCH V1 1/2] tests/TestSuite_runtime_vf_queue_number:the " Xie wei
2020-12-28  6:57 ` Xie wei [this message]
2020-12-28  7:00   ` [dts] [PATCH V1 2/2] tests/TestSuite_runtime_vf_queue_number_kernel:the " Xie, WeiX
2020-12-28  7:00 ` [dts] [PATCH V1 1/2] tests/TestSuite_runtime_vf_queue_number:the " Xie, WeiX
2020-12-28  7:45 ` 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=20201228065717.32677-2-weix.xie@intel.com \
    --to=weix.xie@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).