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 676E6A0C47; Tue, 5 Oct 2021 10:20:33 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 513D3412C6; Tue, 5 Oct 2021 10:20:33 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 7C71E40685 for ; Tue, 5 Oct 2021 10:20:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1633422032; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=LbISr11FqgSsevGqM7SjNVo10P0eCtSzVyyYMGsxf14=; b=Go0UC5eJvHQSf/ka32UOdgGElS4rTTFCurtHqYDBrGQRSpSAH4biNzxuF7mfRkwuSak1Hu S+Rwbrbsx9hMG8vsUBZ/B5JY0eV+9iAhrqWrM2c6MS6YhnRMvK2iVeVasrPAJ3ALVWRcgN 46N314BMyp3xoHJfiK8S46T2rrvsgKM= Received: from mail-lf1-f72.google.com (mail-lf1-f72.google.com [209.85.167.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-100-F70mZ3V4PlG8z4rvvZpuMQ-1; Tue, 05 Oct 2021 04:20:30 -0400 X-MC-Unique: F70mZ3V4PlG8z4rvvZpuMQ-1 Received: by mail-lf1-f72.google.com with SMTP id t14-20020ac24c0e000000b003fd392f9a5eso3717591lfq.13 for ; Tue, 05 Oct 2021 01:20:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=LbISr11FqgSsevGqM7SjNVo10P0eCtSzVyyYMGsxf14=; b=5z64mTanJzxDnZ3cdanqFbal6z7XVBYinN+TT5zp3HVazBP7849F4LJE5uC9rKSK7C sviXbjctrfCQ7F/waAxrLq3O9gYzF4VHyoidCp6KseAdD28MFDAQSSO0F5XLyCHBAAnk tGJYAlDWBMfzuhRKU1mCfh8J/1+DqQINv5ZdnL3Vb7BdgJDa+NlVwfewjTZsmB9zWMB1 VcJYsvossrCMnolq1fPb0GuzC1obDRACO0aNdJPBOg92BMASZQFlgDD+h8A/2A6bjonU 8QWa9HPqcvtHR9lbB9E0hh3WVM8sb3LHF1E+xLtz1y9M/ry9gi4HJtdttqGeNqPLk1rL XqkQ== X-Gm-Message-State: AOAM5306FhN6KlsUTdBPlhFDNXwjAKb/bR3aIiy/dXFvniYn1fEhXYEH xzeS2IbK5K4An18epSfXu0ZJkPpddRKN8IbkrWMQl+R+Nsq8UyHmtXJOQ6XOctOPX6mem5BO098 TAIcFC5oLAhkA3Rq06Ss= X-Received: by 2002:a2e:91d4:: with SMTP id u20mr20703507ljg.81.1633422029435; Tue, 05 Oct 2021 01:20:29 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyMd2bKglk/N7lgGPsoPQJx2JbzChtHUahF2bYNOfVO8TjE6ymKW2wW0riUYl/UFR6KvqoUkdcW0EKJ0kosEfs= X-Received: by 2002:a2e:91d4:: with SMTP id u20mr20703493ljg.81.1633422029216; Tue, 05 Oct 2021 01:20:29 -0700 (PDT) MIME-Version: 1.0 References: <20210930160551.2286705-1-sean.morrissey@intel.com> <20211004092218.2387113-1-sean.morrissey@intel.com> In-Reply-To: <20211004092218.2387113-1-sean.morrissey@intel.com> From: David Marchand Date: Tue, 5 Oct 2021 10:20:18 +0200 Message-ID: To: Sean Morrissey Cc: dev , Honnappa Nagarahalli , "Ananyev, Konstantin" Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v2] lib/ring: remove experimental tag from functions 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 Mon, Oct 4, 2021 at 11:22 AM Sean Morrissey wrote: > > These methods were introduced in 20.05. > There has been no changes in their public API since then. > They seem mature enough to remove the experimental tag. > > Signed-off-by: Sean Morrissey > Acked-by: Konstantin Ananyev For future patches Sean, we don't prefix patches with lib/ in the title. Applied, thanks. -- David Marchand