Go to file
Thomas Monjalon 505a6925d8 mempool: increase ABI version
API and ABI of mempool library has been changed in 17.11.

Fixes: 02604520b2 ("mempool: remove unused flags argument")
Fixes: 0cc0f8aaa3 ("mempool: change flags from int to unsigned int")
Fixes: 6eac187bff ("mempool: add flags arg in xmem size and usage")

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Santosh Shukla <santosh.shukla@caviumnetworks.com>
2017-11-06 23:59:19 +01:00
app cryptodev: rename physical address type to IOVA 2017-11-06 22:44:26 +01:00
buildtools buildtools: fix icc build 2017-11-06 21:43:04 +01:00
config config: fix bnx2x option for armv7a 2017-11-06 21:54:45 +01:00
devtools crypto/mrvl: add mrvl crypto driver 2017-10-12 15:22:39 +01:00
doc mempool: increase ABI version 2017-11-06 23:59:19 +01:00
drivers drivers/net: rename physical address type to IOVA 2017-11-06 22:44:26 +01:00
examples cryptodev: rename physical address type to IOVA 2017-11-06 22:44:26 +01:00
lib mempool: increase ABI version 2017-11-06 23:59:19 +01:00
mk pci: introduce library and driver 2017-10-26 23:17:31 +02:00
pkg eal: remove Xen dom0 support 2017-10-09 01:54:29 +02:00
test mbuf: rename data address helpers to IOVA 2017-11-06 22:44:26 +01:00
usertools update Cavium Inc copyright headers 2017-07-08 17:43:49 +02:00
.gitattributes
.gitignore devtools: add tags and cscope index generation 2017-04-30 12:57:04 +02:00
GNUmakefile
LICENSE.GPL
LICENSE.LGPL
MAINTAINERS maintainers: claim maintainership of PCI library 2017-10-26 23:17:31 +02:00
Makefile
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