From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id E25C65AB2 for ; Sun, 28 Feb 2016 13:45:31 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 28 Feb 2016 04:45:12 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,514,1449561600"; d="scan'208";a="925527371" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga002.fm.intel.com with ESMTP; 28 Feb 2016 04:45:12 -0800 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 28 Feb 2016 04:45:12 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx111.amr.corp.intel.com (10.18.116.5) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 28 Feb 2016 04:45:11 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.24]) by shsmsx102.ccr.corp.intel.com ([169.254.2.232]) with mapi id 14.03.0248.002; Sun, 28 Feb 2016 20:45:09 +0800 From: "Liu, Yong" To: "Pei, Yulong" , "Tu, LijuanX A" , "dts@dpdk.org" , "Xu, Qian Q" Thread-Topic: [dts][PATCH]tests vf_packet_rxtx: turn on crc-strip Thread-Index: AQHRcGO8ZvNYefIEUE+Ir5T3Z7ItCJ89ahGAgAQApNA= Date: Sun, 28 Feb 2016 12:45:08 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E144FD5B6@SHSMSX103.ccr.corp.intel.com> References: <1456469860-14673-1-git-send-email-lijuanx.a.tu@intel.com> <188971FCDA171749BED5DA74ABF3E6F00353AD68@shsmsx102.ccr.corp.intel.com> In-Reply-To: <188971FCDA171749BED5DA74ABF3E6F00353AD68@shsmsx102.ccr.corp.intel.com> Accept-Language: zh-CN, 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 vf_packet_rxtx: turn on crc-strip 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: Sun, 28 Feb 2016 12:45:32 -0000 Hi Lijuan, I remember only FVL PF driver enable crc-strip by default. Pleas= e correct if I'm wrong. > -----Original Message----- > From: Pei, Yulong > Sent: Friday, February 26, 2016 3:37 PM > To: Tu, LijuanX A; Liu, Yong; dts@dpdk.org; Xu, Qian Q > Subject: RE: [dts][PATCH]tests vf_packet_rxtx: turn on crc-strip >=20 > Ack+ >=20 > -----Original Message----- > From: Tu, LijuanX A > Sent: Friday, February 26, 2016 2:58 PM > To: Liu, Yong ; dts@dpdk.org; Pei, Yulong > ; Xu, Qian Q > Cc: Tu, LijuanX A > Subject: [dts][PATCH]tests vf_packet_rxtx: turn on crc-strip >=20 > kernel driver turn on crc-strip as default >=20 > Signed-off-by: Lijuan Tu > --- > tests/TestSuite_vf_packet_rxtx.py | 3 +++ > 1 file changed, 3 insertions(+) >=20 > diff --git a/tests/TestSuite_vf_packet_rxtx.py > b/tests/TestSuite_vf_packet_rxtx.py > index def7816..a632a44 100644 > --- a/tests/TestSuite_vf_packet_rxtx.py > +++ b/tests/TestSuite_vf_packet_rxtx.py > @@ -110,6 +110,9 @@ class TestVfPacketRxtx(TestCase): > port_id_0 =3D 0 > self.vm0_testpmd =3D PmdOutput(self.vm_dut_0) > self.vm0_testpmd.start_testpmd(VM_CORES_MASK) > + self.vm0_testpmd.execute_cmd('port stop all') > + self.vm0_testpmd.execute_cmd('port config all crc-strip on') > + self.vm0_testpmd.execute_cmd('port start all') > self.vm0_testpmd.execute_cmd('show port info all') > pmd_vf0_mac =3D self.vm0_testpmd.get_port_mac(port_id_0) > self.vm0_testpmd.execute_cmd('set fwd mac') > -- > 2.5.0