From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/testpmd: enable NUMA support by default Date: Fri, 21 Apr 2017 01:21:31 +0200 Message-ID: <3487065.2ZpGXU5W9k@xps> References: <20170324170038.20362-1-bruce.richardson@intel.com> <3028897.JSt8Q15Thy@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, jingjing.wu@intel.com To: Bruce Richardson Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 345862904 for ; Fri, 21 Apr 2017 01:21:32 +0200 (CEST) In-Reply-To: <3028897.JSt8Q15Thy@xps> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 19/04/2017 18:19, Thomas Monjalon: > 24/03/2017 18:00, Bruce Richardson: > > There is little reason for NUMA support in testpmd to be off by default, > > so > > enable it, and add in a new commandline parameter to disable it, if that > > is > > wanted by users. > > > > Signed-off-by: Bruce Richardson > > Any comment or ack? Applied, thanks