f-stack/dpdk
logwang 2bfe3f2e55 DPDK: upgrade to 17.11.2 LTS.
Changes:
1. This version is downloaded from
https://fast.dpdk.org/rel/dpdk-17.11.2.tar.xz.
2. Adapt the new interface `rte_ring_dequeue_burst`.
3. Change the type of `port_id` from uint8_t to uint16_t.
4. Just link libdpdk.a instead of the other libaries.
5. Install libnuma-dev first.
6. Update the documents.
2018-05-15 17:49:22 +08:00
..
app DPDK: upgrade to 17.11.2 LTS. 2018-05-15 17:49:22 +08:00
buildtools DPDK: upgrade to 17.11.2 LTS. 2018-05-15 17:49:22 +08:00
config DPDK: upgrade to 17.11.2 LTS. 2018-05-15 17:49:22 +08:00
devtools DPDK: upgrade to 17.11.2 LTS. 2018-05-15 17:49:22 +08:00
doc DPDK: upgrade to 17.11.2 LTS. 2018-05-15 17:49:22 +08:00
drivers DPDK: upgrade to 17.11.2 LTS. 2018-05-15 17:49:22 +08:00
examples DPDK: upgrade to 17.11.2 LTS. 2018-05-15 17:49:22 +08:00
lib DPDK: upgrade to 17.11.2 LTS. 2018-05-15 17:49:22 +08:00
mk DPDK: upgrade to 17.11.2 LTS. 2018-05-15 17:49:22 +08:00
pkg DPDK: upgrade to 17.11.2 LTS. 2018-05-15 17:49:22 +08:00
test DPDK: upgrade to 17.11.2 LTS. 2018-05-15 17:49:22 +08:00
usertools DPDK: upgrade to 17.11.2 LTS. 2018-05-15 17:49:22 +08:00
.gitattributes DPDK: upgrade to 17.11.2 LTS. 2018-05-15 17:49:22 +08:00
.gitignore DPDK: upgrade to 17.11.2 LTS. 2018-05-15 17:49:22 +08:00
GNUmakefile DPDK: upgrade to 17.11.2 LTS. 2018-05-15 17:49:22 +08:00
LICENSE.GPL init 2017-04-21 18:43:26 +08:00
LICENSE.LGPL init 2017-04-21 18:43:26 +08:00
MAINTAINERS DPDK: upgrade to 17.11.2 LTS. 2018-05-15 17:49:22 +08:00
Makefile init 2017-04-21 18:43:26 +08:00
README init 2017-04-21 18:43:26 +08: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 license for the core libraries and
drivers. The kernel components are GPLv2 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