e1000: clean log messages
authorDavid Marchand <david.marchand@6wind.com>
Wed, 17 Sep 2014 13:46:49 +0000 (15:46 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 18 Sep 2014 18:52:42 +0000 (20:52 +0200)
commit60bd481ceceb4142d2dfb55fbb99f1725b571e73
tree01fa059c262d20c73d538a70aa0ccefcd7cc380a
parent9130b43c608f1224d0a9b6c4e8e8adc1caa2e2a1
e1000: clean log messages

- remove leading \n in some messages,
- remove trailing \n in some messages,
- split multi lines messages,
- introduce PMD_INIT_FUNC_TRACE macro and use it instead of
  PMD_INIT_LOG(DEBUG, "some_func")

Signed-off-by: David Marchand <david.marchand@6wind.com>
Reviewed-by: Jay Rolette <rolette@infiniteio.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
lib/librte_pmd_e1000/e1000_logs.h
lib/librte_pmd_e1000/em_ethdev.c
lib/librte_pmd_e1000/em_rxtx.c
lib/librte_pmd_e1000/igb_ethdev.c
lib/librte_pmd_e1000/igb_rxtx.c