test suite reviews and discussions
 help / color / mirror / Atom feed
From: yaobing <bingx.y.yao@intel.com>
To: dts@dpdk.org
Cc: yaobing <bingx.y.yao@intel.com>
Subject: [dts] [PATCH V1] tests/pmdrss_hash:forbidden packet
Date: Mon, 18 Mar 2019 11:03:51 +0800	[thread overview]
Message-ID: <1552878231-39129-1-git-send-email-bingx.y.yao@intel.com> (raw)

There will be some miscellaneous packetss appearing on the 
receiving port, and setting up command "set promisc all off" 
to forbidden packets.

Signed-off-by: yaobing <bingx.y.yao@intel.com>
---
 tests/TestSuite_pmdrss_hash.py | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tests/TestSuite_pmdrss_hash.py b/tests/TestSuite_pmdrss_hash.py
index 60c9819..2daca36 100644
--- a/tests/TestSuite_pmdrss_hash.py
+++ b/tests/TestSuite_pmdrss_hash.py
@@ -483,6 +483,7 @@ class TestPmdrssHash(TestCase):
         for iptype, rsstype in iptypes.items():
             self.dut.send_expect("set verbose 8", "testpmd> ")
             self.dut.send_expect("set fwd rxonly", "testpmd> ")
+            self.dut.send_expect("set promisc all off", "testpmd> ")
             self.dut.send_expect(
                 "set nbcore %d" % (queue + 1), "testpmd> ")
 
@@ -520,6 +521,7 @@ class TestPmdrssHash(TestCase):
         for iptype, rsstype in iptypes.items():
             self.dut.send_expect("set verbose 8", "testpmd> ")
             self.dut.send_expect("set fwd rxonly", "testpmd> ")
+            self.dut.send_expect("set promisc all off", "testpmd> ")
             self.dut.send_expect(
                 "set nbcore %d" % (queue + 1), "testpmd> ")
 
@@ -565,6 +567,7 @@ class TestPmdrssHash(TestCase):
             self.logger.info("***********************%s rss test********************************" % iptype)
             self.dut.send_expect("set verbose 8", "testpmd> ")
             self.dut.send_expect("set fwd rxonly", "testpmd> ")
+            self.dut.send_expect("set promisc all off", "testpmd> ")
             self.dut.send_expect(
                 "set nbcore %d" % (queue + 1), "testpmd> ")
 
@@ -603,6 +606,7 @@ class TestPmdrssHash(TestCase):
         for iptype, rsstype in iptypes.items():
             self.dut.send_expect("set verbose 8", "testpmd> ")
             self.dut.send_expect("set fwd rxonly", "testpmd> ")
+            self.dut.send_expect("set promisc all off", "testpmd> ")
             self.dut.send_expect(
                 "set nbcore %d" % (queue + 1), "testpmd> ")
 
@@ -633,6 +637,7 @@ class TestPmdrssHash(TestCase):
                     "NIC Unsupported: " + str(self.nic))
 
         self.dut.send_expect("./%s/app/testpmd -c f -n 4 -- -i" % self.target, "testpmd> ", 120)
+        self.dut.send_expect("set promisc all off", "testpmd> ")
         out = self.dut.send_expect("create bonded device 3 0", "testpmd> ", 30)
         bond_device_id = int(re.search("port \d+", out).group().split(" ")[-1].strip())
 
-- 
2.17.2


             reply	other threads:[~2019-03-18  2:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-18  3:03 yaobing [this message]
2019-03-19  2:57 ` Zhu, WenhuiX
2019-03-24 18:39 ` 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=1552878231-39129-1-git-send-email-bingx.y.yao@intel.com \
    --to=bingx.y.yao@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).