From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.4 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B6F47C04A6B for ; Fri, 10 May 2019 09:34:11 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 7978520881 for ; Fri, 10 May 2019 09:34:11 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7978520881 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B8E795699; Fri, 10 May 2019 11:34:09 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 862E5568A for ; Fri, 10 May 2019 11:34:08 +0200 (CEST) X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 May 2019 02:34:07 -0700 X-ExtLoop1: 1 Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.96]) by fmsmga004.fm.intel.com with SMTP; 10 May 2019 02:34:05 -0700 Received: by (sSMTP sendmail emulation); Fri, 10 May 2019 10:34:04 +0100 Date: Fri, 10 May 2019 10:34:04 +0100 From: Bruce Richardson To: "Burakov, Anatoly" Cc: Erik Gabriel Carrillo , thomas@monjalon.net, stephen@networkplumber.org, david.marchand@redhat.com, mdr@ashroe.eu, dev@dpdk.org Message-ID: <20190510093404.GC76@bricha3-MOBL.ger.corp.intel.com> References: <1557355686-4216-1-git-send-email-erik.g.carrillo@intel.com> <1557427905-13766-1-git-send-email-erik.g.carrillo@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.4 (2019-03-13) 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" On Fri, May 10, 2019 at 10:31:21AM +0100, Burakov, Anatoly wrote: > 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 > Acked-by: Bruce Richardson