numam-dpdk/lib/librte_bbdev
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
..
Makefile mk: add experimental tag check 2018-01-29 23:35:29 +01:00
meson.build lib: build with meson 2018-01-30 17:49:16 +01:00
rte_bbdev_op.h bbdev: add missing experimental tags and map entries 2018-12-19 19:36:53 +01:00
rte_bbdev_pmd.h add experimental tag to appropriate functions 2018-01-29 23:35:29 +01:00
rte_bbdev_version.map bbdev: add missing experimental tags and map entries 2018-12-19 19:36:53 +01:00
rte_bbdev.c remove experimental tags from all symbol definitions 2019-06-29 19:04:43 +02:00
rte_bbdev.h doc: fix spelling reported by aspell in comments 2019-05-03 00:38:14 +02:00