From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP; 25 Jun 2015 12:10:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,679,1427785200"; d="scan'208";a="753274992" Received: from mbernalm-mobl3.zpn.intel.com ([10.219.18.91]) by orsmga002.jf.intel.com with ESMTP; 25 Jun 2015 12:10:06 -0700 From: Miguel Bernal Marin To: dev@dpdk.org Date: Thu, 25 Jun 2015 14:09:38 -0500 Message-Id: <1435259380-26251-1-git-send-email-miguel.bernal.marin@linux.intel.com> X-Mailer: git-send-email 2.3.3 Subject: [dpdk-dev] [PATCH 0/2] kni: fix build with kernel 4.1 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: Thu, 25 Jun 2015 19:10:26 -0000 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