From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP; 03 May 2016 04:22:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,572,1455004800"; d="scan'208";a="967606373" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.29]) by orsmga002.jf.intel.com with SMTP; 03 May 2016 04:22:11 -0700 Received: by (sSMTP sendmail emulation); Tue, 03 May 2016 12:22:10 +0025 Date: Tue, 3 May 2016 12:22:10 +0100 From: Bruce Richardson To: Panu Matilainen Cc: dev@dpdk.org, thomas.monjalon@6wind.com, sergio.gonzalez.monroy@intel.com Message-ID: <20160503112209.GE20328@bricha3-MOBL3> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH] mk: cleanup leftover references to librte_malloc X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2016 11:22:14 -0000 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