From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miguel Bernal Marin Subject: [PATCH v2 0/4] kni: fix build with kernel 4.1 Date: Fri, 26 Jun 2015 17:14:34 -0500 Message-ID: <1435356878-10304-1-git-send-email-miguel.bernal.marin@linux.intel.com> References: <1435259380-26251-1-git-send-email-miguel.bernal.marin@linux.intel.com> To: dev@dpdk.org Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id ED7A4C8BA for ; Sat, 27 Jun 2015 00:14:49 +0200 (CEST) In-Reply-To: <1435259380-26251-1-git-send-email-miguel.bernal.marin@linux.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" Due to API changes in netdevice.h in 4.1 kernel release, KNI modules would not build. This patch set adds the properly checks to fix compilation. Changes in v2: - Fixed vHost module build errors. Miguel Bernal Marin (4): kni: fix igb_ndo_bridge_getlink to buid with 4.1 kni: fix header_ops to build with 4.1 kni: fix function parameter from proto_ops pointers kni: fix missing validation when vhost HDR is enabled lib/librte_eal/linuxapp/kni/compat.h | 4 ++++ lib/librte_eal/linuxapp/kni/ethtool/igb/igb_main.c | 10 ++++++++++ lib/librte_eal/linuxapp/kni/ethtool/igb/kcompat.h | 5 +++++ lib/librte_eal/linuxapp/kni/kni_net.c | 4 ++++ lib/librte_eal/linuxapp/kni/kni_vhost.c | 17 ++++++++++++++++- 5 files changed, 39 insertions(+), 1 deletion(-) -- 2.4.4