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 6000C5A53 for ; Thu, 19 Nov 2015 03:46:15 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP; 18 Nov 2015 18:46:14 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,316,1444719600"; d="scan'208";a="602945465" Received: from stv-crb-56.sh.intel.com (HELO [10.239.128.116]) ([10.239.128.116]) by FMSMGA003.fm.intel.com with ESMTP; 18 Nov 2015 18:46:13 -0800 Message-ID: <564D3834.4090807@intel.com> Date: Thu, 19 Nov 2015 10:47:16 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Lijuan Tu , dts@dpdk.org References: <1447830500-13530-1-git-send-email-lijuanx.a.tu@intel.com> In-Reply-To: <1447830500-13530-1-git-send-email-lijuanx.a.tu@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH]tests vlan: reduce cores to run testpmd on 32bit system 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, 19 Nov 2015 02:46:15 -0000 Applied. Lijuan, could you send one patch for all 32bit issue. We'd better send out one patch for the same issue. On 11/18/2015 03:08 PM, Lijuan Tu wrote: > Signed-off-by: Lijuan Tu > --- > tests/TestSuite_vlan.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/TestSuite_vlan.py b/tests/TestSuite_vlan.py > index ab778f3..cc23dc5 100644 > --- a/tests/TestSuite_vlan.py > +++ b/tests/TestSuite_vlan.py > @@ -69,7 +69,7 @@ class TestVlan(TestCase): > portMask = dts.create_mask(valports[:2]) > > self.pmdout = PmdOutput(self.dut) > - self.pmdout.start_testpmd("all", "--portmask=%s" % portMask) > + self.pmdout.start_testpmd("Default", "--portmask=%s" % portMask) > > self.dut.send_expect("set verbose 1", "testpmd> ") > out = self.dut.send_expect("set fwd mac", "testpmd> ")