From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] app/testpmd: reserve NUMA node per device port and per ring Date: Thu, 18 Oct 2018 13:56:51 +0100 Message-ID: <3294e462-16c1-e1da-4e40-00a47e17f9e9@intel.com> References: <1539859165-7925-1-git-send-email-phil.yang@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: nd@arm.com To: phil.yang@arm.com, dev@dpdk.org Return-path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 482047CDE for ; Thu, 18 Oct 2018 14:56:54 +0200 (CEST) In-Reply-To: <1539859165-7925-1-git-send-email-phil.yang@arm.com> Content-Language: en-US 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 10/18/2018 11:39 AM, phil.yang@arm.com wrote: > If user explicitly requested memory to be allocated from a socket via > `port-numa-config` and `rxring-numa-config`, and if that socket is > valid, add that socket into socket_ids[] so that mempool allocated for > that socket. > > Fixes: dbfb8ec ("app/testpmd: optimize mbuf pool allocation") > > Suggested-by: Yigit Ferruh > Signed-off-by: Phil Yang Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/master, thanks. Thanks Phil.