eal: do not enable static log macro for ethdev
authorFerruh Yigit <ferruh.yigit@intel.com>
Tue, 19 Jun 2018 01:04:57 +0000 (02:04 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 2 Jul 2018 23:35:58 +0000 (01:35 +0200)
commit64bd384be40a2e311edb2e609e019303a7f6189a
treea2a2257c717fd080f02b889b1a4186818599fcac
parentbea1e0c70cfcdf843585ba02eb45a9365ba2f201
eal: do not enable static log macro for ethdev

static logging macro RTE_PMD_DEBUG_TRACE is enabled with a few DEBUG
config options, including RTE_LIBRTE_ETHDEV_DEBUG

RTE_LIBRTE_ETHDEV_DEBUG is still used for data path logging, but all
ethdev logging switched to dynamic logging, so no need to enable static
logging macro for ethdev.

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Shahaf Shuler <shahafs@mellanox.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
lib/librte_eal/common/include/rte_dev.h