From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo de Lara Subject: [PATCH v2 0/2] Fix build with kernel 4.2 Date: Mon, 12 Oct 2015 13:52:56 +0100 Message-ID: <1444654378-19212-1-git-send-email-pablo.de.lara.guarch@intel.com> References: <1440673919-17740-1-git-send-email-pablo.de.lara.guarch@intel.com> To: dev@dpdk.org 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) In-Reply-To: <1440673919-17740-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" 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