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 40485A0C55; Thu, 14 Oct 2021 00:42:04 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 06C3C40041; Thu, 14 Oct 2021 00:42:04 +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 6BEA94003E for ; Thu, 14 Oct 2021 00:42:02 +0200 (CEST) Received: by mail-pl1-f175.google.com with SMTP id w14so2823529pll.2 for ; Wed, 13 Oct 2021 15:42:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=kBiE6ZsMn6P9e2e6TSYDJD5e4Wz6YgzMx9hi8wZD/CE=; b=Cqc70yyl//q8/fSJv4r02VKJ6+8JnUg+ZGl/oV3fgwKSmvGCBlHy2cD+f1P9ZOjS3+ yZ2frBwQ8QEOe7rZICcyCF7z0BHXWapNyJAfcw08TdAkqCXoopNperv29pyVLppkHPky DMFNZS5dTsFf639Wm+rFJRKeHdtqMROmYHkHdaXXBU3nj2C/+jcVEeWqWm9Q7YSBxned p2bEpVkltf8f5ieAKqdh3QvA2MWCW+RNOehsGxPynkXp6LAFAz/m0/bcBwtM1smyae74 jOHqz9KTM1+6Vq47E33rHf+yGRcmA7TM5iqYIUgcBxkelK3DuAk1h6WD8wrA7MfgdiUh QMSA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=kBiE6ZsMn6P9e2e6TSYDJD5e4Wz6YgzMx9hi8wZD/CE=; b=xk3trub1jDBu8nIIZt501q5xU2/bnJSerJ7PyqcnAElY1+t/+jijXrTVD6EfqwreYF Ie+dHJILjQ3Vw4umk1VrE4WftrI8L10+iDTiflvYIK2pwD20eZOyE1SZ+WfHRT09ymVM riadpY8R0faGu/zyrOBBhVn1cAZv69XsPei+sOI6CVFalsrkAYqDQo6C0F7CJj3dV7v7 a+gfibHQMYZzzIaUTJ7bkImxCaNlNFFpeKEB1mlwTLHf41WfkQOoVcRFbCRNwxGngAkv olL1o5ip8akc8b5IyogZyGXSp2aHEeuRBIWLVi66171Wf7uanv89+dkZdv8kYqFb4NMo GOiA== X-Gm-Message-State: AOAM530euubHNwKierXppyplZTbUoFk7ZpLiQkgMKHDfcsfoeM65YlDF eN8EKjJX54oneach5VFn4V8o9A== X-Google-Smtp-Source: ABdhPJx4x5de06JcpO/ZErvP93Jlkpvim/mnjRnIZ8+QEw/gdbhLk32mLUua6RGIgpQu9RK0A4FqkA== X-Received: by 2002:a17:90a:c087:: with SMTP id o7mr16610182pjs.30.1634164921437; Wed, 13 Oct 2021 15:42:01 -0700 (PDT) Received: from hermes.local (204-195-33-123.wavecable.com. [204.195.33.123]) by smtp.gmail.com with ESMTPSA id i13sm7380708pjh.0.2021.10.13.15.42.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Oct 2021 15:42:00 -0700 (PDT) Date: Wed, 13 Oct 2021 15:41:58 -0700 From: Stephen Hemminger To: Honnappa Nagarahalli Cc: dev@dpdk.org, mdr@ashroe.eu, yipeng1.wang@intel.com, dharmik.thakkar@arm.com, nd@arm.com Message-ID: <20211013154158.280d5db8@hermes.local> In-Reply-To: <20211013213858.16200-1-honnappa.nagarahalli@arm.com> References: <20211013213858.16200-1-honnappa.nagarahalli@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] hash: promote APIs to stable 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 Sender: "dev" On Wed, 13 Oct 2021 16:38:58 -0500 Honnappa Nagarahalli wrote: > --- a/lib/hash/rte_hash.h > +++ b/lib/hash/rte_hash.h > @@ -430,7 +430,6 @@ rte_hash_get_key_with_position(const struct rte_hash *h, const int32_t position, > * - 0 if freed successfully > * - -EINVAL if the parameters are invalid. > */ > -__rte_experimental > int > rte_hash_free_key_with_position(const struct rte_hash *h, > const int32_t position); Need to remove @warning EXPERIMENTAL in comment. What about all the other experimental functions in here? It looks like all of them should be promoted.