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 05CFA5A92 for ; Wed, 18 Nov 2015 04:03:27 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP; 17 Nov 2015 19:03:24 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,311,1444719600"; d="scan'208";a="853275705" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga002.jf.intel.com with ESMTP; 17 Nov 2015 19:03:25 -0800 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 17 Nov 2015 19:03:24 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 17 Nov 2015 19:03:24 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.138]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.223]) with mapi id 14.03.0248.002; Wed, 18 Nov 2015 11:03:22 +0800 From: "Liu, Yong" To: "Fu, JingguoX" , "dts@dpdk.org" Thread-Topic: [DTS][PATCH] add sageville and fortpark in settings add sageville and fortpark support in scatter suite Thread-Index: AQHRIRklUuE2GE+2CUadNvJPzavPJ56hAIqA//+EywCAAJPMsA== Date: Wed, 18 Nov 2015 03:03:21 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E10F69558@SHSMSX103.ccr.corp.intel.com> References: <1447751927-30047-1-git-send-email-jingguox.fu@intel.com> <564BD5D1.7060109@intel.com> <6BD6202160B55B409D423293115822622BA4E2B2@shsmsx102.ccr.corp.intel.com> In-Reply-To: <6BD6202160B55B409D423293115822622BA4E2B2@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] [DTS][PATCH] add sageville and fortpark in settings add sageville and fortpark support in scatter suite 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: Wed, 18 Nov 2015 03:03:28 -0000 Got, thanks. > -----Original Message----- > From: Fu, JingguoX > Sent: Wednesday, November 18, 2015 10:14 AM > To: Liu, Yong; dts@dpdk.org > Cc: Xu, HuilongX > Subject: RE: [DTS][PATCH] add sageville and fortpark in settings add > sageville and fortpark support in scatter suite >=20 > Those suites not support by default, I will verify and find out which of > them support these nics and send patch to fix it, > thanks >=20 > -----Original Message----- > From: Liu, Yong > Sent: Wednesday, November 18, 2015 9:35 AM > To: Fu, JingguoX; dts@dpdk.org > Cc: Xu, HuilongX > Subject: Re: [DTS][PATCH] add sageville and fortpark in settings add > sageville and fortpark support in scatter suite >=20 > Applied. Thanks. Just one question about sageville and fortpark, all > suites beside scatter support those two Nics by default? >=20 > On 11/17/2015 05:18 PM, Jingguo Fu wrote: > > Signed-off-by: Jingguo Fu > > --- > > framework/settings.py | 3 +++ > > tests/TestSuite_scatter.py | 2 +- > > 2 files changed, 4 insertions(+), 1 deletion(-) > > > > diff --git a/framework/settings.py b/framework/settings.py index > > 6b02e4d..c99dcaa 100644 > > --- a/framework/settings.py > > +++ b/framework/settings.py > > @@ -57,6 +57,7 @@ NICS =3D { > > 'ironpond': '8086:151c', > > 'twinpond': '8086:1528', > > 'twinville': '8086:1512', > > + 'sageville': '8086:1563', > > 'hartwell': '8086:10d3', > > '82545EM': '8086:100f', > > '82540EM': '8086:100e', > > @@ -73,6 +74,7 @@ NICS =3D { > > 'fortville_spirit': '8086:1583', > > 'fortville_spirit_single': '8086:1584', > > 'redrockcanyou': '8086:15a4', > > + 'fortpark':'8086:374c', > > } > > > > DRIVERS =3D { > > @@ -87,6 +89,7 @@ DRIVERS =3D { > > 'ironpond': 'ixgbe', > > 'twinpond': 'ixgbe', > > 'twinville': 'ixgbe', > > + 'sageville': 'ixgbe', > > 'hartwell': 'igb', > > '82545EM': 'igb', > > '82540EM': 'igb', > > diff --git a/tests/TestSuite_scatter.py b/tests/TestSuite_scatter.py > > index 3a761c4..aab2f9c 100644 > > --- a/tests/TestSuite_scatter.py > > +++ b/tests/TestSuite_scatter.py > > @@ -56,7 +56,7 @@ class TestScatter(TestCase): > > # Verify that enough ports are available > > self.verify(len(dutPorts) >=3D 2, "Insufficient ports") > > self.pmdout =3D PmdOutput(self.dut) > > - if self.nic in ["niantic", "fortville_eagle", > "fortville_spirit", "fortville_spirit_single", "redrockcanyou", "ironpond= ", > "twinpond", "springfountain"]: > > + if self.nic in ["niantic", "sageville", "fortpark", > "fortville_eagle", "fortville_spirit", "fortville_spirit_single", > "redrockcanyou", "ironpond", "twinpond", "springfountain"]: > > self.mbsize =3D 2048 > > else: > > self.mbsize =3D 1024