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

2019-07-31 Thread Ananyev, Konstantin
> -Original Message- > From: Varghese, Vipin > Sent: Wednesday, July 31, 2019 9:20 AM > To: Ananyev, Konstantin ; dev@dpdk.org > Cc: sta...@dpdk.org > Subject: RE: [dpdk-dev] [PATCH] examples/bpf: fix compilation issue > > Snipped > > > > > E

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

2019-07-31 Thread Varghese, Vipin
Snipped > > > Example BPF programs t1.c, t2.c, t3.c in folder examples/bpf are > > > failing to compile with latest dpdk.org master. > > > > As a note, the file t3.c is one which fails to get compiled. > > t2.c also uses rte_mbuf, so same story for both. Thank you. So, the rewrite will be ' Exa

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

2019-07-31 Thread Ananyev, Konstantin
> > > Example BPF programs t1.c, t2.c, t3.c in folder examples/bpf are failing to > > compile with latest dpdk.org master. > > As a note, the file t3.c is one which fails to get compiled. t2.c also uses rte_mbuf, so same story for both. > > > The reason is changes in some core DPDK header

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

2019-07-30 Thread Varghese, Vipin
snipped > Example BPF programs t1.c, t2.c, t3.c in folder examples/bpf are failing to > compile with latest dpdk.org master. As a note, the file t3.c is one which fails to get compiled. > The reason is changes in some core DPDK header files, that causes now > inclusion > of x86 specific headers

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

2019-07-30 Thread 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 inclusion of DPDK header files into BPF source co