[dts] [PATCH V1] tests/pmdrss_hash:forbidden packet

Tu, Lijuan lijuan.tu at intel.com
Sun Mar 24 19:39:29 CET 2019


Hi bing,

Fail to apply due to code base changed by your patch: [dts] [PATCH V2] tests/pmdrss_hash:change hard code

Could you please kindly to rework it?

thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of yaobing
> Sent: Sunday, March 17, 2019 8:04 PM
> To: dts at dpdk.org
> Cc: Yao, BingX Y <bingx.y.yao at intel.com>
> Subject: [dts] [PATCH V1] tests/pmdrss_hash:forbidden packet
> 
> 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 at 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



More information about the dts mailing list