From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/testpmd: enable NUMA support by default Date: Wed, 19 Apr 2017 18:19:35 +0200 Message-ID: <3028897.JSt8Q15Thy@xps> References: <20170324170038.20362-1-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Bruce Richardson To: dev@dpdk.org, jingjing.wu@intel.com Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id EECD237B1 for ; Wed, 19 Apr 2017 18:19:36 +0200 (CEST) In-Reply-To: <20170324170038.20362-1-bruce.richardson@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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?