numam-dpdk/doc/guides/rel_notes
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
..
deprecation.rst sched: allow more subports 2015-11-25 00:59:58 +01:00
index.rst doc: init next release notes 2015-09-03 19:22:44 +02:00
known_issues.rst igb: fix ieee1588 frame identification in i210 2015-10-28 14:41:11 +01:00
rel_description.rst doc: simplify release notes cover 2015-08-12 09:15:27 +02:00
release_1_8.rst doc: restructure release notes 2015-08-11 17:28:13 +02:00
release_2_0.rst doc: add missing release notes for mlx4 availability in 2.0 2015-08-17 19:35:37 +02:00
release_2_1.rst doc: add mlx4 release notes for version 2.1 2015-08-17 19:35:37 +02:00
release_2_2.rst ethdev: remove duplicated debug functions 2015-11-25 19:18:04 +01:00
supported_os.rst doc: restructure release notes 2015-08-11 17:28:13 +02:00