From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/2] Fix build with kernel 4.2 Date: Wed, 04 Nov 2015 02:36:17 +0100 Message-ID: <18563200.vvOFbr63Aq@xps13> 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> <20151012132533.GA22446@sivlogin002.ir.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: pablo.de.lara.guarch@intel.com Return-path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id BC68D58F1 for ; Wed, 4 Nov 2015 02:37:29 +0100 (CET) Received: by wmeg8 with SMTP id g8so29482139wme.1 for ; Tue, 03 Nov 2015 17:37:29 -0800 (PST) In-Reply-To: <20151012132533.GA22446@sivlogin002.ir.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" 2015-10-12 14:25, Ferruh Yigit: > 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 > > Series Acked-by: Ferruh Yigit Applied, thanks