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: Wed, 29 Apr 2015 15:19:51 +0200 Message-ID: <4644867.VTdQjDrnCJ@xps13> References: <1430242662-29154-1-git-send-email-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Cc: dev-VfR2kkLFssw@public.gmane.org To: Pablo de Lara Return-path: In-Reply-To: <1430242662-29154-1-git-send-email-pablo.de.lara.guarch-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 2015-04-28 18:37, Pablo de Lara: > 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. >=20 > This patch adds the properly checks to fix the compilation. >=20 > Reported-by: Stephen Hemminger > Signed-off-by: Pablo de Lara Pablo, I have another error with Linux 3.19 when KNI vhost is enabled: lib/librte_eal/linuxapp/kni/kni_vhost.c:365:35: error: =E2=80=98struct msghdr=E2=80=99 has no member named =E2=80=98msg_iov=E2= =80=99