eal: promote random generator with upper bound to stable
authorMattias Rönnblom <mattias.ronnblom@ericsson.com>
Wed, 1 Sep 2021 07:29:12 +0000 (09:29 +0200)
committerDavid Marchand <david.marchand@redhat.com>
Sat, 2 Oct 2021 09:12:19 +0000 (11:12 +0200)
Remove experimental tag from rte_rand_max().

Signed-off-by: Mattias Rönnblom <mattias.ronnblom@ericsson.com>
Acked-by: Ray Kinsella <mdr@ashroe.eu>
lib/eal/include/rte_random.h
lib/eal/version.map

index 2b30ec8..29f5f13 100644 (file)
@@ -62,7 +62,6 @@ rte_rand(void);
  * @return
  *   A pseudo-random value between 0 and (upper_bound-1).
  */
-__rte_experimental
 uint64_t
 rte_rand_max(uint64_t upper_bound);
 
index 14bac70..2719b1a 100644 (file)
@@ -216,6 +216,7 @@ DPDK_22 {
        rte_mp_sendmsg;
        rte_openlog_stream;
        rte_rand;
+       rte_rand_max;
        rte_realloc;
        rte_realloc_socket;
        rte_reciprocal_value;
@@ -323,7 +324,6 @@ EXPERIMENTAL {
        rte_intr_ack;
        rte_lcore_cpuset;
        rte_lcore_to_cpu_id;
-       rte_rand_max;
 
        # added in 20.02
        rte_thread_is_intr;