test suite reviews and discussions
 help / color / mirror / Atom feed
From: Xu Hailin <hailinx.xu@intel.com>
To: dts@dpdk.org
Cc: Hailin Xu <hailinx.xu@intel.com>
Subject: [dts] [PATCH v2] tests/large_vf:update notes
Date: Tue, 19 Jan 2021 16:02:22 +0800	[thread overview]
Message-ID: <1611043342-66272-1-git-send-email-hailinx.xu@intel.com> (raw)

From: Hailin Xu <hailinx.xu@intel.com>

update notes and variable name.

Signed-off-by: Hailin Xu <hailinx.xu@intel.com>
---
 tests/TestSuite_large_vf.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/TestSuite_large_vf.py b/tests/TestSuite_large_vf.py
index 0cba1cdd..94d52c64 100755
--- a/tests/TestSuite_large_vf.py
+++ b/tests/TestSuite_large_vf.py
@@ -183,7 +183,7 @@ more_than_max_vfs_4_queues = {
     "check_param": "-bash: echo: write error: Numerical result out of range"
 }
 
-max_vfs_4_queues_128 = [multi_fdir_among, more_than_4_queues_max_vfs, more_than_max_vfs_4_queues]
+max_vfs_4_queues = [multi_fdir_among, more_than_4_queues_max_vfs, more_than_max_vfs_4_queues]
 
 
 class TestLargeVf(TestCase):
@@ -316,7 +316,7 @@ class TestLargeVf(TestCase):
                     self.check_rxqtxq_number(512, tv["check_param"])
                 elif subcase_name == "test_more_than_3_vfs_256_queues":
                     self.pmd_output.execute_cmd("quit", "#")
-                    # start testpmd uss 256 queues
+                    # start testpmd use 256 queues
                     for i in range(self.vf_num + 1):
                         if self.max_vf_num == 64:
                             self.pmdout_list[0].start_testpmd(param=tv["param"], ports=[self.sriov_vfs_port[0].pci], prefix='port0vf0')
@@ -346,7 +346,7 @@ class TestLargeVf(TestCase):
                                     self.pmdout_list[5].execute_cmd("quit", "# ")
                                     self.pmdout_list[6].execute_cmd("quit", "# ")
 
-                # case 2: 128_vfs_4_queues
+                # case 2: max_vfs_4_queues
                 elif subcase_name == "test_multi_fdir_among":
                     self.create_fdir_rule(tv["rule"])
                     self.check_match_mismatch_pkts(tv)
@@ -542,7 +542,7 @@ class TestLargeVf(TestCase):
         self.create_iavf(self.max_vf_num)
         self.launch_testpmd("--rxq=4 --txq=4")
         self.config_testpmd()
-        self.rte_flow_process(max_vfs_4_queues_128)
+        self.rte_flow_process(max_vfs_4_queues)
 
     def tear_down(self):
         """
-- 
2.17.1


             reply	other threads:[~2021-01-19  8:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-19  8:02 Xu Hailin [this message]
2021-01-21  8:20 ` Tu, Lijuan
  -- strict thread matches above, loose matches on Subject: below --
2021-01-19  7:50 Xu Hailin

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=1611043342-66272-1-git-send-email-hailinx.xu@intel.com \
    --to=hailinx.xu@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).