These were added back in 20.11.

Signed-off-by: Stephen Hemminger <step...@networkplumber.org>
---
 lib/eal/include/generic/rte_vect.h | 8 --------
 lib/eal/version.map                | 4 ++--
 2 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/lib/eal/include/generic/rte_vect.h 
b/lib/eal/include/generic/rte_vect.h
index 3fec2bf1a2ec..bf541ce9d928 100644
--- a/lib/eal/include/generic/rte_vect.h
+++ b/lib/eal/include/generic/rte_vect.h
@@ -204,21 +204,14 @@ enum rte_vect_max_simd {
 };
 
 /**
- * @warning
- * @b EXPERIMENTAL: this API may change, or be removed, without prior notice
- *
  * Get the supported SIMD bitwidth.
  *
  * @return
  *   uint16_t bitwidth.
  */
-__rte_experimental
 uint16_t rte_vect_get_max_simd_bitwidth(void);
 
 /**
- * @warning
- * @b EXPERIMENTAL: this API may change, or be removed, without prior notice
- *
  * Set the supported SIMD bitwidth.
  * This API should only be called once at initialization, before EAL init.
  *
@@ -229,7 +222,6 @@ uint16_t rte_vect_get_max_simd_bitwidth(void);
  *   - -EINVAL on invalid bitwidth parameter.
  *   - -EPERM if bitwidth is forced.
  */
-__rte_experimental
 int rte_vect_set_max_simd_bitwidth(uint16_t bitwidth);
 
 #endif /* _RTE_VECT_H_ */
diff --git a/lib/eal/version.map b/lib/eal/version.map
index 65435ae48696..d354b9966ce9 100644
--- a/lib/eal/version.map
+++ b/lib/eal/version.map
@@ -330,6 +330,8 @@ DPDK_24 {
        rte_uuid_is_null;
        rte_uuid_parse;
        rte_uuid_unparse;
+       rte_vect_get_max_simd_bitwidth;
+       rte_vect_set_max_simd_bitwidth;
        rte_version;
        rte_version_minor;
        rte_version_month;
@@ -400,8 +402,6 @@ EXPERIMENTAL {
        # added in 20.11
        __rte_eal_trace_generic_size_t; # WINDOWS_NO_EXPORT
        rte_cpu_get_intrinsics_support; # WINDOWS_NO_EXPORT
-       rte_vect_get_max_simd_bitwidth;
-       rte_vect_set_max_simd_bitwidth;
 
        # added in 23.03
        rte_lcore_register_usage_cb;
-- 
2.39.2

Reply via email to