Re: [dpdk-dev] [PATCH 2/8] doc: add building with meson to linux GSG

2019-11-25 Thread Richardson, Bruce
> >>> +.. code-block:: makefile > >>> + > >>> +PKGCONF = pkg-config > >>> + > >>> +CFLAGS += -O3 $(shell $(PKGCONF) --cflags libdpdk) > >>> +LDFLAGS += $(shell $(PKGCONF) --libs libdpdk) > >>> + > >>> +$(APP): $(SRCS-y) Makefile > >>> +$(CC) $(CFLAGS)

Re: [dpdk-dev] [PATCH 2/8] doc: add building with meson to linux GSG

2019-11-25 Thread Richardson, Bruce
> -Original Message- > From: Burakov, Anatoly > Sent: Monday, November 25, 2019 1:23 PM > To: Richardson, Bruce ; Mcnamara, John > > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 2/8] doc: add building with meson to linux > GSG > > On 22-Nov-19 4

Re: [dpdk-dev] [PATCH 2/8] doc: add building with meson to linux GSG

2019-11-25 Thread Burakov, Anatoly
On 25-Nov-19 1:27 PM, Bruce Richardson wrote: On Mon, Nov 25, 2019 at 01:19:13PM +, Burakov, Anatoly wrote: On 22-Nov-19 4:03 PM, Bruce Richardson wrote: Add instructions on building DPDK and using the pkg-config file to the linux GSG. Signed-off-by: Bruce Richardson --- doc/guides/lin

Re: [dpdk-dev] [PATCH 2/8] doc: add building with meson to linux GSG

2019-11-25 Thread Bruce Richardson
On Mon, Nov 25, 2019 at 01:19:13PM +, Burakov, Anatoly wrote: > On 22-Nov-19 4:03 PM, Bruce Richardson wrote: > > Add instructions on building DPDK and using the pkg-config file to the > > linux GSG. > > > > Signed-off-by: Bruce Richardson > > --- > > doc/guides/linux_gsg/build_dpdk.rst | 9

Re: [dpdk-dev] [PATCH 2/8] doc: add building with meson to linux GSG

2019-11-25 Thread Burakov, Anatoly
On 22-Nov-19 4:03 PM, Bruce Richardson wrote: Add instructions on building DPDK and using the pkg-config file to the linux GSG. Signed-off-by: Bruce Richardson --- + +Building Applications Using Installed DPDK +~~ + +When installed system-wide, DPDK

Re: [dpdk-dev] [PATCH 2/8] doc: add building with meson to linux GSG

2019-11-25 Thread Burakov, Anatoly
On 22-Nov-19 4:03 PM, Bruce Richardson wrote: Add instructions on building DPDK and using the pkg-config file to the linux GSG. Signed-off-by: Bruce Richardson --- doc/guides/linux_gsg/build_dpdk.rst | 94 +++-- 1 file changed, 90 insertions(+), 4 deletions(-) diff -

[dpdk-dev] [PATCH 2/8] doc: add building with meson to linux GSG

2019-11-22 Thread Bruce Richardson
Add instructions on building DPDK and using the pkg-config file to the linux GSG. Signed-off-by: Bruce Richardson --- doc/guides/linux_gsg/build_dpdk.rst | 94 +++-- 1 file changed, 90 insertions(+), 4 deletions(-) diff --git a/doc/guides/linux_gsg/build_dpdk.rst b/doc/