numam-dpdk/drivers/net/dpaa2
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
..
base net/dpaa2: support generic flow 2019-03-01 18:17:35 +01:00
mc net/dpaa2: update MC firmware version for FSLMC bus 2019-04-04 23:42:15 +02:00
dpaa2_ethdev.c remove experimental tags from all symbol definitions 2019-06-29 19:04:43 +02:00
dpaa2_ethdev.h net/dpaa2: support flow table flush 2019-03-29 14:38:06 +01:00
dpaa2_flow.c net: add rte prefix to ether structures 2019-05-24 13:34:45 +02:00
dpaa2_mux.c ethdev: deprecate legacy filter API 2019-04-19 14:51:54 +02:00
dpaa2_pmd_logs.h drivers: fix SPDX license id consistency 2019-03-29 00:15:53 +01:00
dpaa2_rxtx.c net/dpaa2: support low level loopback tester 2019-03-01 18:17:35 +01:00
Makefile drivers: remove Linux EAL from include path 2019-04-04 22:06:16 +02:00
meson.build build: increase readability via shortcut variables 2019-04-17 18:09:52 +02:00
rte_pmd_dpaa2_version.map net/dpaa2: support custom hash key 2019-01-14 17:44:29 +01:00
rte_pmd_dpaa2.h net/dpaa2: support custom hash key 2019-01-14 17:44:29 +01:00