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 C42405424 for ; Wed, 18 Jan 2017 09:18:19 +0100 (CET) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga103.fm.intel.com with ESMTP; 18 Jan 2017 00:18:18 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,248,1477983600"; d="scan'208";a="54333521" Received: from stv-crb-56.sh.intel.com (HELO [10.239.128.116]) ([10.239.128.116]) by orsmga005.jf.intel.com with ESMTP; 18 Jan 2017 00:18:17 -0800 Message-ID: <587F23AC.5030205@intel.com> Date: Wed, 18 Jan 2017 16:13:32 +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: <1484544556-5473-1-git-send-email-jianbo.liu@linaro.org> In-Reply-To: <1484544556-5473-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] tests multiprocess: select lower-numbered cores for secondary process 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 Jan 2017 08:18:20 -0000 Thanks Jianbo, applied into master branch. On 01/16/2017 01:29 PM, Jianbo Liu wrote: > It's to run this test successfully on system with fewer cores. > > Signed-off-by: Jianbo Liu > ---