From patchwork Tue Aug 8 17:35:24 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 129962 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 E71C74300E; Tue, 8 Aug 2023 19:37:44 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B36A7432AE; Tue, 8 Aug 2023 19:36:00 +0200 (CEST) Received: from mail-pf1-f175.google.com (mail-pf1-f175.google.com [209.85.210.175]) by mails.dpdk.org (Postfix) with ESMTP id 60CBE4326B for ; Tue, 8 Aug 2023 19:35:56 +0200 (CEST) Received: by mail-pf1-f175.google.com with SMTP id d2e1a72fcca58-68706b39c4cso4193916b3a.2 for ; Tue, 08 Aug 2023 10:35:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20221208.gappssmtp.com; s=20221208; t=1691516155; x=1692120955; 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=X0jbRkbSJNut5SdiFe+x3s0HAl9w4pw6IXKR4z+tCi4=; b=2UFc1xIna7v2uqpbgoPN59r0CwMnnut7mzhGbzkKj8YXRgc/S2k5zEA9gHGAGKHQwh J/2Rm/gyeNPiVGvbxvzHd4ldJbD3M+SG1YP4tSQc2etG7IUj/8HzpE1eRo+/0za7VhwK 7ZsoSf5sEHG5+pur4fu/mmGXATAuMOc/oQdmx0CAB7kngaItYUCX3ABPGHXM3sqQlD7U OtFVssjF1DT+Js/Mpd98m7KVBsUgMkfw1dfiWeLgA/hJWlYg9Ueb8oQpZsgnWvaHT0dl w70cvYFDGnh+6YV84HLO06c9jpbQoI6MP3ZFbwGZtk4i20lIBY9DA1WUBk4AnLUNIIb1 CcZw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691516155; x=1692120955; 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=X0jbRkbSJNut5SdiFe+x3s0HAl9w4pw6IXKR4z+tCi4=; b=kFdwV5WZv2k1A1bII886xlgyHu9++YnmoxivlUBydrRP5adjEFczulDunwkT/qICBm /CSMf8vN7Xbh1jgP2ICEIFgQ4WVxwJ/jWBr2o7Lj8rHj6pPsoxpjGaA9bZJa22jo+A9+ OECchukYuYQPEAYSws/oL/GQYK68d0VjZ1Nn4Rr+lAav3aI7NV7TiPv+PiAjipLGM/VC aU7yYmO3jpo70YJwcvspT846t5KpwHb5KOKm8SThoIQuFhWCxogCHEySIbT/Cmhr6dpI LvDXg67GzFiOT679sr1t+rfm+hn3XI05fct2uuUEMvguA4yWAIMk+GX3hp8p1wrpAbSG b5qw== X-Gm-Message-State: AOJu0YzspWB4cUqVS3wejPmCfQ1TLisaofsVZ3HdG6GdJ+Cof4TznWlI KR0xzmWRMliQbyJShXe8Z78ceg4YHEttuDSySTDF2A== X-Google-Smtp-Source: AGHT+IETrzHxevYe6AIJ39Rs80cVtjSIun8ZjAptY8M2/nAIHAjP4idWn5R7gemLwgW+NZiOLORtkg== X-Received: by 2002:a05:6a00:1492:b0:687:4fcf:8fcd with SMTP id v18-20020a056a00149200b006874fcf8fcdmr212497pfu.18.1691516155397; Tue, 08 Aug 2023 10:35:55 -0700 (PDT) Received: from hermes.local (204-195-127-207.wavecable.com. [204.195.127.207]) by smtp.gmail.com with ESMTPSA id m13-20020aa7900d000000b00682562bf479sm8328945pfo.53.2023.08.08.10.35.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Aug 2023 10:35:54 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Olivier Matz Subject: [PATCH 17/20] kvargs: remove experimental flag Date: Tue, 8 Aug 2023 10:35:24 -0700 Message-Id: <20230808173527.186042-18-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230808173527.186042-1-stephen@networkplumber.org> References: <20230808173527.186042-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 The function rte_kvargs_get_with_value was added in 21.11 so experimental flag can be removed. Signed-off-by: Stephen Hemminger --- lib/kvargs/rte_kvargs.h | 4 ---- lib/kvargs/version.map | 8 +------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/lib/kvargs/rte_kvargs.h b/lib/kvargs/rte_kvargs.h index 4900b750bc0b..36804cfb1543 100644 --- a/lib/kvargs/rte_kvargs.h +++ b/lib/kvargs/rte_kvargs.h @@ -145,9 +145,6 @@ void rte_kvargs_free(struct rte_kvargs *kvlist); const char *rte_kvargs_get(const struct rte_kvargs *kvlist, const char *key); /** - * @warning - * @b EXPERIMENTAL: this API may change without prior notice - * * Get the value associated with a given key and value. * * Find the first entry in the kvlist whose key and value match the @@ -167,7 +164,6 @@ const char *rte_kvargs_get(const struct rte_kvargs *kvlist, const char *key); * NULL if no key matches the input, * a value associated with a matching key otherwise. */ -__rte_experimental const char *rte_kvargs_get_with_value(const struct rte_kvargs *kvlist, const char *key, const char *value); diff --git a/lib/kvargs/version.map b/lib/kvargs/version.map index 387a94e725cf..cda85d171f32 100644 --- a/lib/kvargs/version.map +++ b/lib/kvargs/version.map @@ -4,16 +4,10 @@ DPDK_24 { rte_kvargs_count; rte_kvargs_free; rte_kvargs_get; + rte_kvargs_get_with_value; rte_kvargs_parse; rte_kvargs_parse_delim; rte_kvargs_process; local: *; }; - -EXPERIMENTAL { - global: - - # added in 21.11 - rte_kvargs_get_with_value; -};