numam-dpdk/examples/tep_termination
Olivier Matz 5d8f0baf69 log: do not drop debug logs at compile time
Today, all logs whose level is lower than INFO are dropped at
compile-time. This prevents from enabling debug logs at runtime using
--log-level=8.

The rationale was to remove debug logs from the data path at
compile-time, avoiding a test at run-time.

This patch changes the behavior of RTE_LOG() to avoid the compile-time
optimization, and introduces the RTE_LOG_DP() macro that has the same
behavior than the previous RTE_LOG(), for the rare cases where debug
logs are in the data path.

So it is now possible to enable debug logs at run-time by just
specifying --log-level=8. Some drivers still have special compile-time
options to enable more debug log. Maintainers may consider to
remove/reduce them.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
2016-12-01 18:09:13 +01:00
..
main.c log: do not drop debug logs at compile time 2016-12-01 18:09:13 +01:00
main.h vhost: export device id as the interface to applications 2016-06-22 09:42:57 +02:00
Makefile eal: set name to threads 2015-11-03 15:32:34 +01:00
vxlan_setup.c examples/tep_term: fix port id check 2016-07-11 17:21:21 +02:00
vxlan_setup.h vhost: export device id as the interface to applications 2016-06-22 09:42:57 +02:00
vxlan.c examples/tep_term: fix packet length with multi-segments 2016-10-25 17:50:47 +02:00
vxlan.h examples/tep_term: add TSO offload configuration 2015-06-23 11:34:54 +02:00