log: use simple macro
authorThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 30 Jul 2015 18:03:19 +0000 (20:03 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 30 Jul 2015 18:16:04 +0000 (20:16 +0200)
commitd43777cb150867ebc9db4ca06977d52e854e3869
treeb04075e7cb5e05924783f9a2937f0f65aacb55b9
parent7cf90aeb8de4692d971764ab5a47b52f26026307
log: use simple macro

For consistency, RTE_LOG macro should be used instead of rte_log function.
The macro can be pruned at build time, though these logs have a high level
and should not pruned.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
examples/l3fwd-power/main.c
lib/librte_eal/common/eal_common_tailqs.c