From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=wJenvV9T2Q8F0/l3HD/tl2rBY+oDgdarBAaWCDcrI3E=; b=AjajAQfUJ6tMDuvJdrrs1w72aBTUXCspXaY9jbDf/w1XzBJXEDkdXERSMm9gnKjfWt AvU9UQCpoTvIEI2xsVgMW1u0XOZmZ56SgLLdDHcjlr1W8J+6cBAgagZTZiqs1VzfuZjs Xrt8PkErBOdDTpUSny3HAeOPNl3HNZ0Ozirdtoy1wQtRKpwa6Fpg5cRqlzhWEAnN6MA5 iv7FgRChYAUrpI/9yIcHtK9zVWT4fqsSK6nK/WwNgd24Ed4LbULmOCn3+Pg9I9qY8hzb csNDaKUGw2TUXN/vYjDIAf/pVXgPQXNg9XHFwM5bJ2J7DXoTMTIkQ0Sz1KcaflYSahY/ sJ0Q== X-Gm-Message-State: ALoCoQkVepLQVipfr21NyZclH41HZdxLty7nAK9CXklXOoi8sKPOBOsE8/3e0DXXo/gFIMih4NBR X-Received: by 10.180.95.163 with SMTP id dl3mr18822914wib.30.1431335297022; Mon, 11 May 2015 02:08:17 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id fo7sm12269438wic.1.2015.05.11.02.08.15 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 11 May 2015 02:08:16 -0700 (PDT) From: Thomas Monjalon To: Pablo de Lara Date: Mon, 11 May 2015 11:07:36 +0200 Message-ID: <5866997.iXGi0bZ0bZ@xps13> Organization: 6WIND User-Agent: KMail/4.14.7 (Linux/4.0.1-1-ARCH; KDE/4.14.7; x86_64; ; ) In-Reply-To: <1430242662-29154-1-git-send-email-pablo.de.lara.guarch@intel.com> References: <1430242662-29154-1-git-send-email-pablo.de.lara.guarch@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] kni: fix compilation issue on kernel 4.0.0 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: Mon, 11 May 2015 09:08:17 -0000 > 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