From patchwork Tue Aug 4 14:07:17 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Marchand X-Patchwork-Id: 75183 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 E132FA053A; Tue, 4 Aug 2020 16:07:38 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3872C29D2; Tue, 4 Aug 2020 16:07:38 +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 38EA02AB for ; Tue, 4 Aug 2020 16:07:36 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1596550055; 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: content-transfer-encoding:content-transfer-encoding; bh=6eflRkMJlKKqIjK+5WMGw0Rt9nkF+03qeoqLnzkhMDI=; b=NjYoRIDC3gWcz/lvkLY4TVltFNO9Vgx5YBZsy/CBeRXLJA0l+14vTLHm+4NcqY2hBKIdlA LYJrz8JD4Lt0dqcG5BR3yNQj+ykV6a1pWrgSnWpJpmMsa+RzAdc1rEPLNL3ZnOhlZJPiFI K9l6snjD1v8EmNoadsWFVw41UIPk9Js= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-164-Tn6ys5qrNLGK6pdHg4rnoA-1; Tue, 04 Aug 2020 10:07:33 -0400 X-MC-Unique: Tn6ys5qrNLGK6pdHg4rnoA-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 9E1C079EC4; Tue, 4 Aug 2020 14:07:32 +0000 (UTC) Received: from dmarchan.remote.csb (unknown [10.40.193.204]) by smtp.corp.redhat.com (Postfix) with ESMTP id A90F05DA33; Tue, 4 Aug 2020 14:07:31 +0000 (UTC) From: David Marchand To: dev@dpdk.org Cc: thomas@monjalon.net Date: Tue, 4 Aug 2020 16:07:17 +0200 Message-Id: <20200804140717.8659-1-david.marchand@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Subject: [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" rte_dev_event has never been used outside of the EAL. No point in exposing it. Signed-off-by: David Marchand Acked-by: Bruce Richardson Acked-by: Andrew Rybchenko Acked-by: Ray Kinsella --- 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