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 4B01843011; Wed, 9 Aug 2023 02:12:25 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8C02443298; Wed, 9 Aug 2023 02:10:51 +0200 (CEST) Received: from mail-pl1-f176.google.com (mail-pl1-f176.google.com [209.85.214.176]) by mails.dpdk.org (Postfix) with ESMTP id 470B843284 for ; Wed, 9 Aug 2023 02:10:46 +0200 (CEST) Received: by mail-pl1-f176.google.com with SMTP id d9443c01a7336-1bc02bd4eafso53252305ad.1 for ; Tue, 08 Aug 2023 17:10:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20221208.gappssmtp.com; s=20221208; t=1691539845; x=1692144645; 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=LkkOkSKkpMj+sNyeQbBRtAF9eaZIHhNd1gJYpMHIY6uDeTvedPB+M1B8cHhgcuI37y gQXd1oK53E+/u8HvgNPbxetTdmlFV1d+EYR9mZXg6KFLYLuyzDWkFebjC4L8SujIjAT7 vNVZGoTZjVjiobWZZijA6VPkiQBCZjNUMl924s/nI9pYggnRgY+H/CBPAvgkQ4n6kjdC MvAHpD4aEj2e07mA+t9Ycph8c3bgOG4iTtMBNgQ7RCWq7Gp+qF4vxC/aoMlKzzfxdG7D /WdGs4HZYMyDHkzG6tZnQtXdFVX4FzSz186esaJ36wJC/84WcTeANwzh9sCmrlnqfCtr zfcw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691539845; x=1692144645; 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=M7JX7AU5QbTx6j0qaDbaZsZDdRJq55hkeTvX9Od5ENqXrutoGMjKPhlRuMPDvMUqqP WmdEl2aGkf9PoMFjZUAhkpqJsHo0F4OQ/NiFdwmfA2/kOZVlfthFRUjkmMsX020apyUk 1vapmN6vLdVhaoMgBULMtj5H7hBLh6Q+Hunu0iyirCP4V/GkgNea393rkHINPOPBtDzZ U4JqRPsOVjySHL703k1AqTkXjq2uwMtRhcCSZItZ/2mEgJIf4/NYIhYUOU8nGFT8UEl4 DQF6vNHY6VEBJq0rVk4mGXCBNiZdL/Kgc1EmeAOu4guqrh3U1GYS3hihorDwvmlI465r DiWg== X-Gm-Message-State: AOJu0YyS275H/u8gb+kBfarNDQv7n5dTniLu267QKeXLFMbfYTkeqEi+ 0vmZv1rIJZZJhHNaYqa2emLp1Bb4ELuLoOpnU40BeA== X-Google-Smtp-Source: AGHT+IFBYQpFDDLbsFYR7iBPmICGSmjTsDyNh5l01NcOYmhut1IOziNxtv3p+NsKhXG1Ji95nyXFqA== X-Received: by 2002:a17:902:db0a:b0:1b8:76ce:9d91 with SMTP id m10-20020a170902db0a00b001b876ce9d91mr1476495plx.1.1691539845332; Tue, 08 Aug 2023 17:10:45 -0700 (PDT) Received: from hermes.local (204-195-127-207.wavecable.com. [204.195.127.207]) by smtp.gmail.com with ESMTPSA id ix11-20020a170902f80b00b001bc676df6a9sm5745629plb.132.2023.08.08.17.10.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Aug 2023 17:10:44 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Olivier Matz Subject: [PATCH v2 17/29] kvargs: remove experimental flag Date: Tue, 8 Aug 2023 17:10:05 -0700 Message-Id: <20230809001017.293037-18-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230809001017.293037-1-stephen@networkplumber.org> References: <20230808173527.186042-1-stephen@networkplumber.org> <20230809001017.293037-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 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; -}; -- 2.39.2