From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id AE323A04C0; Fri, 25 Sep 2020 16:12:27 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EE0AE1E965; Fri, 25 Sep 2020 16:12:25 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by dpdk.org (Postfix) with ESMTP id 8211E1E964 for ; Fri, 25 Sep 2020 16:12:24 +0200 (CEST) Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1601043143; 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=dbSuGJUN2xYbEbhhV/5oJ7zfO60wcxWBRhEmjnA5E8Y=; b=jV5UlSXM2fAXhvaZQQV841zqrs0ukF//gKjoUhKpZFk6om1FFe9LccZtzkDAoR4ykLt5EP Cw2j/zzZxaEMlL3c136DSxzPY595af60jnQ9ScijIMf46qMPSS3asRYFF5VbSudkyawOk0 mbtrz6y/26M17iHE7FwLgYrqKiNswtc= Received: from mail-vs1-f72.google.com (mail-vs1-f72.google.com [209.85.217.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-574-LwAzBlJ3MauzgD8At-lmxg-1; Fri, 25 Sep 2020 10:12:21 -0400 X-MC-Unique: LwAzBlJ3MauzgD8At-lmxg-1 Received: by mail-vs1-f72.google.com with SMTP id v67so745865vsb.12 for ; Fri, 25 Sep 2020 07:12:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=dbSuGJUN2xYbEbhhV/5oJ7zfO60wcxWBRhEmjnA5E8Y=; b=tfg2EMgopeH4oco/WthrHkS3gL5iYiw/FdSpW4FLJNTYH1FFZlcOUVg9sNayWng2LJ dzwSonJlmpzTT3JC3OLoEyaLgAzcu2WO9D7mn41yuzYjUyQMzx/gIlO6SjW+eFpIdro4 Frk65Svsb8qVGqf3hcXTGGN4tPecY8UqFdfHXHKe0iBae96xyy/H/nGYUVuPx1SHZspw KojLO/auL9n9luqqVCWG3rWwdXSM3IzmTDqUvnXWwkdh6HW0OvdmAtkAL2DFTYLsfACf XKjZNk71lz1SwNxoZBH/zcMSuZYrRF/CfPXpMiYOxlNvdxzLy1Qok4rIIJNbcruCK0so jXnQ== X-Gm-Message-State: AOAM533A2PxB3rlT/gJ5FkambKHdcqxJ8lT2qzNoD/9oi+5JlyuYwUE0 /dCqAlwrSPa6FZONnvzh2RDe0uy8qZxFBFRoKXyx4LgF3eTST/LZUEszQhpbUIIlAxi7U/S7xqB cn+igVOI+VZiQz23+S8E= X-Received: by 2002:a1f:e905:: with SMTP id g5mr2810127vkh.17.1601043141032; Fri, 25 Sep 2020 07:12:21 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw6rk7MSXMSohpCF0EeTpU+mWeijereALYfk7/uBqwffwwUH+1FxyYlVaxVI9ATXqU+ZF3UXbT5r86A8EAzv+Q= X-Received: by 2002:a1f:e905:: with SMTP id g5mr2810097vkh.17.1601043140791; Fri, 25 Sep 2020 07:12:20 -0700 (PDT) MIME-Version: 1.0 References: <20200911054534.55378-1-joyce.kong@arm.com> In-Reply-To: From: David Marchand Date: Fri, 25 Sep 2020 16:12:09 +0200 Message-ID: To: David Christensen , Bruce Richardson , "Ananyev, Konstantin" Cc: Thomas Monjalon , Honnappa Nagarahalli , Phil Yang , "Ruifeng Wang (Arm Technology China)" , dev , nd , Joyce Kong , Jerin Jacob Kollanukkaran , Jan Viktorin 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 0/4] remove experimental tags from APIs X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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, Sep 16, 2020 at 7:09 PM David Marchand wrote: > > On Fri, Sep 11, 2020 at 7:46 AM Joyce Kong wrote: > > > > Experimental tags can be removed from APIs in module: ticket lock, > > MCS lock, pause (wait until equal APIs), and RCU (except for defer > > queue APIs) as they have been aroud four releases. > > > > Joyce Kong (4): > > eal/ticketlock: remove experimental tag > > eal/mcslock: remove experimental tag > > rcu: remove experimental tag from QSBR mechanism > > eal/pause: remove experimental tag from wait until equal > > This series seems good to me but I prefer to ask other arch maintainers. > Are you fine with those API being marked as stable (especially the > wait until equal API)? Going twice... -- David Marchand