From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 4F37C379B for ; Wed, 23 Nov 2016 03:38:09 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP; 22 Nov 2016 18:38:06 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,684,1473145200"; d="scan'208";a="34662692" Received: from stv-crb-56.sh.intel.com (HELO [10.239.128.116]) ([10.239.128.116]) by fmsmga005.fm.intel.com with ESMTP; 22 Nov 2016 18:38:05 -0800 Message-ID: <583500D1.3070403@intel.com> Date: Wed, 23 Nov 2016 10:37:05 +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: Jianbo Liu , dts@dpdk.org References: <1479450059-17753-1-git-send-email-jianbo.liu@linaro.org> <1479714160-4803-1-git-send-email-jianbo.liu@linaro.org> In-Reply-To: <1479714160-4803-1-git-send-email-jianbo.liu@linaro.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH v2 1/3] tests unit_test_*: specify the coremask to use fewer DUT's cores 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, 23 Nov 2016 02:38:10 -0000 Thanks Jianbo, applied into master branch. On 11/21/2016 03:42 PM, Jianbo Liu wrote: > The coremask (now is ffff) for applications is too large, reduce to f. > > Signed-off-by: Jianbo Liu > --- > tests/TestSuite_unit_tests_cmdline.py | 2 +- > tests/TestSuite_unit_tests_dump.py | 12 ++++++------ > tests/TestSuite_unit_tests_eal.py | 6 +++--- > tests/TestSuite_unit_tests_lpm.py | 6 +++--- > tests/TestSuite_unit_tests_mbuf.py | 2 +- > tests/TestSuite_unit_tests_mempool.py | 4 ++-- > tests/TestSuite_unit_tests_pmd_perf.py | 8 ++++---- > tests/TestSuite_unit_tests_qos.py | 8 ++++---- > tests/TestSuite_unit_tests_ring.py | 4 ++-- > tests/TestSuite_unit_tests_ringpmd.py | 4 ++-- > tests/TestSuite_unit_tests_timer.py | 4 ++-- > 11 files changed, 30 insertions(+), 30 deletions(-)