[PATCH 05/15] eal: make rte_drand a stable API
Stephen Hemminger
stephen at networkplumber.org
Wed Aug 9 18:42:57 CEST 2023
This API was added in 2020.
Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
---
lib/eal/include/rte_random.h | 4 ----
1 file changed, 4 deletions(-)
diff --git a/lib/eal/include/rte_random.h b/lib/eal/include/rte_random.h
index 2edf5d210b45..da8139cb10ad 100644
--- a/lib/eal/include/rte_random.h
+++ b/lib/eal/include/rte_random.h
@@ -68,9 +68,6 @@ uint64_t
rte_rand_max(uint64_t upper_bound);
/**
- * @warning
- * @b EXPERIMENTAL: this API may change without prior notice
- *
* Generates a pseudo-random floating point number.
*
* This function returns a non-negative double-precision floating random
@@ -84,7 +81,6 @@ rte_rand_max(uint64_t upper_bound);
* @return
* A pseudo-random value between 0 and 1.0.
*/
-__rte_experimental
double rte_drand(void);
#ifdef __cplusplus
--
2.39.2
More information about the dev
mailing list