From patchwork Fri Sep 11 07:35:50 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Phil Yang X-Patchwork-Id: 77340 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 111DBA04B5; Fri, 11 Sep 2020 09:36:27 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EA64C1C0D9; Fri, 11 Sep 2020 09:36:26 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by dpdk.org (Postfix) with ESMTP id 174271C0DA for ; Fri, 11 Sep 2020 09:36:26 +0200 (CEST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 689BF113E; Fri, 11 Sep 2020 00:36:25 -0700 (PDT) Received: from phil-VirtualBox.shanghai.arm.com (phil-VirtualBox.shanghai.arm.com [10.169.182.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id D6CA73F73C; Fri, 11 Sep 2020 00:36:22 -0700 (PDT) From: Phil Yang To: konstantin.ananyev@intel.com, david.marchand@redhat.com, olivier.matz@6wind.com, dev@dpdk.org Cc: Honnappa.Nagarahalli@arm.com, Ruifeng.Wang@arm.com, nd@arm.com Date: Fri, 11 Sep 2020 15:35:50 +0800 Message-Id: <1599809752-25256-1-git-send-email-phil.yang@arm.com> X-Mailer: git-send-email 2.7.4 Subject: [dpdk-dev] [PATCH 0/2] remove mbuf deprecated filed 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" Remove the deprecated[1] refcnt_atomic member in structures rte_mbuf and rte_mbuf_ext_shared_info. [1] http://code.dpdk.org/dpdk/latest/source/doc/guides/rel_notes/deprecation.rst#L161 Phil Yang (2): mbuf: remove generic mbuf atomically accessed refcnt mbuf: remove external buffer atomically accessed refcnt doc/guides/rel_notes/release_20_11.rst | 2 ++ lib/librte_mbuf/rte_mbuf_core.h | 13 ++----------- 2 files changed, 4 insertions(+), 11 deletions(-)