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 E7F6E431EB; Tue, 24 Oct 2023 04:55:44 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2F93140C35; Tue, 24 Oct 2023 04:54:49 +0200 (CEST) Received: from mail-oa1-f45.google.com (mail-oa1-f45.google.com [209.85.160.45]) by mails.dpdk.org (Postfix) with ESMTP id 1C57641140 for ; Tue, 24 Oct 2023 04:54:44 +0200 (CEST) Received: by mail-oa1-f45.google.com with SMTP id 586e51a60fabf-1ead2e6fab7so2873957fac.0 for ; Mon, 23 Oct 2023 19:54:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1698116083; x=1698720883; darn=dpdk.org; 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=ggbcaHeyMtBbaSxt+8o+UZReWg5V8BsrKglEzfH7K0g=; b=qzRk6KwMDwNwfjbVa+KIIh5XZHOkX6ZY99lCrSsHruaPmhEcuuUBRpI+afN9JxGz7B g0pqvzATjahuXjn5wLjPHISPT/90NAgKLJZMwBUGPh2XAMS7cBXStxQgShShMs+1An5f SWbAbFStciWTNMDEEPcczGcka/sKVvJCtsRYcW7boo9xMbavIDPUKnzTh+TM8jXlv8Qc Imygx7jILFE1b0n4xBuu0lueTY9RxEC5mQz2yuqzakJeWvRPlGk2zsUkIWWrmi1Lewko vHXpNAGe9uXQ6OeJ3sC8D2AOcdfY4l3wUAWvlplnArX/mTrwnojwmPkb5pl96MaeftAS 72OQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698116083; x=1698720883; 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=ggbcaHeyMtBbaSxt+8o+UZReWg5V8BsrKglEzfH7K0g=; b=JrveyQzKwVqNgWTPnh5jZzblN6e8EKDZaJcE+0f76Qumzr6ICF6JEQ4mc4asAvJ+h4 /BFqlFbsvJuhEXPBkBW5s8+q4neIAFb7juqBgNTqTfUgXMZHJ5YJ0B5e9fJsrRvt2JHY x1DxsC9nem0u9hP2L3F5m/ByL5zAeWECppT814Bl9AznVZyPIiX5zzlQXg9uTcM5QMkj vAChU6rtQNWETvMfSa+u8BlNBu/RKjG1eDb9S6pFYSIBjzeu75ifvZpsI9Y9MOwJEYFe QaSrheiCRmzJi/2DeF1M/rW7eDbyb6MKMr+bU73HNHctyP5d+ll52v2AAABdtTcSfua5 6N8w== X-Gm-Message-State: AOJu0YwF00o2ucXVybbxIhKFfFZaX6+2H79ypCzKDuM+qugPFjn1ED5R MKVe+4uQxkVmVMEThKVETGXSlAPuG8oGVdHRiS34NA== X-Google-Smtp-Source: AGHT+IGRbDphI2o0fMsQeFxNis2bXrWKWPSp6b1xopKvlnxYsC+sVAr1DYCB1OQXPE9v/8jfLQ3dxw== X-Received: by 2002:a05:6871:430c:b0:1c0:f8a7:ec14 with SMTP id lu12-20020a056871430c00b001c0f8a7ec14mr15210508oab.57.1698116083221; Mon, 23 Oct 2023 19:54:43 -0700 (PDT) Received: from hermes.local (204-195-126-68.wavecable.com. [204.195.126.68]) by smtp.gmail.com with ESMTPSA id b22-20020aa79516000000b0069b772c4325sm6802348pfp.87.2023.10.23.19.54.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 23 Oct 2023 19:54:42 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Bruce Richardson , Erik Gabriel Carrillo Subject: [PATCH v7 11/25] timer: remove experimental from rte_timer_next_ticks Date: Mon, 23 Oct 2023 19:54:08 -0700 Message-Id: <20231024025422.126021-12-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20231024025422.126021-1-stephen@networkplumber.org> References: <20230808173527.186042-1-stephen@networkplumber.org> <20231024025422.126021-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 Function was added in 20.11, remove experimental flag. Signed-off-by: Stephen Hemminger Acked-by: Bruce Richardson --- lib/timer/rte_timer.h | 4 ---- lib/timer/version.map | 7 +------ 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/lib/timer/rte_timer.h b/lib/timer/rte_timer.h index d3927d5b6bac..153d1993573f 100644 --- a/lib/timer/rte_timer.h +++ b/lib/timer/rte_timer.h @@ -331,9 +331,6 @@ void rte_timer_stop_sync(struct rte_timer *tim); int rte_timer_pending(struct rte_timer *tim); /** - * @warning - * @b EXPERIMENTAL: this API may change without prior notice - * * Time until the next timer on the current lcore * This function gives the ticks until the next timer will be active. * @@ -343,7 +340,6 @@ int rte_timer_pending(struct rte_timer *tim); * - 0: a timer is pending and will run at next rte_timer_manage() * - >0: ticks until the next timer is ready */ -__rte_experimental int64_t rte_timer_next_ticks(void); /** diff --git a/lib/timer/version.map b/lib/timer/version.map index e3d5a043034c..b180708e2488 100644 --- a/lib/timer/version.map +++ b/lib/timer/version.map @@ -10,6 +10,7 @@ DPDK_24 { rte_timer_dump_stats; rte_timer_init; rte_timer_manage; + rte_timer_next_ticks; rte_timer_pending; rte_timer_reset; rte_timer_reset_sync; @@ -21,9 +22,3 @@ DPDK_24 { local: *; }; - -EXPERIMENTAL { - global: - - rte_timer_next_ticks; -}; -- 2.39.2