Go to file
Bruce Richardson ecea301994 kvargs: fix building with meson outside source tree
When building DPDK with meson with the <builddir> being outside the source
directory, an error was generated as the path to the EAL headers was not
found. The path specified for the includes backed out unnecessarily far and
so broke when the build directory was not in the expected location of
just inside the source dir. Changing the path to be shorter, just going
down one level and then into EAL builds for both cases - where builddir is
in source directory, and also when it's outside it.

Fixes: 092ee51649 ("kvargs: build before EAL")

Reported-by: Anatoly Burakov <anatoly.burakov@intel.com>
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Tested-by: Anatoly Burakov <anatoly.burakov@intel.com>
2018-07-26 10:14:06 +02:00
app app/crypto-perf: compile with -O3 2018-07-24 01:48:10 +02:00
buildtools mk: fix cross build 2018-07-11 21:13:25 +02:00
config compress/octeontx: introduce octeontx zip PMD 2018-07-25 13:36:26 +02:00
devtools devtools: fix checkpatch for filename with space 2018-07-20 22:53:17 +02:00
doc doc: add octeonx zip guide 2018-07-25 13:36:26 +02:00
drivers build: remove duplicate checks for cflags 2018-07-26 10:09:20 +02:00
examples build: remove duplicate checks for cflags 2018-07-26 10:09:20 +02:00
kernel igb_uio: fix build with lock down checks 2018-07-11 18:49:21 +02:00
lib kvargs: fix building with meson outside source tree 2018-07-26 10:14:06 +02:00
license
mk compress/octeontx: introduce octeontx zip PMD 2018-07-25 13:36:26 +02:00
pkg
test crypto/qat: support 8-byte 3DES 2018-07-24 01:48:10 +02:00
usertools usertools: add octeontx zip device for binding 2018-07-25 13:36:26 +02:00
.gitattributes
.gitignore
GNUmakefile
MAINTAINERS doc: add octeonx zip guide 2018-07-25 13:36:26 +02:00
Makefile
meson_options.txt
meson.build version: 18.08-rc1 2018-07-16 01:17:18 +02:00
README

DPDK is a set of libraries and drivers for fast packet processing.
It supports many processor architectures and both FreeBSD and Linux.

The DPDK uses the Open Source BSD-3-Clause license for the core libraries
and drivers. The kernel components are GPL-2.0 licensed.

Please check the doc directory for release notes,
API documentation, and sample application information.

For questions and usage discussions, subscribe to: users@dpdk.org
Report bugs and issues to the development mailing list: dev@dpdk.org