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 A873BA053A; Tue, 4 Aug 2020 16:29:24 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 102671BFF5; Tue, 4 Aug 2020 16:29:24 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id B9F372BE2 for ; Tue, 4 Aug 2020 16:29:21 +0200 (CEST) IronPort-SDR: NwbgYFH0FlG1GHWZ4NOYmMR4PDTmiux2i9RIsUPCX7X07GTp7fPp8wVDXB4NBWDrNkbmNxGG6j Pkzh/zQW/srA== X-IronPort-AV: E=McAfee;i="6000,8403,9703"; a="152281896" X-IronPort-AV: E=Sophos;i="5.75,434,1589266800"; d="scan'208";a="152281896" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Aug 2020 07:29:20 -0700 IronPort-SDR: CvXZ+K+IGxquoQWpYnQBWsMY561GteOUhLJbdc3bdRPJhsiFy9BSmZju8m1wi4uPWBc5csolGX aIVfUytFMtjQ== X-IronPort-AV: E=Sophos;i="5.75,434,1589266800"; d="scan'208";a="467087599" Received: from mschunte-mobl1.ger.corp.intel.com (HELO bricha3-MOBL.ger.corp.intel.com) ([10.252.38.45]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 04 Aug 2020 07:29:18 -0700 Date: Tue, 4 Aug 2020 15:29:15 +0100 From: Bruce Richardson To: David Marchand Cc: dev@dpdk.org, thomas@monjalon.net Message-ID: <20200804142915.GB1704@bricha3-MOBL.ger.corp.intel.com> References: <20200804140717.8659-1-david.marchand@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200804140717.8659-1-david.marchand@redhat.com> Subject: Re: [dpdk-dev] [PATCH] doc: announce internal hotplug structure removal 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 Tue, Aug 04, 2020 at 04:07:17PM +0200, David Marchand wrote: > rte_dev_event has never been used outside of the EAL. > No point in exposing it. > > Signed-off-by: David Marchand > --- > doc/guides/rel_notes/deprecation.rst | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst > index 24808c002c..9f73297173 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -27,6 +27,9 @@ Deprecation Notices > remove it from the externally visible ABI and allow it to be updated in the > future. > > +* eal: The ``rte_dev_event`` structure will be made private to the EAL as no > + public API makes use of it. > + > * rte_atomicNN_xxx: These APIs do not take memory order parameter. This does > not allow for writing optimized code for all the CPU architectures supported > in DPDK. DPDK will adopt C11 atomic operations semantics and provide wrappers > -- Acked-by: Bruce Richardson