numam-dpdk/lib/librte_timer
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 timer: missing optimization flag in compile 2014-02-25 21:29:18 +01:00
rte_timer.c add FILE argument to debug functions 2014-05-16 16:02:55 +02:00
rte_timer.h add FILE argument to debug functions 2014-05-16 16:02:55 +02:00