From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 424518E90 for ; Thu, 15 Oct 2015 06:29:01 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP; 14 Oct 2015 21:29:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,684,1437462000"; d="scan'208";a="664669865" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.238.55.12]) by orsmga003.jf.intel.com with ESMTP; 14 Oct 2015 21:28:59 -0700 From: lijuan tu To: dts@dpdk.org Date: Thu, 15 Oct 2015 12:24:37 +0800 Message-Id: <1444883077-3492-1-git-send-email-lijuanx.a.tu@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [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: Thu, 15 Oct 2015 04:29:01 -0000 Signed-off-by: lijuan tu --- tests/TestSuite_scatter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) >= 2, "Insufficient ports") self.pmdout = 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 = 2048 else: self.mbsize = 1024 -- 2.1.0