From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miguel Bernal Marin Subject: [PATCH 0/2] kni: fix build with kernel 4.1 Date: Thu, 25 Jun 2015 14:09:38 -0500 Message-ID: <1435259380-26251-1-git-send-email-miguel.bernal.marin@linux.intel.com> To: dev@dpdk.org Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 3E593C6FE for ; Thu, 25 Jun 2015 21:10:26 +0200 (CEST) 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. Miguel Bernal Marin (2): kni: fix igb_ndo_bridge_getlink in 4.1 kni: fix header_ops in 4.1 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 ++++ 3 files changed, 19 insertions(+) -- 2.3.3