From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 872D9CF9 for ; Tue, 20 Oct 2015 04:23:02 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP; 19 Oct 2015 19:22:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,705,1437462000"; d="scan'208";a="584226168" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by FMSMGA003.fm.intel.com with ESMTP; 19 Oct 2015 19:22:46 -0700 Received: from fmsmsx117.amr.corp.intel.com (10.18.116.17) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 19 Oct 2015 19:22:46 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx117.amr.corp.intel.com (10.18.116.17) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 19 Oct 2015 19:22:46 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.204]) by shsmsx102.ccr.corp.intel.com ([169.254.2.253]) with mapi id 14.03.0248.002; Tue, 20 Oct 2015 10:22:44 +0800 From: "Liu, Yong" To: "Tu, LijuanX A" , "dts@dpdk.org" Thread-Topic: [dts] [patch] ironpond , twinpond and springfountain 's mbuf is 2048, not 1024 Thread-Index: AQHRBwIRZBwWX4PmYUO+ca4K8LwMlp5zrlkg Date: Tue, 20 Oct 2015 02:22:43 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E10F2DE91@SHSMSX103.ccr.corp.intel.com> References: <1444883077-3492-1-git-send-email-lijuanx.a.tu@intel.com> In-Reply-To: <1444883077-3492-1-git-send-email-lijuanx.a.tu@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] ironpond , twinpond and springfountain 's mbuf is 2048, not 1024 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: Tue, 20 Oct 2015 02:23:03 -0000 Applied. Thx. > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of lijuan tu > Sent: Thursday, October 15, 2015 12:25 PM > To: dts@dpdk.org > Subject: [dts] [patch] ironpond , twinpond and springfountain 's mbuf is > 2048, not 1024 >=20 > Signed-off-by: lijuan tu > --- > tests/TestSuite_scatter.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_scatter.py b/tests/TestSuite_scatter.py > index abb1a08..1bec2c8 100644 > --- a/tests/TestSuite_scatter.py > +++ b/tests/TestSuite_scatter.py > @@ -55,7 +55,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"]: > + if self.nic in ["niantic", "fortville_eagle", "fortville_spirit"= , > "fortville_spirit_single", "redrockcanyou", "ironpond", "twinpond", > "springfountain"]: > self.mbsize =3D 2048 > else: > self.mbsize =3D 1024 > -- > 2.1.0