test suite reviews and discussions
 help / color / mirror / Atom feed
From: Lijuan Tu <lijuanx.a.tu@intel.com>
To: dts@dpdk.org
Subject: [dts] [PATCH]Test suite generic_filter: reduce cores to run pmd on 32bit system
Date: Tue, 17 Nov 2015 17:41:01 +0800	[thread overview]
Message-ID: <1447753261-2773-1-git-send-email-lijuanx.a.tu@intel.com> (raw)

Signed-off-by: Lijuan Tu <lijuanx.a.tu@intel.com>
---
 tests/TestSuite_generic_filter.py | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/tests/TestSuite_generic_filter.py b/tests/TestSuite_generic_filter.py
index 26abea2..0e3b282 100644
--- a/tests/TestSuite_generic_filter.py
+++ b/tests/TestSuite_generic_filter.py
@@ -201,7 +201,7 @@ class TestGeneric_filter(TestCase):
         """
         self.verify(self.nic in ["niantic", "kawela_4", "bartonhills", "powerville"], "%s nic not support syn filter" % self.nic)
         self.pmdout.start_testpmd(
-            "all", "--disable-rss --rxq=4 --txq=4 --portmask=%s --nb-cores=8 --nb-ports=1" % portMask)
+            "1S/4C/1T", "--disable-rss --rxq=4 --txq=4 --portmask=%s --nb-cores=3 --nb-ports=1" % portMask)
         self.port_config()
         self.dut.send_expect(
             "syn_filter %s add priority high queue 2" % valports[0], "testpmd> ")
@@ -239,7 +239,7 @@ class TestGeneric_filter(TestCase):
         priority filter
         """
         self.pmdout.start_testpmd(
-            "all", "--disable-rss --rxq=4 --txq=4 --portmask=%s --nb-cores=8 --nb-ports=1" % portMask)
+            "1S/4C/1T", "--disable-rss --rxq=4 --txq=4 --portmask=%s --nb-cores=3 --nb-ports=1" % portMask)
         self.port_config()
 
         if self.nic == "niantic":
