Re: [dpdk-dev] DPDK log system is not working

2017-04-20 Thread Thomas Monjalon
20/04/2017 20:35, Lu, Patrick: > Hi, > > I've recently rebased my DPDK code from v16.07 to v17.05-rc1 and learned > rte_set_log_type() API is deprecated now, so I switched to > rte_log_set_level() API. It should be fixed with the recent patches. Please check the master branch or 17.05-rc2 when it

[dpdk-dev] DPDK log system is not working

2017-04-20 Thread Lu, Patrick
Hi, I've recently rebased my DPDK code from v16.07 to v17.05-rc1 and learned rte_set_log_type() API is deprecated now, so I switched to rte_log_set_level() API. My old code was as follow: #define C2CV3 RTE_LOGTYPE_USER1 #define D RTE_LOG_DEBUG #define I RTE_LOG_INFO #define N RTE_LOG_NOTICE rt