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 501C85A97 for ; Wed, 18 Nov 2015 03:14:18 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP; 17 Nov 2015 18:14:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,310,1444719600"; d="scan'208";a="822693760" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga001.jf.intel.com with ESMTP; 17 Nov 2015 18:14:17 -0800 Received: from fmsmsx113.amr.corp.intel.com (10.18.116.7) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 17 Nov 2015 18:14:16 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX113.amr.corp.intel.com (10.18.116.7) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 17 Nov 2015 18:14:16 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.42]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.193]) with mapi id 14.03.0248.002; Wed, 18 Nov 2015 10:14:14 +0800 From: "Fu, JingguoX" To: "Liu, Yong" , "dts@dpdk.org" Thread-Topic: [DTS][PATCH] add sageville and fortpark in settings add sageville and fortpark support in scatter suite Thread-Index: AQHRIaE5jq56gjr/pkSa1BNWEBRCGJ6hCYDw Date: Wed, 18 Nov 2015 02:14:14 +0000 Message-ID: <6BD6202160B55B409D423293115822622BA4E2B2@shsmsx102.ccr.corp.intel.com> References: <1447751927-30047-1-git-send-email-jingguox.fu@intel.com> <564BD5D1.7060109@intel.com> In-Reply-To: <564BD5D1.7060109@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] [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 02:14:18 -0000 Those suites not support by default, I will verify and find out which of t= hem support these nics and send patch to fix it, thanks -----Original Message----- From: Liu, Yong=20 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 sagevi= lle and fortpark support in scatter suite Applied. Thanks. Just one question about sageville and fortpark, all suite= s beside scatter support those two Nics by default? 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=20 > 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', > } > =20 > 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=20 > 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", "spri= ngfountain"]: > + if self.nic in ["niantic", "sageville", "fortpark", "fortville_e= agle", "fortville_spirit", "fortville_spirit_single", "redrockcanyou", "iro= npond", "twinpond", "springfountain"]: > self.mbsize =3D 2048 > else: > self.mbsize =3D 1024