Go to file
Hiroshi Shimamoto e957e2ca80 mem: fix build because of missing stdio.h for FILE
Since commit "add FILE argument to debug functions" (591a9d7985),
application which includes rte_memory.h without stdio.h will be hit
compilation failure:

/path/to/include/rte_memory.h:146:30: error: unknown type name ‘FILE’
 void rte_dump_physmem_layout(FILE *f);

Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Reviewed-by: Hayato Momma <h-momma@ce.jp.nec.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
2014-06-27 02:22:01 +02:00
app malloc: fix unit tests 2014-06-26 13:06:10 +02:00
config ip_frag: add config option to enable statistics 2014-06-26 22:51:44 +02:00
doc pipeline: new packet framework logic 2014-06-17 03:34:11 +02:00
examples examples/ip_reassembly: reduce memory usage 2014-06-26 22:52:08 +02:00
lib mem: fix build because of missing stdio.h for FILE 2014-06-27 02:22:01 +02:00
mk i40e: new poll mode driver 2014-06-17 18:22:19 +02:00
pkg config: rename "default" configurations as "native" 2014-05-21 16:25:06 +02:00
scripts scripts: fix filtering of config comments on bsd 2014-06-19 00:57:50 +02:00
tools tools: fix alignment of cpu layout output 2014-06-19 00:57:50 +02:00
.gitignore init DPDK repository 2013-03-07 10:57:42 +01:00
GNUmakefile remove trailing whitespaces 2014-06-11 00:29:34 +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
Makefile remove trailing whitespaces 2014-06-11 00:29:34 +02:00