]> git.droids-corp.org - dpdk.git/blobdiff - lib/eal/include/rte_random.h
eal/linux: fix illegal memory access in uevent handler
[dpdk.git] / lib / eal / include / rte_random.h
index 2b30ec85c1da8cb846b2ff3866ee2da76b1ad107..29f5f1325a30046df4313c08ac1632d48c35f535 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);