From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id F319B4301A; Wed, 9 Aug 2023 18:45:14 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 27F5743268; Wed, 9 Aug 2023 18:44:45 +0200 (CEST) Received: from mail-pf1-f178.google.com (mail-pf1-f178.google.com [209.85.210.178]) by mails.dpdk.org (Postfix) with ESMTP id 6256243261 for ; Wed, 9 Aug 2023 18:44:42 +0200 (CEST) Received: by mail-pf1-f178.google.com with SMTP id d2e1a72fcca58-686b879f605so4978735b3a.1 for ; Wed, 09 Aug 2023 09:44:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20221208.gappssmtp.com; s=20221208; t=1691599481; x=1692204281; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=D1lVikRwCExisTu/usup7EPAImADAc+wasUQ7E+2GN0=; b=Q7pf6HWa2tvNzG/T+kOUkIoG4yOzl0/c4LrZJ6/BBvF7OzqWd1JU0uBptd7Dow0s1C QQr4JDC8+amzLyjzD/WSsogEQwRNbIvcVsanWg8ES1/Hy/mm17/F7SUeLKIShIf6V1Nn MBRWM3Geo5WuW5LjROmflnTO75+eRdPmjvenMabLlkXBp7NIKlBImo3j7+zidnYKT47H ID7joZ37EB5VYkS/fDkagc9MOejnDCrt8/gbtPEWwsDnPAdtySm4RXrXVLUXFP86fEDr HIEk97ejePuCjQBU02BeeDhBHS5o4YWxg1+HDUTO5zx56FK79MhF9lzjPO9L5Dd5Fl9N E4pA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691599481; x=1692204281; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=D1lVikRwCExisTu/usup7EPAImADAc+wasUQ7E+2GN0=; b=Eh3VNpOJRbnrmkVv1jpXEsnjDR6MJHnE/BHBlIPdpwe/QX8QT4ySYvq98DXboA+gC4 ImHbTxiR3s27/pMLrpigFabO4XS4NH6WLDQuD08I0JDBWUDH1pTiG13h4C2U2F/lURhs eYjFye79wWFcKce8OlETifmkZv9/SlGGvwH7JSojeGDw9+AE1Lloaand3+csSR+8JUlH /RDdiTs/UcQR2CoQFUPvtBQPtbkhYIO8LhmQmI1y4xWI9IphGmHH8Pvs6uO6Unhs/vUg ropc94QTPf8/6pqRbvfLAnqU10M0keyzeEYt9XcIZ+39ig35Bwnx+vEPEqNN2eWumXQv An2Q== X-Gm-Message-State: AOJu0YwFyWiDEyfW9yY6rWdk3DSboClEpJia8zB/uYxzKRTK/WSNbqSI h+Ju7zi1iabRr01FKZlYofcXL6hHH4zqGSoHRg5FYw== X-Google-Smtp-Source: AGHT+IF9YJ5SQRU5VLPDbScksmNJlnKFtevOdun4Gr7TDQFlnDh4BwbjSH7eAPZCBFZQmzYB3gyY9g== X-Received: by 2002:a05:6a20:8402:b0:140:c838:2b2e with SMTP id c2-20020a056a20840200b00140c8382b2emr3445970pzd.22.1691599481392; Wed, 09 Aug 2023 09:44:41 -0700 (PDT) Received: from hermes.local (204-195-127-207.wavecable.com. [204.195.127.207]) by smtp.gmail.com with ESMTPSA id i8-20020a17090332c800b001b8b0ac2258sm11426394plr.174.2023.08.09.09.44.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 09 Aug 2023 09:44:40 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , =?UTF-8?q?Mattias=20R=C3=B6nnblom?= Subject: [PATCH 05/15] eal: make rte_drand a stable API Date: Wed, 9 Aug 2023 09:42:57 -0700 Message-Id: <20230809164312.308093-6-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230809164312.308093-1-stephen@networkplumber.org> References: <20230809164312.308093-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org This API was added in 2020. Signed-off-by: Stephen Hemminger --- 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