From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] default to using all cores if no -c, -l, or --lcores options given Date: Mon, 26 Oct 2015 15:17:03 +0100 Message-ID: <6437409.HojkCX2fBM@xps13> References: <1443213436-113824-1-git-send-email-rlane@bigswitch.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit To: dev@dpdk.org Return-path: Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by dpdk.org (Postfix) with ESMTP id B40338D95 for ; Mon, 26 Oct 2015 15:18:12 +0100 (CET) Received: by wijp11 with SMTP id p11so168281207wij.0 for ; Mon, 26 Oct 2015 07:18:12 -0700 (PDT) In-Reply-To: <1443213436-113824-1-git-send-email-rlane@bigswitch.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" There was no comment for this new behaviour. It means everybody agree to default to all cores. 2015-09-25 13:37, Rich Lane: > This is a useful default for simple applications where the assignment of lcores > to CPUs doesn't matter. It's also useful for more complex applications that > automatically assign tasks to cores based on the NUMA topology. > > Signed-off-by: Rich Lane