eal: promote some experimental functions as stable
authorThomas Monjalon <thomas@monjalon.net>
Thu, 18 Apr 2019 00:30:58 +0000 (02:30 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 21 Apr 2019 17:11:37 +0000 (19:11 +0200)
commitd711bea6fe013a9a8043c04bcd5bdb42227d06f1
tree65240d9ab6f704160a800abf66e00e9a0c6dea0a
parent7dccd4e02bcf6eff6480e6ddc8d066b38b3ffc89
eal: promote some experimental functions as stable

The function rte_eal_cleanup() was introduced more than one year ago,
in DPDK 18.02. It is no longer experimental, allowing
pdump, proc-info and hotplug_mp apps to not need any experimental API.

The function rte_ctrl_thread_create() was introduced one year ago
in DPDK 18.05. It is no longer experimental, allowing
KNI PMD and TEP example to not need any experimental API.

The functions rte_socket_count() and rte_socket_id_by_idx() were
introduced one year ago in DPDK 18.05. They are no longer experimental.

The function rte_dev_is_probed() was introduced half a year ago
in DPDK 18.11. It is no longer experimental.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Acked-by: Kevin Traynor <ktraynor@redhat.com>
17 files changed:
app/pdump/Makefile
app/pdump/meson.build
app/proc-info/Makefile
app/proc-info/meson.build
drivers/net/kni/Makefile
drivers/net/kni/meson.build
examples/multi_process/hotplug_mp/Makefile
examples/tep_termination/Makefile
examples/tep_termination/meson.build
lib/librte_eal/common/eal_common_dev.c
lib/librte_eal/common/eal_common_lcore.c
lib/librte_eal/common/eal_common_thread.c
lib/librte_eal/common/include/rte_dev.h
lib/librte_eal/common/include/rte_eal.h
lib/librte_eal/common/include/rte_lcore.h
lib/librte_eal/linux/eal/eal.c
lib/librte_eal/rte_eal_version.map