Re: [dpdk-dev] [PATCH 0/3] net: optimize Rx/Tx log message level

2016-12-06 Thread Ferruh Yigit
Hi Qiming, On 12/3/2016 10:43 AM, Qiming Yang wrote: > These three patches optimized the level of Rx and Tx log > messages. Add a new log control function PMD_RX_FREE_LOG > to control the Rx message which is not printed in packet > receive processing. This function switched by macro > RTE_LIBRTE_

[dpdk-dev] [PATCH 0/3] net: optimize Rx/Tx log message level

2016-12-03 Thread Qiming Yang
These three patches optimized the level of Rx and Tx log messages. Add a new log control function PMD_RX_FREE_LOG to control the Rx message which is not printed in packet receive processing. This function switched by macro RTE_LIBRTE__DEBUG_RX_FREE. Qiming Yang (3): net/e1000: optimize Rx/Tx lo