[dpdk-dev] Rx/Tx callbacks in debug mode

2015-03-23 Thread Thomas Monjalon
Hi, As you may know, rte_eth_rx_burst() and rte_eth_tx_burst() have a debug-specific implementation enabled with RTE_LIBRTE_ETHDEV_DEBUG. I'm afraid these implementations have been forgotten when adding optional Rx/Tx callbacks. Or is it intended? What do you think of removing these debug functio

[dpdk-dev] Rx/Tx callbacks in debug mode

2015-03-23 Thread Bruce Richardson
On Mon, Mar 23, 2015 at 03:31:48PM +0100, Thomas Monjalon wrote: > Hi, > > As you may know, rte_eth_rx_burst() and rte_eth_tx_burst() have a > debug-specific implementation enabled with RTE_LIBRTE_ETHDEV_DEBUG. > I'm afraid these implementations have been forgotten when adding > optional Rx/Tx cal