From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] kni: fix compilation issue on kernel 4.0.0 Date: Mon, 11 May 2015 11:07:36 +0200 Message-ID: <5866997.iXGi0bZ0bZ@xps13> References: <1430242662-29154-1-git-send-email-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Pablo de Lara Return-path: Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by dpdk.org (Postfix) with ESMTP id B4EA5C3DC for ; Mon, 11 May 2015 11:08:17 +0200 (CEST) Received: by wiun10 with SMTP id n10so88356804wiu.1 for ; Mon, 11 May 2015 02:08:17 -0700 (PDT) In-Reply-To: <1430242662-29154-1-git-send-email-pablo.de.lara.guarch@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 function pointer ndo_bridge_setlink > (commit ad41faa8) and the rename of functions vlan_tx_* > (commit df8a39de) in kernel 4.0, DPDK would not build. > > This patch adds the properly checks to fix the compilation. > > Reported-by: Stephen Hemminger > Signed-off-by: Pablo de Lara Applied, thanks