Go to file
Bruce Richardson 1842d194c9 examples: enable linking both static and shared
Since the DPDK build now includes both static and shared libraries, we need
a new way to enable building the examples using either method from the one
installation. To do this, we add in a default "shared" target, and a
separate "static" target which links in the DPDK static libraries. In both
cases, the final application name is symlinked to the last-built static or
shared target, with both binaries able to co-exist in the build directory.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Luca Boccassi <bluca@debian.org>
2018-01-30 21:58:59 +01:00
app build: build as both static and shared libs 2018-01-30 21:58:59 +01:00
buildtools build: symlink drivers to library directory 2018-01-30 21:58:59 +01:00
config build: remove library special cases 2018-01-30 21:58:59 +01:00
devtools bb/turbo_sw: add software turbo driver 2018-01-19 01:44:25 +01:00
doc build: remove library special cases 2018-01-30 21:58:59 +01:00
drivers build: build as both static and shared libs 2018-01-30 21:58:59 +01:00
examples examples: enable linking both static and shared 2018-01-30 21:58:59 +01:00
lib build: build as both static and shared libs 2018-01-30 21:58:59 +01:00
license
mk mk: add experimental tag check 2018-01-29 23:35:29 +01:00
pkg
test test/crypto: improve NULL authentication validation 2018-01-29 20:22:33 +01:00
usertools usertools: install with meson 2018-01-30 17:49:16 +01:00
.gitattributes
.gitignore
GNUmakefile
MAINTAINERS build: symlink drivers to library directory 2018-01-30 21:58:59 +01:00
Makefile
meson_options.txt examples: build some samples with meson 2018-01-30 21:58:59 +01:00
meson.build build: symlink drivers to library directory 2018-01-30 21:58:59 +01: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