From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 0/2] Fix build with kernel 4.2 Date: Mon, 12 Oct 2015 14:25:33 +0100 Message-ID: <20151012132533.GA22446@sivlogin002.ir.intel.com> References: <1440673919-17740-1-git-send-email-pablo.de.lara.guarch@intel.com> <1444654378-19212-1-git-send-email-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: dev@dpdk.org Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 984CB8E6A for ; Mon, 12 Oct 2015 15:25:36 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1444654378-19212-1-git-send-email-pablo.de.lara.guarch@intel.com> 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 Mon, Oct 12, 2015 at 01:52:56PM +0100, Pablo de Lara wrote: > Kernel 4.2 has introduced two new parameters in > function ndo_bridge_netlink and therefore, > DPDK does not build with it. > > This patchset adds the necessary checks and > rename a previous defined macro, in order > to have a more meaningful name. > > Changes in v2: > - Split patch in two patches > > Pablo de Lara (2): > kni: rename HAVE_NDO_BRIDGE_GETLINK_FILTER_MASK macro > kni: fix igb build with kernel 4.2 > > lib/librte_eal/linuxapp/kni/ethtool/igb/igb_main.c | 13 +++++++++---- > lib/librte_eal/linuxapp/kni/ethtool/igb/kcompat.h | 7 ++++++- > 2 files changed, 15 insertions(+), 5 deletions(-) > > -- > 2.1.0 > Series Acked-by: Ferruh Yigit