From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 5DB655A8C for ; Wed, 1 Jul 2015 15:15:39 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP; 01 Jul 2015 06:14:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,385,1432623600"; d="scan'208";a="754021834" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by fmsmga002.fm.intel.com with ESMTP; 01 Jul 2015 06:14:42 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX108.ger.corp.intel.com (163.33.3.3) with Microsoft SMTP Server (TLS) id 14.3.224.2; Wed, 1 Jul 2015 14:14:13 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.201]) by irsmsx111.ger.corp.intel.com ([169.254.2.253]) with mapi id 14.03.0224.002; Wed, 1 Jul 2015 14:14:13 +0100 From: "De Lara Guarch, Pablo" To: Miguel Bernal Marin , "dev@dpdk.org" Thread-Topic: [PATCH v2 0/4] kni: fix build with kernel 4.1 Thread-Index: AQHQsF2J/cHtl7e8JkmC7HcMAOaFvZ3Gnf1A Date: Wed, 1 Jul 2015 13:14:11 +0000 Message-ID: References: <1435259380-26251-1-git-send-email-miguel.bernal.marin@linux.intel.com> <1435356878-10304-1-git-send-email-miguel.bernal.marin@linux.intel.com> In-Reply-To: <1435356878-10304-1-git-send-email-miguel.bernal.marin@linux.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 0/4] 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: Wed, 01 Jul 2015 13:15:39 -0000 Hi > -----Original Message----- > From: Miguel Bernal Marin [mailto:miguel.bernal.marin@linux.intel.com] > Sent: Friday, June 26, 2015 11:15 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo > Subject: [PATCH v2 0/4] kni: fix build with kernel 4.1 >=20 > 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. >=20 > Changes in v2: >=20 > - Fixed vHost module build errors. >=20 > 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 >=20 > 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(-) >=20 > -- > 2.4.4 Thanks! Acked-by: Pablo de Lara