> >>> +.. code-block:: makefile
> >>> +
> >>> +PKGCONF = pkg-config
> >>> +
> >>> +CFLAGS += -O3 $(shell $(PKGCONF) --cflags libdpdk)
> >>> +LDFLAGS += $(shell $(PKGCONF) --libs libdpdk)
> >>> +
> >>> +$(APP): $(SRCS-y) Makefile
> >>> +$(CC) $(CFLAGS)
> -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
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
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
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
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 -
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/
7 matches
Mail list logo