From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] bnx2x: remove unused mbuf_alloc_size Date: Mon, 8 Feb 2016 14:27:09 +0000 Message-ID: <20160208142709.GB22364@bricha3-MOBL3> References: <1452011520-8435-1-git-send-email-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "dev@dpdk.org" , Sony Chacko To: Harish Patil Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id E7A677EEF for ; Mon, 8 Feb 2016 15:27:13 +0100 (CET) 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, Jan 05, 2016 at 04:53:28PM +0000, Harish Patil wrote: > > > >The mbuf_alloc_size is leftover from BSD or some other code base. > >It is set but never used in DPDK driver. After that the related defines > >can also be eliminated. > > > >Signed-off-by: Stephen Hemminger > >--- > > Acked-by: Harish Patil Applied to dpdk-next-net/rel_16_04 /Bruce