From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 009852C10 for ; Fri, 26 Feb 2016 08:37:04 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP; 25 Feb 2016 23:37:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,498,1449561600"; d="scan'208";a="895166779" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga001.jf.intel.com with ESMTP; 25 Feb 2016 23:37:03 -0800 Received: from fmsmsx119.amr.corp.intel.com (10.18.124.207) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 25 Feb 2016 23:37:03 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX119.amr.corp.intel.com (10.18.124.207) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 25 Feb 2016 23:37:03 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.232]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.136]) with mapi id 14.03.0248.002; Fri, 26 Feb 2016 15:37:01 +0800 From: "Pei, Yulong" To: "Tu, LijuanX A" , "Liu, Yong" , "dts@dpdk.org" , "Xu, Qian Q" Thread-Topic: [dts][PATCH]tests vf_packet_rxtx: turn on crc-strip Thread-Index: AQHRcGO8MiUF8PlNfUyUyr7GnP/uD5898KCw Date: Fri, 26 Feb 2016 07:37:01 +0000 Message-ID: <188971FCDA171749BED5DA74ABF3E6F00353AD68@shsmsx102.ccr.corp.intel.com> References: <1456469860-14673-1-git-send-email-lijuanx.a.tu@intel.com> In-Reply-To: <1456469860-14673-1-git-send-email-lijuanx.a.tu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTY1NjIxYjMtYWIyOC00OGRlLTlkOGYtZTEwMWMxNzgxZDYyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjQuMTAuMTkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiT0lMVUtTRThkRVhkTjd5b2hYTzdvRHBndExjNDBpK01pYlVBR3VDV2YxND0ifQ== x-ctpclassification: CTP_IC 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: Fri, 26 Feb 2016 07:37:05 -0000 Ack+ -----Original Message----- From: Tu, LijuanX A=20 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 kernel driver turn on crc-strip as default Signed-off-by: Lijuan Tu --- tests/TestSuite_vf_packet_rxtx.py | 3 +++ 1 file changed, 3 insertions(+) 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') --=20 2.5.0