From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] malloc: add rte_realloc_socket function Date: Sat, 23 Mar 2019 16:57:32 +0100 Message-ID: <1913491.BckyV8LrNZ@xps> References: <1551429976-16297-1-git-send-email-tomaszx.jozwiak@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Burakov, Anatoly" , fiona.trahe@intel.com To: Tomasz Jozwiak Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 2AE151B735 for ; Sat, 23 Mar 2019 16:57:38 +0100 (CET) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 05/03/2019 11:04, Burakov, Anatoly: > On 01-Mar-19 8:46 AM, Tomasz Jozwiak wrote: > > Currently, rte_realloc will not respect original allocation's > > NUMA node when memory cannot be resized, and there is no > > NUMA-aware equivalent of rte_realloc. This patch adds such a function. > > > > The new API will ensure that reallocated memory stays on > > requested NUMA node, as well as allow moving allocated memory > > to a different NUMA node. > > > > Signed-off-by: Tomasz Jozwiak > > --- > > Acked-by: Anatoly Burakov Applied, thanks