Re: [dpdk-dev] [dpdk-stable] [PATCH] examples/bpf: fix compilation issue

2019-08-06 Thread Thomas Monjalon
31/07/2019 09:26, Ananyev, Konstantin: > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > 30/07/2019 12:19, Konstantin Ananyev: > > > Example BPF programs t1.c, t2.c, t3.c in folder examples/bpf are > > > failing to compile with latest dpdk.org master. > > > The reason is changes in some core

Re: [dpdk-dev] [dpdk-stable] [PATCH] examples/bpf: fix compilation issue

2019-07-31 Thread Ananyev, Konstantin
> -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Tuesday, July 30, 2019 6:53 PM > To: Ananyev, Konstantin > Cc: dev@dpdk.org; olivier.m...@6wind.com > Subject: Re: [dpdk-stable] [PATCH] examples/bpf: fix compilation issue > > 30/07/2019 12:19, Konstanti

Re: [dpdk-dev] [dpdk-stable] [PATCH] examples/bpf: fix compilation issue

2019-07-30 Thread Thomas Monjalon
30/07/2019 12:19, Konstantin Ananyev: > Example BPF programs t1.c, t2.c, t3.c in folder examples/bpf are > failing to compile with latest dpdk.org master. > The reason is changes in some core DPDK header files, that causes > now inclusion of x86 specific headers. > To overcome the issue, minimize i