From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id C5EA44C8F for ; Fri, 10 May 2019 11:31:24 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 May 2019 02:31:23 -0700 X-ExtLoop1: 1 Received: from aburakov-mobl1.ger.corp.intel.com (HELO [10.237.220.27]) ([10.237.220.27]) by fmsmga001.fm.intel.com with ESMTP; 10 May 2019 02:31:21 -0700 To: Erik Gabriel Carrillo , thomas@monjalon.net Cc: stephen@networkplumber.org, david.marchand@redhat.com, bruce.richardson@intel.com, mdr@ashroe.eu, dev@dpdk.org References: <1557355686-4216-1-git-send-email-erik.g.carrillo@intel.com> <1557427905-13766-1-git-send-email-erik.g.carrillo@intel.com> From: "Burakov, Anatoly" Message-ID: Date: Fri, 10 May 2019 10:31:21 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <1557427905-13766-1-git-send-email-erik.g.carrillo@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] doc: add deprecation notice on EAL mem config 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: , X-List-Received-Date: Fri, 10 May 2019 09:31:25 -0000 On 09-May-19 7:51 PM, Erik Gabriel Carrillo wrote: > It is planned to make the rte_mem_config struct of the EAL private to > remove it from the visible ABI. Add a notice to announce the intention. > > Signed-off-by: Erik Gabriel Carrillo > --- > changes in v2: > - Original deprecation notice announced a change to the rte_mem_config > struct that would break ABI. Update the notice to instead announce > the struct will be made private. (Stephen, Anatoly, David) > > 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 b47c8c2..a7dff6b 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -31,6 +31,9 @@ Deprecation Notices > > + ``rte_eal_devargs_type_count`` > > +* eal: the ``rte_mem_config`` struct 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id AB129A0096 for ; Fri, 10 May 2019 11:31:27 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C81004CA6; Fri, 10 May 2019 11:31:26 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id C5EA44C8F for ; Fri, 10 May 2019 11:31:24 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 May 2019 02:31:23 -0700 X-ExtLoop1: 1 Received: from aburakov-mobl1.ger.corp.intel.com (HELO [10.237.220.27]) ([10.237.220.27]) by fmsmga001.fm.intel.com with ESMTP; 10 May 2019 02:31:21 -0700 To: Erik Gabriel Carrillo , thomas@monjalon.net Cc: stephen@networkplumber.org, david.marchand@redhat.com, bruce.richardson@intel.com, mdr@ashroe.eu, dev@dpdk.org References: <1557355686-4216-1-git-send-email-erik.g.carrillo@intel.com> <1557427905-13766-1-git-send-email-erik.g.carrillo@intel.com> From: "Burakov, Anatoly" Message-ID: Date: Fri, 10 May 2019 10:31:21 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <1557427905-13766-1-git-send-email-erik.g.carrillo@intel.com> Content-Type: text/plain; charset="UTF-8"; format="flowed" Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] doc: add deprecation notice on EAL mem config 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" Message-ID: <20190510093121.SLCMN_T76xEBSTTAhozRrPB9WwRQCyo3A20zxSKXg6c@z> On 09-May-19 7:51 PM, Erik Gabriel Carrillo wrote: > It is planned to make the rte_mem_config struct of the EAL private to > remove it from the visible ABI. Add a notice to announce the intention. > > Signed-off-by: Erik Gabriel Carrillo > --- > changes in v2: > - Original deprecation notice announced a change to the rte_mem_config > struct that would break ABI. Update the notice to instead announce > the struct will be made private. (Stephen, Anatoly, David) > > 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 b47c8c2..a7dff6b 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -31,6 +31,9 @@ Deprecation Notices > > + ``rte_eal_devargs_type_count`` > > +* eal: the ``rte_mem_config`` struct 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