numam-dpdk/lib/librte_ether
Bruce Richardson 71594065e2 ethdev: remove duplicated debug functions
The functions for rx/tx burst, for rx_queue_count and descriptor_done in
the ethdev library all had two copies of the code. One copy in
rte_ethdev.h was inlined for performance, while a second was in
rte_ethdev.c for debugging purposes only. We can eliminate the second
copy of the functions by moving the additional debug checks into the
copies of the functions in the header file. [Any compilation for
debugging at optimization level 0 will not inline the function so the
result should be same as when the function was in the .c file.]

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
2015-11-25 19:18:04 +01:00
..
Makefile ethdev: remove Rx interrupt switch 2015-09-03 19:22:48 +02:00
rte_dev_info.h ethdev: add access to specific device info 2015-07-16 23:56:13 +02:00
rte_eth_ctrl.h i40e: add flow director passthru 2015-11-04 22:51:57 +01:00
rte_ethdev.c ethdev: remove duplicated debug functions 2015-11-25 19:18:04 +01:00
rte_ethdev.h ethdev: remove duplicated debug functions 2015-11-25 19:18:04 +01:00
rte_ether_version.map ethdev: remove duplicated debug functions 2015-11-25 19:18:04 +01:00
rte_ether.h eal: add and use unaligned integer types 2015-06-24 12:00:41 +02:00