event/sw: fix debug logging config option
align the config option name with config/common_base
Fixes: aaa4a221da
("event/sw: add new software-only eventdev driver")
Cc: stable@dpdk.org
Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
Acked-by: Harry van Haaren <harry.van.haaren@intel.com>
This commit is contained in:
parent
bf375b4d51
commit
5b118e894d
@ -64,7 +64,7 @@ static const uint8_t sw_qe_flag_map[] = {
|
||||
QE_FLAG_VALID | QE_FLAG_COMPLETE | QE_FLAG_NOT_EOP,
|
||||
};
|
||||
|
||||
#ifdef RTE_LIBRTE_PMD_EVDEV_SW_DEBUG
|
||||
#ifdef RTE_LIBRTE_PMD_SW_EVENTDEV_DEBUG
|
||||
#define SW_LOG_INFO(fmt, args...) \
|
||||
RTE_LOG(INFO, EVENTDEV, "[%s] %s() line %u: " fmt "\n", \
|
||||
SW_PMD_NAME, \
|
||||
|
Loading…
Reference in New Issue
Block a user