Go to file
Ferruh Yigit 04db1d0da7 lib: clear experimental version tag in linker scripts
Remove version tag from experimental block in linker version scripts
(.map files).

That label is not used by linker and information only. It is useful
for version blocks but not useful for experimental block but confusing.
Removing those labels.

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
2018-05-14 03:37:28 +02:00
app app/testpmd: add commands to load/unload BPF filters 2018-05-12 00:37:51 +02:00
buildtools
config build: fix check for libbsd in meson 2018-05-08 22:21:56 +02:00
devtools compress/isal: add skeleton ISA-L compression PMD 2018-05-10 17:46:20 +01:00
doc bus/fslmc: support device blacklisting 2018-05-14 00:35:47 +02:00
drivers lib: clear experimental version tag in linker scripts 2018-05-14 03:37:28 +02:00
examples examples/vhost_scsi: replace strncpy with strlcpy 2018-05-13 23:54:28 +02:00
kernel kni: fix possible mbuf leaks and speed up port release 2018-05-13 23:58:20 +02:00
lib lib: clear experimental version tag in linker scripts 2018-05-14 03:37:28 +02:00
license
mk bpf: add ability to load eBPF program from ELF object file 2018-05-12 00:35:20 +02:00
pkg
test test/pipeline: fix return type of stub miss 2018-05-13 23:24:54 +02:00
usertools
.gitattributes
.gitignore doc: add compression driver and ISA-L PMD guides 2018-05-10 17:46:20 +01:00
GNUmakefile
MAINTAINERS doc: add BPF library guide 2018-05-12 00:38:19 +02:00
Makefile
meson_options.txt
meson.build kernel: fix cross-build of Linux modules with meson 2018-05-08 22:21:38 +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