From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9776EA0550; Tue, 16 Feb 2021 10:51:48 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3B1C41606E3; Tue, 16 Feb 2021 10:51:48 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 6C17E40690 for ; Tue, 16 Feb 2021 10:51:46 +0100 (CET) IronPort-SDR: Z+B0l8HxvrGPVLKB/EluQyH1weXJn2Cuu+0cJQJFWWBq3qhFiu6exv85QpMl9q+XuQ3fm/9dMY zI35p7d76fLw== X-IronPort-AV: E=McAfee;i="6000,8403,9896"; a="182066855" X-IronPort-AV: E=Sophos;i="5.81,183,1610438400"; d="scan'208";a="182066855" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Feb 2021 01:51:44 -0800 IronPort-SDR: svSAYmSQt/wgaxhSsCmISS5OAR4pZq8goWd5Oilkj04at9cPt+dcqnjJLztx7elRNOpIj1NAVW e6WLCFKFEkTg== X-IronPort-AV: E=Sophos;i="5.81,183,1610438400"; d="scan'208";a="399446787" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.4.41]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 16 Feb 2021 01:51:44 -0800 Date: Tue, 16 Feb 2021 09:51:40 +0000 From: Bruce Richardson To: dev@dpdk.org Message-ID: <20210216095140.GA136@bricha3-MOBL.ger.corp.intel.com> References: <20210216094300.27889-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210216094300.27889-1-bruce.richardson@intel.com> Subject: Re: [dpdk-dev] [PATCH] eal: support using 0 as coremask for no-affinitization X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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 Tue, Feb 16, 2021 at 09:43:00AM +0000, Bruce Richardson wrote: > Allow the user to specify that they don't want any core pinning from DPDK > by passing in the coremask of 0. > --- Apologies, missed my signoff, will add in V2, but will wait for feedback on this V1 first. /Bruce