From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] mk: cleanup leftover references to librte_malloc Date: Tue, 3 May 2016 12:22:10 +0100 Message-ID: <20160503112209.GE20328@bricha3-MOBL3> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, thomas.monjalon@6wind.com, sergio.gonzalez.monroy@intel.com To: Panu Matilainen Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 131D92142 for ; Tue, 3 May 2016 13:22:13 +0200 (CEST) Content-Disposition: inline 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" On Tue, Apr 26, 2016 at 03:16:01PM +0300, Panu Matilainen wrote: > librte_malloc was long since merged into librte_eal, mop up the > leftovers from rarer drivers. > > Fixes: 2f9d47013e4d ("mem: move librte_malloc to eal/common") > > Signed-off-by: Panu Matilainen > --- > drivers/net/cxgbe/Makefile | 2 +- > drivers/net/ena/Makefile | 2 +- > drivers/net/mpipe/Makefile | 2 +- > drivers/net/nfp/Makefile | 2 +- > drivers/net/szedata2/Makefile | 1 - > 5 files changed, 4 insertions(+), 5 deletions(-) > Applied to dpdk-next-net/rel_16_07 with an additional fix for new qede driver which also had a malloc reference. /Bruce