numam-dpdk/lib/librte_malloc
Stephen Hemminger 591a9d7985 add FILE argument to debug functions
The DPDK dump functions are useful for remote debugging of an
applications. But when application runs as a daemon, stdout
is typically routed to /dev/null.

Instead change all these functions to take a stdio FILE * handle
instead. An application can then use open_memstream() to capture
the output.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
[Thomas: fix quota_watermark example]
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
2014-05-16 16:02:55 +02:00
..
Makefile update Intel copyright years to 2014 2014-02-25 21:29:14 +01:00
malloc_elem.c mem: get physical address of any rte_malloc buffer 2014-02-26 11:07:27 +01:00
malloc_elem.h mem: get physical address of any rte_malloc buffer 2014-02-26 11:07:27 +01:00
malloc_heap.c malloc: simplify heap initialisation 2014-04-30 11:31:22 +02:00
malloc_heap.h mem: more const qualifiers in malloc API 2014-02-26 11:07:27 +01:00
rte_malloc.c add FILE argument to debug functions 2014-05-16 16:02:55 +02:00
rte_malloc.h add FILE argument to debug functions 2014-05-16 16:02:55 +02:00