From patchwork Fri Oct 20 20:57:44 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 133089 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id C656A431BE; Fri, 20 Oct 2023 22:59:43 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EFCC142DA1; Fri, 20 Oct 2023 22:58:25 +0200 (CEST) Received: from mail-pl1-f175.google.com (mail-pl1-f175.google.com [209.85.214.175]) by mails.dpdk.org (Postfix) with ESMTP id 305E641151 for ; Fri, 20 Oct 2023 22:58:21 +0200 (CEST) Received: by mail-pl1-f175.google.com with SMTP id d9443c01a7336-1c9b1e3a809so9626255ad.2 for ; Fri, 20 Oct 2023 13:58:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1697835500; x=1698440300; 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=zw6r8z/sHOCp2wJoDuUlKQGoZrfumFRB4ZxgJpveVj8=; b=NVJc5E8qx4J+2gpV66iUKWv9ciyi8XrO9FIOpIIkocfLWh0/0R/L/bJ/yE1QgfaE0v qNfjje3hJXmUVLFpG4JB9dmMqecE9zrI3JpTjqolxctDRr9IFOVvVvYH9OwUTjTfIyY1 XRsBRP68GzuKzaOC7M/QrE2mHft61Gw8D28s3TSiFyFw2fMWSVqQ+UpD69d6YeZXxmRW qk38eiUQsxEy1IZClusQlSI2Yra+Dr9165d4eULz1izkL+v4q/N/QPU42eiBql6i3+YQ 3jVl7r7ed8gs5BwLY5H4h+5IMzVlm53THU2JamlKseucANAw14xvHY8W5xYp2bg3PonO 2xPw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697835500; x=1698440300; 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=zw6r8z/sHOCp2wJoDuUlKQGoZrfumFRB4ZxgJpveVj8=; b=T7aZLeUR8VgGdh2Ho1KY+XKMvCcDixLBK5BXx/JqfcmaNsg14OIAfzbuiLwwtPnU2J tXvaGwihNc9l1Ke0tqJF44MmlogvP5oLMuNCeZ+0KMfxo4FHk3ZGeTeFPg3KXDvSOrFl jVI672qmFebBaC7wUeisaweUq1SMYnoPngUMtrdwp/xS+p1iRYvEAakyo0QQ5GicbLnp l+yauY7nhxE1/Ld5wAHW86x4xTcK094M2yxAM88FqwZSbMDQT+/1iD/HrRA/cZ98tmT/ 1yKr//gItWVHFbb5HeGmyWELxx0gDoaVIntKPb+CPe73FwaHsX5QZb6UIQcmb2770Ktt k5/A== X-Gm-Message-State: AOJu0YxE2dmSSs8uGXh7+DRobfqFftSBEz9tAc73zBCszFGyLtWyCleb QTuzQimPORLLbTVHFqCqfrEL1STGvD8P4NcjlHY2NA== X-Google-Smtp-Source: AGHT+IF+W8Or671rgPliEE8hWfoU25wHUe2ItcXOSkmDYv9NoPUWN2Ry3V1ux0jbNuX3hDE7goa14g== X-Received: by 2002:a17:902:ed55:b0:1c5:b4a1:ff6 with SMTP id y21-20020a170902ed5500b001c5b4a10ff6mr3057119plb.45.1697835500203; Fri, 20 Oct 2023 13:58:20 -0700 (PDT) Received: from hermes.local (204-195-126-68.wavecable.com. [204.195.126.68]) by smtp.gmail.com with ESMTPSA id u17-20020a170902e5d100b001c61512f2a6sm1930961plf.220.2023.10.20.13.58.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 20 Oct 2023 13:58:19 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Erik Gabriel Carrillo Subject: [PATCH v5 11/26] timer: remove experimental from rte_timer_next_ticks Date: Fri, 20 Oct 2023 13:57:44 -0700 Message-Id: <20231020205759.195126-12-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20231020205759.195126-1-stephen@networkplumber.org> References: <20230808173527.186042-1-stephen@networkplumber.org> <20231020205759.195126-1-stephen@networkplumber.org> MIME-Version: 1.0 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; -};