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 9E52F43011; Wed, 9 Aug 2023 02:11:33 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CD34A43282; Wed, 9 Aug 2023 02:10:41 +0200 (CEST) Received: from mail-pl1-f170.google.com (mail-pl1-f170.google.com [209.85.214.170]) by mails.dpdk.org (Postfix) with ESMTP id 08B2343279 for ; Wed, 9 Aug 2023 02:10:38 +0200 (CEST) Received: by mail-pl1-f170.google.com with SMTP id d9443c01a7336-1bbc64f9a91so53436085ad.0 for ; Tue, 08 Aug 2023 17:10:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20221208.gappssmtp.com; s=20221208; t=1691539837; x=1692144637; 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=+u6OxF10ar3WBFePFUc4bvCfc/4fbSoRHvu+zrkc95o=; b=bcn83Uk1gpD8jFcDvvILQu/ASq9gAJHqYFdPPl4M2XoJBahpmcyLuuRY8QjC0IbzV7 +XAwRKNZNK/APdPpqrTjLIGagB45SCMgqkJRrL33TcSKyjjb32LhHUo7bBFBbSRqAkHv gwCoJv2SrjRTRE54WxVJ7qPiQ8A+DIsKQAu19WKnHkq+/L3S1Ie1cA0VmExt9SDxWi34 TTUoOmfJ3Q8pKNrPLF9C7LDmNfza1vbNUrqo8UERYSE5uyo9TqOQQmjIbP/pJZwiCTH8 n2Ze96HjDHpiWE93+6iiW/dj4QcKKsYzQbA7E9MykIRtqUyM+EDt8zC20zeO1voi0off DOXA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691539837; x=1692144637; 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=+u6OxF10ar3WBFePFUc4bvCfc/4fbSoRHvu+zrkc95o=; b=VqkjfBslYhBd3D94gWuABP+5w+c8U1rXBx2nGVK15luYGHtJYjKTbar66VnABc6LcW b2nEqhVYlgJeGG7XmJs9hGghzIzRBgAZv1rUy+FRZj2a3N6eFHGpjK+dRLE9sv0su+MA XrXoVa4dF3c60u27SM8VWD3Ni6ACH/lPzbBAIQRcVcdUl47Ku+IxvbbdDVcTphKS+XHh iRqEdi7jnrcLP94301iqoefWsEl2g5Npa8VnejeE2+DUv/TfxAzAP/urnmOBlOb5MOZT +udWatsXq7DyaH0SilteTXbXfw2dU1dQFMTrWasF2TLAIKmlHDTPIV4DfvPXnrXhVrkB VcpQ== X-Gm-Message-State: AOJu0YzkEFCV8F7I63nbpLVYJaJb4bUl2+Uq5MfSMELuIe5gFjyusWAW N8XNYaQy/9QHciau3MxXrIfzGhCRrsLZ6aTs7DVAvQ== X-Google-Smtp-Source: AGHT+IH+Hp51SlyhmgA0MzJoMNfbouegGuUVG5bAbWqqlYwRAo5RpLwN2MFF++HvMh5ZYNCi8ZoxGA== X-Received: by 2002:a17:902:f547:b0:1b8:4baa:52ff with SMTP id h7-20020a170902f54700b001b84baa52ffmr1175783plf.47.1691539837047; Tue, 08 Aug 2023 17:10:37 -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.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Aug 2023 17:10:36 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Bruce Richardson , Vladimir Medvedkin Subject: [PATCH v2 09/29] lpm: remove experimental Date: Tue, 8 Aug 2023 17:09:57 -0700 Message-Id: <20230809001017.293037-10-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 to associate RCU with LPM was added several releases ago. Remove experimental. Signed-off-by: Stephen Hemminger --- lib/lpm/rte_lpm.h | 4 ---- lib/lpm/version.map | 7 +------ 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/lib/lpm/rte_lpm.h b/lib/lpm/rte_lpm.h index 75e27ff164ab..40825c5b8038 100644 --- a/lib/lpm/rte_lpm.h +++ b/lib/lpm/rte_lpm.h @@ -186,9 +186,6 @@ void rte_lpm_free(struct rte_lpm *lpm); /** - * @warning - * @b EXPERIMENTAL: this API may change without prior notice - * * Associate RCU QSBR variable with an LPM object. * * @param lpm @@ -203,7 +200,6 @@ rte_lpm_free(struct rte_lpm *lpm); * - EEXIST - already added QSBR * - ENOMEM - memory allocation failure */ -__rte_experimental int rte_lpm_rcu_qsbr_add(struct rte_lpm *lpm, struct rte_lpm_rcu_config *cfg); /** diff --git a/lib/lpm/version.map b/lib/lpm/version.map index 9ba73b2f938b..b6bee8c18b8a 100644 --- a/lib/lpm/version.map +++ b/lib/lpm/version.map @@ -18,12 +18,7 @@ DPDK_24 { rte_lpm_find_existing; rte_lpm_free; rte_lpm_is_rule_present; + rte_lpm_rcu_qsbr_add; local: *; }; - -EXPERIMENTAL { - global: - - rte_lpm_rcu_qsbr_add; -}; -- 2.39.2