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 E7A677EEF for ; Mon, 8 Feb 2016 15:27:13 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP; 08 Feb 2016 06:27:13 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,416,1449561600"; d="scan'208";a="907823164" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.208.159]) by orsmga002.jf.intel.com with SMTP; 08 Feb 2016 06:27:10 -0800 Received: by (sSMTP sendmail emulation); Mon, 08 Feb 2016 14:27:09 +0025 Date: Mon, 8 Feb 2016 14:27:09 +0000 From: Bruce Richardson To: Harish Patil 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 Content-Disposition: inline In-Reply-To: Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: "dev@dpdk.org" , Sony Chacko Subject: Re: [dpdk-dev] [PATCH] bnx2x: remove unused mbuf_alloc_size 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: Mon, 08 Feb 2016 14:27:14 -0000 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