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 F0FF1A32A8 for ; Sat, 26 Oct 2019 20:14:20 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9408D1BF6D; Sat, 26 Oct 2019 20:14:19 +0200 (CEST) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id D25081BF6B for ; Sat, 26 Oct 2019 20:14:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1572113657; 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: in-reply-to:in-reply-to:references:references; bh=ZVG9Lyo8GYhTvgExy3MGNsGgczy2DBzFlFq1xj0Rrkg=; b=VP5rhLZIHk+mrOXBX3rG8XCNqyFP4yt3JGK2NFaw5n/gC1BC89/VBrumBpN2NtofW8Yv9h kN9SEmCYaP21vq0JmUHqJZVOiC765xIGKG+NRxdbTJP1ouGLnTFVX3eHfiV2GWVTq3AzL9 tX2ukiCbokJ1RCOc/3NwbyfeLHQp1j8= 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-323-2itP78M9NK6fQKDFiuv9eg-1; Sat, 26 Oct 2019 14:14:15 -0400 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id AF8BE107AD31; Sat, 26 Oct 2019 18:14:14 +0000 (UTC) Received: from [10.36.116.28] (ovpn-116-28.ams2.redhat.com [10.36.116.28]) by smtp.corp.redhat.com (Postfix) with ESMTP id F396360C4B; Sat, 26 Oct 2019 18:14:09 +0000 (UTC) To: David Marchand , dev@dpdk.org Cc: stephen@networkplumber.org, anatoly.burakov@intel.com, thomas@monjalon.net, Neil Horman , John McNamara , Marko Kovacevic References: <1571736761-32134-1-git-send-email-david.marchand@redhat.com> <1572011772-23271-1-git-send-email-david.marchand@redhat.com> <1572011772-23271-13-git-send-email-david.marchand@redhat.com> From: Kevin Traynor Message-ID: <3963cde8-ff96-fbb2-37de-9cf6d040b393@redhat.com> Date: Sat, 26 Oct 2019 19:14:09 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.1 MIME-Version: 1.0 In-Reply-To: <1572011772-23271-13-git-send-email-david.marchand@redhat.com> Content-Language: en-US X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-MC-Unique: 2itP78M9NK6fQKDFiuv9eg-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH v3 12/12] doc: announce global logs struct removal from ABI 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 25/10/2019 14:56, David Marchand wrote: > New accessor has been introduced to provide the hidden information. > This symbol can now be kept internal. > > Signed-off-by: David Marchand > --- > doc/guides/rel_notes/deprecation.rst | 4 ++++ > 1 file changed, 4 insertions(+) >=20 > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/= deprecation.rst > index cf7744e..3aa1634 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -34,6 +34,10 @@ Deprecation Notices > =20 > + ``rte_eal_devargs_type_count`` > =20 > +* eal: The ``rte_logs`` struct and global symbol will be made private to > + remove it from the externally visible ABI and allow it to be updated i= n the > + future. > + > * vfio: removal of ``rte_vfio_dma_map`` and ``rte_vfio_dma_unmap`` APIs = which > have been replaced with ``rte_dev_dma_map`` and ``rte_dev_dma_unmap`` > functions. The due date for the removal targets DPDK 20.02. >=20 Acked-by: Kevin Traynor