Re: [dpdk-dev] [PATCH v2 4/5] examples/vdpa: support building from pkg-config info

2019-07-02 Thread Thomas Monjalon
02/07/2019 16:35, Bruce Richardson: > On Tue, Jul 02, 2019 at 09:57:48AM +0200, Thomas Monjalon wrote: > > It seems "CFLAGS += -DALLOW_EXPERIMENTAL_API" > > is reset by the call to pkg-config. > > > > No, it's not, it's reset by the call to the DPDK make build system in > the other leg of the code

Re: [dpdk-dev] [PATCH v2 4/5] examples/vdpa: support building from pkg-config info

2019-07-02 Thread Bruce Richardson
On Tue, Jul 02, 2019 at 09:57:48AM +0200, Thomas Monjalon wrote: > 17/05/2019 13:47, Bruce Richardson: > > The vdpa example app did not check for a libdpdk pkg-config file and > > attempt to build using that. Add support for that method of compile to > > align the app with the other examples. > >

Re: [dpdk-dev] [PATCH v2 4/5] examples/vdpa: support building from pkg-config info

2019-07-02 Thread Thomas Monjalon
17/05/2019 13:47, Bruce Richardson: > The vdpa example app did not check for a libdpdk pkg-config file and > attempt to build using that. Add support for that method of compile to > align the app with the other examples. I see an issue with the experimental tag: clang -Wp,-MD,./.main.o.d.tmp -m6

[dpdk-dev] [PATCH v2 4/5] examples/vdpa: support building from pkg-config info

2019-05-17 Thread Bruce Richardson
The vdpa example app did not check for a libdpdk pkg-config file and attempt to build using that. Add support for that method of compile to align the app with the other examples. Signed-off-by: Bruce Richardson --- examples/vdpa/Makefile | 52 +++--- 1 file ch