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 984CB8E6A for ; Mon, 12 Oct 2015 15:25:36 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP; 12 Oct 2015 06:25:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,672,1437462000"; d="scan'208";a="790466067" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga001.jf.intel.com with ESMTP; 12 Oct 2015 06:25:35 -0700 Received: from sivlogin002.ir.intel.com (sivlogin002.ir.intel.com [10.237.217.37]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id t9CDPXVQ031644; Mon, 12 Oct 2015 14:25:34 +0100 Received: from sivlogin002.ir.intel.com (localhost [127.0.0.1]) by sivlogin002.ir.intel.com with ESMTP id t9CDPXeH023430; Mon, 12 Oct 2015 14:25:33 +0100 Received: (from fyigit@localhost) by sivlogin002.ir.intel.com with œ id t9CDPXXN023426; Mon, 12 Oct 2015 14:25:33 +0100 X-Authentication-Warning: sivlogin002.ir.intel.com: fyigit set sender to ferruh.yigit@intel.com using -f Date: Mon, 12 Oct 2015 14:25:33 +0100 From: Ferruh Yigit To: dev@dpdk.org Message-ID: <20151012132533.GA22446@sivlogin002.ir.intel.com> Mail-Followup-To: dev@dpdk.org, Pablo de Lara 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 Content-Disposition: inline In-Reply-To: <1444654378-19212-1-git-send-email-pablo.de.lara.guarch@intel.com> User-Agent: Mutt/1.5.17 (2007-11-01) Subject: Re: [dpdk-dev] [PATCH v2 0/2] Fix build with kernel 4.2 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, 12 Oct 2015 13:25:37 -0000 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