From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Duyck Subject: Re: [PATCH net-next 1/2] net: Expose header length compution function Date: Thu, 08 May 2014 08:18:22 -0700 Message-ID: <536BA03E.6030109@intel.com> References: <1399553434-25617-1-git-send-email-amirv@mellanox.com> <1399553434-25617-2-git-send-email-amirv@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, Ido Shamay , Jeff Kirsher , Jesse Brandeburg , Bruce Allan , Carolyn Wyborny , Don Skidmore , Greg Rose , John Ronciak , Mitch Williams , Yevgeny Petrilin , Or Gerlitz To: Amir Vadai , "David S. Miller" Return-path: Received: from mga02.intel.com ([134.134.136.20]:32051 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752733AbaEHPT6 (ORCPT ); Thu, 8 May 2014 11:19:58 -0400 In-Reply-To: <1399553434-25617-2-git-send-email-amirv@mellanox.com> Sender: netdev-owner@vger.kernel.org List-ID: On 05/08/2014 05:50 AM, Amir Vadai wrote: > From: Ido Shamay > > This commit exposes an header length compution generic function, > introduced in some of Intel's Etherent drivers (igb and ixgbe), > to net public namespace under the name __net_get_headlen, > where it can be used by other vendors and removes code duplication. > > Signed-off-by: Ido Shamay > Signed-off-by: Amir Vadai Thanks for doing this. It was something I was meaning to do but just haven't had the time to do it. Acked-by: Alexander Duyck