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 F18E4A32A4 for ; Fri, 25 Oct 2019 17:30:30 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B87E61C2E9; Fri, 25 Oct 2019 17:30:30 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 0A1031C2E8 for ; Fri, 25 Oct 2019 17:30:29 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Oct 2019 08:30:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,229,1569308400"; d="scan'208";a="373584449" Received: from aburakov-mobl1.ger.corp.intel.com (HELO [10.237.220.104]) ([10.237.220.104]) by orsmga005.jf.intel.com with ESMTP; 25 Oct 2019 08:30:26 -0700 To: David Marchand , dev@dpdk.org Cc: stephen@networkplumber.org, thomas@monjalon.net, ktraynor@redhat.com, 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: "Burakov, Anatoly" Message-ID: <4a3abae3-1090-afd1-ce76-7795907210da@intel.com> Date: Fri, 25 Oct 2019 16:30:25 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: <1572011772-23271-13-git-send-email-david.marchand@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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-Oct-19 2:56 PM, 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(+) > > 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 > > + ``rte_eal_devargs_type_count`` > > +* 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 in 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. > Acked-by: Anatoly Burakov -- Thanks, Anatoly