From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 1AE74A046B for ; Wed, 26 Jun 2019 11:45:59 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DE75620BD; Wed, 26 Jun 2019 11:45:58 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 673EB1E25 for ; Wed, 26 Jun 2019 11:45:56 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Jun 2019 02:45:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,419,1557212400"; d="scan'208";a="337153170" Received: from aburakov-mobl1.ger.corp.intel.com (HELO [10.237.220.101]) ([10.237.220.101]) by orsmga005.jf.intel.com with ESMTP; 26 Jun 2019 02:45:53 -0700 To: David Marchand , dev@dpdk.org Cc: thomas@monjalon.net, aconole@redhat.com, msantana@redhat.com References: <1559638792-8608-1-git-send-email-david.marchand@redhat.com> <1559638792-8608-11-git-send-email-david.marchand@redhat.com> From: "Burakov, Anatoly" Message-ID: <06a034e5-7e41-936e-874e-989efebab1ac@intel.com> Date: Wed, 26 Jun 2019 10:45:53 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 MIME-Version: 1.0 In-Reply-To: <1559638792-8608-11-git-send-email-david.marchand@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 10/14] test/eal: set core mask/list config only in dedicated test X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 04-Jun-19 9:59 AM, David Marchand wrote: > Setting a coremask was mandatory a long time ago but has been optional > for a while. > The checks on PCI whitelist/blacklist, vdev, memory rank, memory channel, > HPET, memory size and other miscs options have no requirement wrt cores. > > Let's remove those coremasks so that we only care about it in the > dedicated checks. > > Signed-off-by: David Marchand > --- Acked-by: Anatoly Burakov -- Thanks, Anatoly