numam-dpdk/doc/guides
David Marchand cfe3aeb170 remove experimental tags from all symbol definitions
We had some inconsistencies between functions prototypes and actual
definitions.
Let's avoid this by only adding the experimental tag to the prototypes.
Tests with gcc and clang show it is enough.

git grep -l __rte_experimental |grep \.c$ |while read file; do
	sed -i -e '/^__rte_experimental$/d' $file;
	sed -i -e 's/  *__rte_experimental//' $file;
	sed -i -e 's/__rte_experimental  *//' $file;
done

Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
2019-06-29 19:04:43 +02:00
..
bbdevs bb/turbo_sw: update for FlexRAN 18.09 2018-12-19 11:19:10 +01:00
compressdevs doc: fix spelling reported by aspell in guides 2019-05-03 00:37:13 +02:00
contributing remove experimental tags from all symbol definitions 2019-06-29 19:04:43 +02:00
cryptodevs doc: fix spelling reported by aspell in guides 2019-05-03 00:37:13 +02:00
eventdevs doc: fix spelling reported by aspell in guides 2019-05-03 00:37:13 +02:00
faq doc: update preferred log level syntax in guides 2018-04-25 12:16:50 +02:00
freebsd_gsg mk: use linux and freebsd in config names 2019-03-12 23:05:06 +01:00
howto telemetry: support global metrics 2019-06-24 16:51:28 +02:00
linux_gsg doc: fix Linux guide for arm64 cross-compilation 2019-06-05 12:32:43 +02:00
mempool doc: add Marvell OCTEON TX2 mempool guide 2019-06-25 23:35:57 +02:00
nics net/mlx5: add log file procedure for debug data 2019-06-14 00:01:06 +09:00
platform doc: add Marvell OCTEON TX2 mempool guide 2019-06-25 23:35:57 +02:00
prog_guide doc: fix typo in EAL guide 2019-06-17 12:35:54 +03:00
rawdevs doc: fix spelling reported by aspell in guides 2019-05-03 00:37:13 +02:00
rel_notes eal: introduce random generator with upper bound 2019-06-28 15:23:55 +02:00
sample_app_ug examples/l3fwd-power: add telemetry mode 2019-06-28 11:50:24 +02:00
testpmd_app_ug doc: fix formatting in testpmd guide 2019-05-10 00:19:31 +02:00
tools doc: fix spelling reported by aspell in guides 2019-05-03 00:37:13 +02:00
windows_gsg doc: fix helloworld build on Windows 2019-05-29 13:02:55 +02:00
conf.py doc: clean PDF config 2019-05-29 13:03:22 +02:00
custom.css doc: improve HTML spacing in release notes 2018-02-14 00:23:25 +01:00
index.rst doc: add guide for Windows 2019-04-03 01:21:31 +02:00
meson.build doc: support building HTML guides with meson 2018-10-27 23:24:22 +02:00