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 F3E6AA053B; Fri, 17 Jul 2020 16:33:11 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B5F261BF8D; Fri, 17 Jul 2020 16:33:10 +0200 (CEST) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.61]) by dpdk.org (Postfix) with ESMTP id 65C601BF67 for ; Fri, 17 Jul 2020 16:33:09 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1594996388; 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=ouCft/J7uMHYjkYSUzjGU4VkYksIC1J7BN2gMEbnzfQ=; b=NJw5M56iuRVhov7e68j4xG7MWBFTSPda+yDkxKpJ2ToMAlufFHzYIXYrmrPaMNnkPt/upM nDaG6P0L3f1iXiAymrLkk9ZdiJBQyyCwbdeJ4YBWY0RidiBA4tmTD59M8Q65pdz+qrAURO Pc2KmqGsWDAuMLLvNSzJZOC9eMp1yRI= 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-354-2DZqqy5rMoiuhQNBl7oDDg-1; Fri, 17 Jul 2020 10:32:58 -0400 X-MC-Unique: 2DZqqy5rMoiuhQNBl7oDDg-1 Received: by mail-vs1-f72.google.com with SMTP id l25so1805546vsr.21 for ; Fri, 17 Jul 2020 07:32:58 -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=ouCft/J7uMHYjkYSUzjGU4VkYksIC1J7BN2gMEbnzfQ=; b=J3+LqAHwBalOY8FdFgheqrA94W0eCe+dYCYQHfpQKwmT9WPziywYBYhhzNjDp9FLD1 PPDPTt4bds27y1wsHxdiHrI9gZ/8RmFEWVgd9dbRRNk9ZLa2YefVepMImL/XECVGEAw5 HWXHP/5PBGt/TnyJ1dA69EitGMBT6Z9TO50Z79e+x7MHV/6zQNC6aOy8bQO/M5skjDr9 aqzkyFI/IcPuR/c8OdeAPzO6sr+ewoPQJm4RHKVoiqXpHp+85CCuJ/rB0bJYx8kNz1D5 3VfFx3o0N3OZPZ6KRYJLw00M5JY/obIjn77ZINe/wk8ldb6Qj40smpEn6yyCZBLBwNbc Md0Q== X-Gm-Message-State: AOAM530VnTxa6mPxHmAqT1SD2S009EEzulFLMfUTOoNIHWTnKQ95fq6M NB1XXjyL/l1FVf2vpVeXYp8KYQrv/W5GnUZiDA6urKb+/XIAMlu6zp9YwHEgM3aXC4/3p3/B5gA 3njHuWa9+WqsEWigYiEo= X-Received: by 2002:a67:26c2:: with SMTP id m185mr7499576vsm.39.1594996378013; Fri, 17 Jul 2020 07:32:58 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy+3f2I87z+Iq0Gf5kd6+XfnOf7W8Nxvas5nm1RUXeM1Tum6Qp0GJJq1F2IifKeWyqjnccrQCliITk0roMxXf4= X-Received: by 2002:a67:26c2:: with SMTP id m185mr7499538vsm.39.1594996377691; Fri, 17 Jul 2020 07:32:57 -0700 (PDT) MIME-Version: 1.0 References: <1594310331-23345-1-git-send-email-phil.yang@arm.com> <1594960611-19470-1-git-send-email-phil.yang@arm.com> <1594960611-19470-2-git-send-email-phil.yang@arm.com> In-Reply-To: <1594960611-19470-2-git-send-email-phil.yang@arm.com> From: David Marchand Date: Fri, 17 Jul 2020 16:32:46 +0200 Message-ID: To: Phil Yang Cc: dev , Olivier Matz , Stephen Hemminger , David Christensen , Honnappa Nagarahalli , "Ruifeng Wang (Arm Technology China)" , nd , Ray Kinsella , Neil Horman , John McNamara , Marko Kovacevic X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v5 2/2] doc: announce deprecation of refcnt atomic member 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, Jul 17, 2020 at 6:37 AM Phil Yang wrote: > > refcnt_atomic member in structures rte_mbuf and rte_mbuf_ext_shared_info > will be deprecated in 20.11 release. > > Suggested-by: Honnappa Nagarahalli > Signed-off-by: Phil Yang > Acked-by: Konstantin Ananyev > --- > doc/guides/rel_notes/deprecation.rst | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst > index a58a179..99c9806 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -129,6 +129,12 @@ Deprecation Notices > in "rte_sched.h". These changes are aligned to improvements suggested in the > RFC https://mails.dpdk.org/archives/dev/2018-November/120035.html. > > +* mbuf: ``refcnt_atomic`` member in structures ``rte_mbuf`` and > + ``rte_mbuf_ext_shared_info`` is of type ``rte_atomic16_t``. Due to adoption > + of C11 atomic builtins it will be of type ``uint16_t``. ``refcnt_atomic`` > + will be removed in 20.11. It will be replaced with ``refcnt`` of type > + ``uint16_t``. > + > * metrics: The function ``rte_metrics_init`` will have a non-void return > in order to notify errors instead of calling ``rte_exit``. > > -- > 2.7.4 > Acked-by: David Marchand -- David Marchand