From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8BBB6A00C2; Thu, 23 Apr 2020 07:42:56 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 600061BEA6; Thu, 23 Apr 2020 07:42:56 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 207681D15B for ; Thu, 23 Apr 2020 07:42:53 +0200 (CEST) IronPort-SDR: OGqRW3/XtjbKp45Ki0ta3wQqHrulaWffFm1mK7qWIxazQc9CZOmRf1oqmfHwcGuCzcNEiKcVpP VUDFlVohURMQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2020 22:42:53 -0700 IronPort-SDR: uwlqbp3rf8/X0h0u663ggLMMqJrG41UH68vqQS4fztnguY2fWdryETbHG8QlOaYjkQ5r1okggM tGEntj55GpjQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,305,1583222400"; d="scan'208";a="301124991" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by FMSMGA003.fm.intel.com with ESMTP; 22 Apr 2020 22:42:52 -0700 Received: from fmsmsx122.amr.corp.intel.com (10.18.125.37) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 22 Apr 2020 22:42:44 -0700 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by fmsmsx122.amr.corp.intel.com (10.18.125.37) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 22 Apr 2020 22:42:44 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.129]) by SHSMSX107.ccr.corp.intel.com ([169.254.9.191]) with mapi id 14.03.0439.000; Thu, 23 Apr 2020 13:42:41 +0800 From: "Tu, Lijuan" To: "Xu, HailinX" , "dts@dpdk.org" CC: "Xu, HailinX" Thread-Topic: [dts] [PATCH v2] tests/TestSuite_rxtx_offload:add nic carlsville. Thread-Index: AQHWF7sof1Xs5o1XCECSYi0U24EGaqiGNIig Date: Thu, 23 Apr 2020 05:42:41 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC0F0CD@SHSMSX101.ccr.corp.intel.com> References: <1587458925-262121-1-git-send-email-hailinx.xu@intel.com> In-Reply-To: <1587458925-262121-1-git-send-email-hailinx.xu@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action 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 v2] tests/TestSuite_rxtx_offload:add nic carlsville. 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Xu, Hailin > Sent: Tuesday, April 21, 2020 4:49 PM > To: dts@dpdk.org > Cc: Xu, HailinX > Subject: [dts] [PATCH v2] tests/TestSuite_rxtx_offload:add nic carlsville= . >=20 > From: "xu,hailin" >=20 > carlsville driver is i40e, so the nic support the suite. >=20 > Signed-off-by: xu,hailin > --- > tests/TestSuite_rxtx_offload.py | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) >=20 > diff --git a/tests/TestSuite_rxtx_offload.py b/tests/TestSuite_rxtx_offlo= ad.py > index f387995..dcd1212 100644 > --- a/tests/TestSuite_rxtx_offload.py > +++ b/tests/TestSuite_rxtx_offload.py > @@ -89,7 +89,7 @@ class TestRxTx_Offload(TestCase): > """ > # Support i40e/ixgbe NICs > self.verify(self.nic in ["fortville_eagle", "fortville_spirit","= fortville_25g", > - "fortville_spirit_single", "fortpark_TL= V","fortpark_BASE-T", > + "fortville_spirit_single", > + "fortpark_TLV","fortpark_BASE-T", "carlsville", > "niantic", "twinpond", "sagepond", "sag= eville", "foxville"], > "NIC Unsupported: " + str(self.nic)) > # Based on h/w type, choose how many ports to use > self.dut_ports =3D self.dut.get_ports(self.nic) @@ -505,7 +505,7= @@ class > TestRxTx_Offload(TestCase): > self.dut.send_expect("set fwd txonly", "testpmd> ") > self.dut.send_expect("set verbose 1", "testpmd> ") > if (self.nic in ["fortville_eagle", "fortville_spirit","fortvill= e_25g", > - "fortville_spirit_single", "fortpark_TLV","fort= park_BASE-T"]): > + "fortville_spirit_single", "fortpark_TLV","fort= park_BASE-T", > "carlsville"]): > self.dut.send_expect("port stop 0", "testpmd> ") > self.dut.send_expect("port config 0 tx_offload mbuf_fast_fre= e off", > "testpmd> ") > self.check_port_config("tx", "NULL") @@ -545,7 +545,7 @@ class > TestRxTx_Offload(TestCase): > self.dut.send_expect("set fwd txonly", "testpmd> ") > self.dut.send_expect("set verbose 1", "testpmd> ") > if (self.nic in ["fortville_eagle", "fortville_spirit","fortvill= e_25g", > - "fortville_spirit_single", "fortpark_TLV","fort= park_BASE-T"]): > + "fortville_spirit_single", "fortpark_TLV","fort= park_BASE-T", > "carlsville"]): > self.dut.send_expect("port stop 0", "testpmd> ") > self.dut.send_expect("port config 0 tx_offload mbuf_fast_fre= e off", > "testpmd> ") > offload =3D ["vlan_insert"] > @@ -660,7 +660,7 @@ class TestRxTx_Offload(TestCase): > capabilities =3D self.check_port_capability("tx") > # Disable per queue capability first, if it is FVL/Fortpark. > if (self.nic in ["fortville_eagle", "fortville_spirit","fortvill= e_25g", > - "fortville_spirit_single", "fortpark_TLV","fort= park_BASE-T"]): > + "fortville_spirit_single", "fortpark_TLV","fort= park_BASE-T", > "carlsville"]): > self.dut.send_expect("port stop 0", "testpmd> ") > self.dut.send_expect("port config 0 tx_offload mbuf_fast_fre= e off", > "testpmd> ") > self.dut.send_expect("port start 0", "testpmd> ") > -- > 1.8.3.1