From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 61E90559C for ; Thu, 21 Jan 2016 08:04:06 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP; 20 Jan 2016 23:04:05 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,324,1449561600"; d="scan'208";a="33416336" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga004.fm.intel.com with ESMTP; 20 Jan 2016 23:04:04 -0800 Received: from fmsmsx124.amr.corp.intel.com (10.18.125.39) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 20 Jan 2016 23:04:04 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx124.amr.corp.intel.com (10.18.125.39) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 20 Jan 2016 23:04:04 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.215]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.231]) with mapi id 14.03.0248.002; Thu, 21 Jan 2016 15:04:01 +0800 From: "Qiu, Michael" To: "Liu, Yong" , "dts@dpdk.org" Thread-Topic: [dts] [PATCH] tests: support RRC nic Thread-Index: AQHRUylHM4vwgaqlqU+2HriwF2fhOw== Date: Thu, 21 Jan 2016 07:04:00 +0000 Message-ID: <533710CFB86FA344BFBF2D6802E6028622F1E96C@SHSMSX101.ccr.corp.intel.com> References: <1453256446-12238-1-git-send-email-yong.liu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH] tests: support RRC nic X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 07:04:06 -0000 On 1/20/2016 10:21 AM, Yong Liu wrote:=0A= > RRC validation enabled on checksum offload, jumboframe, mac=0A= > filter, rss, queue start stop, scatter, tso and vlan.=0A= >=0A= > Signed-off-by: Marvin Liu =0A= >=0A= > diff --git a/tests/TestSuite_checksum_offload.py b/tests/TestSuite_checks= um_offload.py=0A= > index 7a53452..3522c80 100644=0A= > --- a/tests/TestSuite_checksum_offload.py=0A= > +++ b/tests/TestSuite_checksum_offload.py=0A= > @@ -68,7 +68,6 @@ class TestChecksumOffload(TestCase):=0A= > (self.portMask) + "--disable-hw-vl= an --enable-rx-cksum --crc-strip", socket=3Dself.ports_socket)=0A= > self.dut.send_expect("set verbose 1", "testpmd>")=0A= > self.dut.send_expect("set fwd csum", "testpmd>")=0A= > - self.dut.send_expect("set promisc all off", "testpmd>")=0A= =0A= Why disable promisc mode?=0A= =0A= Thanks,=0A= Michael=0A= > =0A= > def checksum_enablehw(self, port):=0A= > self.dut.send_expect("csum set ip hw %d" % port, "testpmd>")= =0A= > @@ -89,15 +88,13 @@ class TestChecksumOffload(TestCase):=0A= > tx_interface =3D self.tester.get_interface(self.tester.get_local= _port(self.dut_ports[1]))=0A= > rx_interface =3D self.tester.get_interface(self.tester.get_local= _port(self.dut_ports[0]))=0A= >=0A= [...]=0A=