Re: [dpdk-dev] [PATCH 0/4] add testing of libdpdk pkg-config file

2019-04-26 Thread Bruce Richardson
On Fri, Apr 26, 2019 at 05:11:18PM +0100, Luca Boccassi wrote: > On Tue, 2019-04-23 at 23:06 +0100, Bruce Richardson wrote: > > As part of the meson build, a pkg-config file for libdpdk is created, > > which > > allows apps to be compiled and linked against DPDK by taking the > > cflags and > > lib

Re: [dpdk-dev] [PATCH 0/4] add testing of libdpdk pkg-config file

2019-04-26 Thread Luca Boccassi
On Tue, 2019-04-23 at 23:06 +0100, Bruce Richardson wrote: > As part of the meson build, a pkg-config file for libdpdk is created, > which > allows apps to be compiled and linked against DPDK by taking the > cflags and > lib parameter from pkgconfig. The example app makefiles have been > reworked >

Re: [dpdk-dev] [PATCH 0/4] add testing of libdpdk pkg-config file

2019-04-24 Thread Bruce Richardson
On Wed, Apr 24, 2019 at 09:54:05AM +0100, Bruce Richardson wrote: > On Tue, Apr 23, 2019 at 04:04:49PM -0700, Stephen Hemminger wrote: > > On Tue, 23 Apr 2019 23:06:40 +0100 Bruce Richardson > > wrote: > > > > > As part of the meson build, a pkg-config file for libdpdk is created, > > > which all

Re: [dpdk-dev] [PATCH 0/4] add testing of libdpdk pkg-config file

2019-04-24 Thread Bruce Richardson
On Tue, Apr 23, 2019 at 04:04:49PM -0700, Stephen Hemminger wrote: > On Tue, 23 Apr 2019 23:06:40 +0100 > Bruce Richardson wrote: > > > As part of the meson build, a pkg-config file for libdpdk is created, which > > allows apps to be compiled and linked against DPDK by taking the cflags and > > l

Re: [dpdk-dev] [PATCH 0/4] add testing of libdpdk pkg-config file

2019-04-23 Thread Stephen Hemminger
On Tue, 23 Apr 2019 23:06:40 +0100 Bruce Richardson wrote: > As part of the meson build, a pkg-config file for libdpdk is created, which > allows apps to be compiled and linked against DPDK by taking the cflags and > lib parameter from pkgconfig. The example app makefiles have been reworked > to

[dpdk-dev] [PATCH 0/4] add testing of libdpdk pkg-config file

2019-04-23 Thread Bruce Richardson
As part of the meson build, a pkg-config file for libdpdk is created, which allows apps to be compiled and linked against DPDK by taking the cflags and lib parameter from pkgconfig. The example app makefiles have been reworked to take account of this support, but the build of them against the .pc f