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 D37E2A04BB; Tue, 6 Oct 2020 10:31:16 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D79362C6E; Tue, 6 Oct 2020 10:30:56 +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 451EC2C54 for ; Tue, 6 Oct 2020 10:30:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1601973053; 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=KAr+sQIw3sUlCltJOVfF+Pt3syKyTJPxWNCoI3vdBIY=; b=DVVphhrZtlMkNuvXDz7UPvaeYCWxcqTjW9MFlDfgMOQz+EBIn+ZSu8jEe2/2WSka/qh/gp LHKUup+9qL2rwV+ZaYKgTuolQVx7Hjn4d1POwvdpfNXsINL7ikZKKEhzxBQknchg2LmtTP B3vGnfm+DOC2l65d0HmyxOU54a7Mbis= Received: from mail-ua1-f71.google.com (mail-ua1-f71.google.com [209.85.222.71]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-42-7WMOI7sxP6W0YTIKOs3GsQ-1; Tue, 06 Oct 2020 04:30:50 -0400 X-MC-Unique: 7WMOI7sxP6W0YTIKOs3GsQ-1 Received: by mail-ua1-f71.google.com with SMTP id b1so2095614uad.11 for ; Tue, 06 Oct 2020 01:30:50 -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=KAr+sQIw3sUlCltJOVfF+Pt3syKyTJPxWNCoI3vdBIY=; b=rIsj9BXRAD57866hdbc/HdrY5Td/vkBqYb2myh+fN+QP2WE8K03R6TzRuovVzcKF+B TGEDPs6EnXf6UQ2II7U6ET3lTC7m4AXJQHkqpEHBOKftm9w9jArFLArdAZl68U+73pzD n2CrmFWiLQnm/pIv3LfNlwBhVZviFxBur7ryFJnb3WhsWOxatwLV6QcHPt3U2TtU0CPw Bbb+e0bJmNJsIkT4cwYvuFl7a6glV7NCDZ44GW2w2iJUiJO/kwvSysGGdbWYboRqFCE9 ryDYv0teFYEWQ/y3Vnr6ozqe7ZpAJg8UntLetMaK0fX+f5GIBdfYS9Vtcvy5wrWMTw1f alkA== X-Gm-Message-State: AOAM533VJQx+/v82Hk9elP+N9JjYXO+C96V3nBFHlacbcZeG7j+GMLVr STIZiBY9U38iQnZMEQVTvTBP/RjQtYcybx6xIvrJfzQWdka49f5e202vR4XNlx5xvHZUSysa3am utV6X7ZtxrLNflR/elLI= X-Received: by 2002:ab0:5926:: with SMTP id n35mr2116933uad.126.1601973049540; Tue, 06 Oct 2020 01:30:49 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwwh3BjrUiDDoOM8h2HtHuBWEKU6ypqikFgNQbc5NknOa5VJ8cN5+3g2KulEdZoxeX5y1FzXf3LM8kGJQ7yphY= X-Received: by 2002:ab0:5926:: with SMTP id n35mr2116921uad.126.1601973049342; Tue, 06 Oct 2020 01:30:49 -0700 (PDT) MIME-Version: 1.0 References: <20200911054534.55378-1-joyce.kong@arm.com> In-Reply-To: <20200911054534.55378-1-joyce.kong@arm.com> From: David Marchand Date: Tue, 6 Oct 2020 10:30:38 +0200 Message-ID: To: Joyce Kong Cc: Thomas Monjalon , Honnappa Nagarahalli , Phil Yang , "Ruifeng Wang (Arm Technology China)" , dev , nd , "Ananyev, Konstantin" , David Christensen , Ray Kinsella , Bruce Richardson , Jerin Jacob Kollanukkaran 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 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 > > MAINTAINERS | 4 +- > lib/librte_eal/include/generic/rte_mcslock.h | 16 ------ > lib/librte_eal/include/generic/rte_pause.h | 12 ----- > .../include/generic/rte_ticketlock.h | 9 ---- > lib/librte_rcu/rte_rcu_qsbr.h | 52 ------------------- > lib/librte_rcu/rte_rcu_version.map | 11 +++- > 6 files changed, 11 insertions(+), 93 deletions(-) > Series applied, thanks. -- David Marchand