Go to file
Thomas Monjalon c4109298cc scripts: test build with all stats enabled
These stats will be compiled when adding +debug
to test-build.sh targets:
	CONFIG_RTE_LIBRTE_IP_FRAG_TBL_STAT
	CONFIG_RTE_SCHED_COLLECT_STATS
	CONFIG_RTE_PORT_STATS_COLLECT
	CONFIG_RTE_TABLE_STATS_COLLECT
	CONFIG_RTE_PIPELINE_STATS_COLLECT
	CONFIG_RTE_TEST_PMD_RECORD_BURST_STATS
	CONFIG_RTE_TEST_PMD_RECORD_CORE_CYCLES

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
2016-04-11 23:56:34 +02:00
app app/testpmd: fix running without Xen whereas enabled 2016-04-11 16:44:15 +02:00
config cryptodev: remove experimental label 2016-04-06 19:00:57 +02:00
doc doc: add tested platforms and nics 2016-04-11 16:48:48 +02:00
drivers xenvirt: fix 32-bit build 2016-04-10 21:36:54 +02:00
examples examples/vm_power_manager: fix libvirt dependency check 2016-04-11 14:29:19 +02:00
lib kni: fix vhost build with kernels 4.2 and 4.4 2016-04-11 22:49:31 +02:00
mk mk: show version as a decimal integer 2016-04-07 23:05:47 +02:00
pkg version: 2.2.0 2015-12-15 18:06:58 +01:00
scripts scripts: test build with all stats enabled 2016-04-11 23:56:34 +02:00
tools tools: fix setup with built-in kernel modules 2016-03-24 22:04:10 +01:00
.gitignore init DPDK repository 2013-03-07 10:57:42 +01:00
GNUmakefile drivers: create new directory 2015-05-22 15:51:38 +02:00
LICENSE.GPL doc: GPL/LGPL licenses 2013-07-25 14:43:06 +02:00
LICENSE.LGPL doc: fix file format (dos to unix) 2013-09-06 11:43:07 +02:00
MAINTAINERS maintainers: claim responsibility for pcap PMD 2016-04-10 11:45:42 +02:00
Makefile remove trailing whitespaces 2014-06-11 00:29:34 +02:00
README doc: add readme file 2015-12-13 22:06:58 +01:00

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