@@ -304,7 +304,7 @@ class TestGeneric_filter(TestCase):
         """
         if self.nic in ["niantic", "kawela_4"]:
             self.pmdout.start_testpmd(
-                "all", "--disable-rss --rxq=4 --txq=4 --portmask=%s --nb-cores=8 --nb-ports=1" % portMask)
+                "1S/4C/1T", "--disable-rss --rxq=4 --txq=4 --portmask=%s --nb-cores=3 --nb-ports=1" % portMask)
             self.port_config()
 
             mask = ['0x1f', '0x0']
@@ -369,7 +369,7 @@ class TestGeneric_filter(TestCase):
                            "powerville", "fortville_eagle", "fortville_spirit",
                            "fortville_spirit_single"], "%s nic not support syn filter" % self.nic)
         self.pmdout.start_testpmd(
-            "all", "--disable-rss --rxq=4 --txq=4 --portmask=%s --nb-cores=8 --nb-ports=1" % portMask)
+            "1S/4C/1T", "--disable-rss --rxq=4 --txq=4 --portmask=%s --nb-cores=3 --nb-ports=1" % portMask)
         self.port_config()
         self.ethertype_filter = "on"
         ethertype = "0x0806"
@@ -406,7 +406,7 @@ class TestGeneric_filter(TestCase):
     def test_multiple_filters_10GB(self):
         if self.nic == "niantic":
             self.pmdout.start_testpmd(
-                "all", "--disable-rss --rxq=4 --txq=4 --portmask=%s --nb-cores=8 --nb-ports=1" % portMask)
+                "1S/4C/1T", "--disable-rss --rxq=4 --txq=4 --portmask=%s --nb-cores=3 --nb-ports=1" % portMask)
             self.port_config()
             self.dut.send_expect(
                 "syn_filter %s add priority high queue 1" % valports[0], "testpmd> ")
@@ -490,7 +490,7 @@ class TestGeneric_filter(TestCase):
 
         if self.nic in ["powerville", "bartonhills"]:
             self.pmdout.start_testpmd(
-                "all", "--disable-rss --rxq=4 --txq=4 --portmask=%s --nb-cores=8 --nb-ports=1" % portMask)
+                "1S/4C/1T", "--disable-rss --rxq=4 --txq=4 --portmask=%s --nb-cores=3 --nb-ports=1" % portMask)
             self.port_config()
             self.dut.send_expect(
                 "2tuple_filter %s add dst_port 64 protocol 0x11 mask 1 tcp_flags 0 priority 3 queue 1" % valports[0], "testpmd> ")
@@ -525,7 +525,7 @@ class TestGeneric_filter(TestCase):
 
         masks = ['000C', '000C']
         self.pmdout.start_testpmd(
-            "all", "--disable-rss --rxq=4 --txq=4 --portmask=%s --nb-cores=8 --nb-ports=1" % portMask)
+            "1S/4C/1T", "--disable-rss --rxq=4 --txq=4 --portmask=%s --nb-cores=3 --nb-ports=1" % portMask)
         self.port_config()
         for i in [0, 1]:
             if i == 0:
@@ -578,7 +578,7 @@ class TestGeneric_filter(TestCase):
 
         if self.nic in ["powerville", "kawela_4", "bartonhills"]:
             self.pmdout.start_testpmd(
-                "all", "--disable-rss --rxq=4 --txq=4 --portmask=%s --nb-cores=8 --nb-ports=1" % portMask)
+                "1S/4C/1T", "--disable-rss --rxq=4 --txq=4 --portmask=%s --nb-cores=3 --nb-ports=1" % portMask)
             self.port_config()
             self.dut.send_expect(
                 "syn_filter %s add priority high queue 1" % valports[0], "testpmd> ")
@@ -622,7 +622,7 @@ class TestGeneric_filter(TestCase):
         
         self.verify(self.nic not in ["fortville_eagle", "fortville_spirit", "fortville_spirit_single"], "%s nic not support this test" % self.nic)
         self.pmdout.start_testpmd(
-            "all", "--disable-rss --rxq=4 --txq=4 --portmask=%s --nb-cores=8 --nb-ports=1 --mbcache=200 --mbuf-size=2048 --max-pkt-len=9600" % portMask)
+            "1S/4C/1T", "--disable-rss --rxq=4 --txq=4 --portmask=%s --nb-cores=3 --nb-ports=1 --mbcache=200 --mbuf-size=2048 --max-pkt-len=9600" % portMask)
         port = self.tester.get_local_port(valports[0])
         txItf = self.tester.get_interface(port)
 
@@ -696,7 +696,7 @@ class TestGeneric_filter(TestCase):
             global valports
             total_mbufs = self.request_mbufs(128) * len(valports)
             self.pmdout.start_testpmd(
-                "all", "--disable-rss --rxq=128 --txq=128 --portmask=%s --nb-cores=8 --total-num-mbufs=%d" % (portMask, total_mbufs))
+                "1S/4C/1T", "--disable-rss --rxq=128 --txq=128 --portmask=%s --nb-cores=3 --total-num-mbufs=%d" % (portMask, total_mbufs))
             self.dut.send_expect(
                 "set stat_qmap rx %s 0 0" % valports[0], "testpmd> ")
             self.dut.send_expect(
@@ -748,7 +748,7 @@ class TestGeneric_filter(TestCase):
 
     def test_perf_generic_filter_perf(self):
         self.pmdout.start_testpmd(
-            "all", "--disable-rss --rxq=4 --txq=4 --portmask=%s --nb-cores=8 --nb-ports=1" % portMask)
+            "1S/4C/1T", "--disable-rss --rxq=4 --txq=4 --portmask=%s --nb-cores=3 --nb-ports=1" % portMask)
         self.port_config()
         print valports[0], valports[1]
         tx_port = self.tester.get_local_port(valports[0])
-- 
1.9.1

                 reply	other threads:[~2015-11-17  9:45 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1447753261-2773-1-git-send-email-lijuanx.a.tu@intel.com \
    --to=lijuanx.a.tu@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).