From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id D89CE8E88 for ; Mon, 12 Oct 2015 14:53:04 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP; 12 Oct 2015 05:53:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,672,1437462000"; d="scan'208";a="824915396" Received: from sie-lab-214-036.ir.intel.com (HELO sie-lab-214-174.ir.intel.com) ([10.237.214.36]) by fmsmga002.fm.intel.com with ESMTP; 12 Oct 2015 05:53:03 -0700 From: Pablo de Lara To: dev@dpdk.org Date: Mon, 12 Oct 2015 13:52:56 +0100 Message-Id: <1444654378-19212-1-git-send-email-pablo.de.lara.guarch@intel.com> X-Mailer: git-send-email 2.4.3 In-Reply-To: <1440673919-17740-1-git-send-email-pablo.de.lara.guarch@intel.com> References: <1440673919-17740-1-git-send-email-pablo.de.lara.guarch@intel.com> Subject: [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 12:53:05 -0000 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