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

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Mar 23 15:31:48 CET 2015


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 functions and insert extra
checks with ifdef in an unique function?


More information about the dev mailing list