numam-dpdk/examples/tep_termination
Thomas Monjalon 1f49ec153c examples: remove useless debug flags
The debug logs must be enabled at compile-time and run-time.
There are also some internal flags in some examples to enable the debug
logs of the applications. They are now enabled in debug configs and
can be disabled thanks to the more generic logtype mechanism:
	rte_set_log_type(RTE_LOGTYPE_USER1, 0);

Removing these #ifdef allows to test these code branches more easily
and avoid dead code pitfalls.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
2016-05-02 15:31:17 +02:00
..
main.c examples: remove useless debug flags 2016-05-02 15:31:17 +02:00
main.h examples: remove useless debug flags 2016-05-02 15:31:17 +02:00
Makefile eal: set name to threads 2015-11-03 15:32:34 +01:00
vxlan_setup.c ethdev: rework tunnel filtering structure 2016-03-13 15:26:55 +01:00
vxlan_setup.h examples/tep_term: add encap/decap configuration 2015-06-23 11:36:15 +02:00
vxlan.c mbuf: remove packet type from offload flags 2015-09-03 19:22:48 +02:00
vxlan.h examples/tep_term: add TSO offload configuration 2015-06-23 11:34:54 +02:00