From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/4] kni: fix build with kernel 4.1 Date: Fri, 10 Jul 2015 12:00:39 +0200 Message-ID: <4314864.6Z02BjX73d@xps13> 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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Miguel Bernal Marin Return-path: Received: from mail-wg0-f52.google.com (mail-wg0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id 5E2DF5A96 for ; Fri, 10 Jul 2015 12:01:48 +0200 (CEST) Received: by wgxm20 with SMTP id m20so61715064wgx.3 for ; Fri, 10 Jul 2015 03:01:48 -0700 (PDT) In-Reply-To: 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 > > Thanks! > > Acked-by: Pablo de Lara Applied, thanks