Go to file
Bruce Richardson 49386e44f2 eal: fix missing header dependency
rte_pci.h depends upon stdio.h for the definition of the FILE type. Add
in #include <stdio.h> to the file to satisfy this dependency in cases
where the including C file does not already include stdio.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Marc Sune <marc.sune@bisdn.de>
2015-05-29 20:27:23 +02:00
app app/testpmd: compute checksum in ICMP reply 2015-05-29 20:27:23 +02:00
config
doc doc: refactor table numbers into references 2015-05-25 15:59:36 +02:00
drivers xenvirt: move drivers/net/ 2015-05-22 16:06:23 +02:00
examples examples: add dependencies for timer and vm_power_manager 2015-05-19 17:35:33 +02:00
lib eal: fix missing header dependency 2015-05-29 20:27:23 +02:00
mk mk: introduce EXTRA_LDLIBS variable 2015-05-14 23:33:38 +02:00
pkg
scripts scripts: fix build in a symlinked directory 2015-05-12 14:13:42 +02:00
tools
.gitignore
GNUmakefile drivers: create new directory 2015-05-22 15:51:38 +02:00
LICENSE.GPL
LICENSE.LGPL
MAINTAINERS xenvirt: move drivers/net/ 2015-05-22 16:06:23 +02:00
Makefile