numam-dpdk/doc/guides
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
..
contributing doc: fix pdf build warning 2015-10-26 15:21:23 +01:00
faq doc: move FAQ 2015-08-11 17:28:13 +02:00
freebsd_gsg eal: default to using all cores 2015-10-26 20:36:26 +01:00
linux_gsg eal: default to using all cores 2015-10-26 20:36:26 +01:00
nics mlx5: add environment variables section to documentation 2015-11-24 17:49:27 +01:00
prog_guide szedata2: add new poll mode driver 2015-11-20 17:17:04 +01:00
rel_notes ethdev: remove duplicated debug functions 2015-11-25 19:18:04 +01:00
sample_app_ug examples/l2fwd-keepalive: add sample application 2015-11-19 15:45:26 +01:00
testpmd_app_ug app/testpmd: add ability to split outgoing packets 2015-11-12 00:22:26 +01:00
xen doc: refactor figure numbers into references 2015-05-25 15:59:36 +02:00
conf.py doc: reset the default sphinx literal block format 2015-08-11 12:18:37 +02:00
index.rst doc: move FAQ 2015-08-11 17:28:13 +02:00