From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] app/testpmd Fix max_socket detection Date: Sat, 05 Mar 2016 20:10:22 +0100 Message-ID: <1620966.tScr5qy5f3@xps13> References: <24888901-A45C-4E23-871E-3485AF2423D2@intel.com> <1452723816-73141-1-git-send-email-shurd@broadcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Stephen Hurd Return-path: Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id 50EFE2BFE for ; Sat, 5 Mar 2016 20:11:59 +0100 (CET) Received: by mail-wm0-f45.google.com with SMTP id l68so59865599wml.0 for ; Sat, 05 Mar 2016 11:11:59 -0800 (PST) In-Reply-To: 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" > > Previously, max_socket was set to the highest numbered socket with > > an enabled lcore. The intent is to set it to the highest socket > > regardless of it being enabled. > > > > Change-Id: I6306af0f90aa3c1fc5ffed75d1eed8297d29e132 > > Signed-off-by: Stephen Hurd > > Acked-by: Pablo de Lara Fixes: 7acf894d07d1 ("app/testpmd: detect numa socket count") Applied, thanks