[dts] [PATCH] tests: support RRC nic

Liu, Yong yong.liu at intel.com
Thu Jan 21 08:09:37 CET 2016


Michael,
Before fm10k NICs validation, we have add rules to enable PEP redirect to assigned EPL. 
There won't be flood even dst mac incorrect, so skip disable promisc mode. 

> -----Original Message-----
> From: Qiu, Michael
> Sent: Thursday, January 21, 2016 3:04 PM
> To: Liu, Yong; dts at dpdk.org
> Subject: Re: [dts] [PATCH] tests: support RRC nic
> 
> On 1/20/2016 10:21 AM, Yong Liu wrote:
> > RRC validation enabled on checksum offload, jumboframe, mac
> > filter, rss, queue start stop, scatter, tso and vlan.
> >
> > Signed-off-by: Marvin Liu <yong.liu at intel.com>
> >
> > diff --git a/tests/TestSuite_checksum_offload.py
> b/tests/TestSuite_checksum_offload.py
> > index 7a53452..3522c80 100644
> > --- a/tests/TestSuite_checksum_offload.py
> > +++ b/tests/TestSuite_checksum_offload.py
> > @@ -68,7 +68,6 @@ class TestChecksumOffload(TestCase):
> >                                        (self.portMask) + "--disable-hw-
> vlan --enable-rx-cksum --crc-strip", socket=self.ports_socket)
> >              self.dut.send_expect("set verbose 1", "testpmd>")
> >              self.dut.send_expect("set fwd csum", "testpmd>")
> > -            self.dut.send_expect("set promisc all off", "testpmd>")
> 
> Why disable promisc mode?
> 
> Thanks,
> Michael
> >
> >      def checksum_enablehw(self, port):
> >              self.dut.send_expect("csum set ip hw %d" % port, "testpmd>")
> > @@ -89,15 +88,13 @@ class TestChecksumOffload(TestCase):
> >          tx_interface =
> self.tester.get_interface(self.tester.get_local_port(self.dut_ports[1]))
> >          rx_interface =
> self.tester.get_interface(self.tester.get_local_port(self.dut_ports[0]))
> >
> [...]


More information about the dts mailing list