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 41EF9A0529; Thu, 9 Jul 2020 18:39:14 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E3E961E913; Thu, 9 Jul 2020 18:39:13 +0200 (CEST) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by dpdk.org (Postfix) with ESMTP id B1E591E913 for ; Thu, 9 Jul 2020 18:39:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1594312752; 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=zvgF/HyfZwS5WRiBCihphIBRb3duds9Mwn+HfopVeKE=; b=FyDJQLeAMrGEHMMYHpudb8aam3n3VJ84oL7C9xdEx2dCl+L2b68vTLrg58kIlRXZfzORCo 9r/AgTibOGAk2hYmgYGrG4GjTo5HgFCZXx4oDcuRROi9yHSyHBuPuaa8NPB3R0fdrcvMgs pN4JpY5CioItdqKVnTh0QCNHSyB5LT4= Received: from mail-ua1-f72.google.com (mail-ua1-f72.google.com [209.85.222.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-37-t4tSMDaGOI6lZkQYYzS0pA-1; Thu, 09 Jul 2020 12:39:10 -0400 X-MC-Unique: t4tSMDaGOI6lZkQYYzS0pA-1 Received: by mail-ua1-f72.google.com with SMTP id c13so1115257uae.0 for ; Thu, 09 Jul 2020 09:39:10 -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=zvgF/HyfZwS5WRiBCihphIBRb3duds9Mwn+HfopVeKE=; b=aFlGUw/K3AEUqYc0jYRmz6MPdEVonYejS2xp3meJweNaXXVJf5Iv4AA9P48UrXSKlX F8DKnP4LLr0lwIkfP91KGtQLfE/zTOSC+dNyYarpWMuGMMqvrBYph24sy/8jtc4+9WpI oQznLCGnrOfUHPppybbqAwQ+ohss1WjWdTPi7OqlHFplZ8YnPLFyIez7+MIDeQDLdghz 8VYZNGGvkLhP0UtZ+Yn3mxuBcT5G4d1Ixmh+ZYzecICtWINLWGsccOn0dkCMGD7h8hlX E/8SGpf8/XU6sSygXsQxvEhoefGNZM3V9IC8boIwMdAbQ1zneSALjovcMvL8N6gscBvP 4uQA== X-Gm-Message-State: AOAM533OwErJTTIOHa43WWL9Uv01HgzLtjgswM2jqNsTRXj1ge/KqgdT dwEc/AJmT0c4bVMetHuwqT4GJWfWBcxN6ln6yT/6o1A0AcIex1VvSPKy+QN96oUV0bnbwqOJTUg z4dKf1tVoIqbx4cLKc/g= X-Received: by 2002:a67:26c2:: with SMTP id m185mr46921365vsm.39.1594312749892; Thu, 09 Jul 2020 09:39:09 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz9clG043gOrC9kYWoOeUN6fVQu+y7s9MXSC+AW+Jq+UeRWvTgOzGhcrB1NYmnKHcMXhvhfb+Rv8kK48OA8BFM= X-Received: by 2002:a67:26c2:: with SMTP id m185mr46921350vsm.39.1594312749677; Thu, 09 Jul 2020 09:39:09 -0700 (PDT) MIME-Version: 1.0 References: <20200709061212.15931-1-feifei.wang2@arm.com> In-Reply-To: <20200709061212.15931-1-feifei.wang2@arm.com> From: David Marchand Date: Thu, 9 Jul 2020 18:38:58 +0200 Message-ID: To: Feifei Wang Cc: dev , nd , "Ruifeng Wang (Arm Technology China)" 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 0/3] ring clean up 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 Thu, Jul 9, 2020 at 8:12 AM Feifei Wang wrote: > > From: feifei > > Do some work for ring refactoring, which includes: > 1. remove experimental tags > 2. use element APIs to implement legacy APIs > > Feifei Wang (3): > ring: remove experimental tag for ring reset API > ring: remove experimental tag for ring element APIs > ring: use element APIs to implement legacy APIs > > lib/librte_ring/rte_ring.h | 292 +++------------------------ > lib/librte_ring/rte_ring_elem.h | 8 - > lib/librte_ring/rte_ring_version.map | 9 +- > 3 files changed, 34 insertions(+), 275 deletions(-) > Series applied, thanks. -- David Marchand