From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 110B31B556 for ; Fri, 23 Nov 2018 14:51:04 +0100 (CET) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 5CCA486647; Fri, 23 Nov 2018 13:51:03 +0000 (UTC) Received: from [10.36.112.54] (ovpn-112-54.ams2.redhat.com [10.36.112.54]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 7986083882; Fri, 23 Nov 2018 13:51:02 +0000 (UTC) To: Shreyansh Jain , "dev@dpdk.org" References: <20181115132841.4444-1-shreyansh.jain@nxp.com> From: Maxime Coquelin Message-ID: Date: Fri, 23 Nov 2018 14:51:00 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <20181115132841.4444-1-shreyansh.jain@nxp.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Fri, 23 Nov 2018 13:51:03 +0000 (UTC) Subject: Re: [dpdk-dev] [PATCH] doc: announce deprecation of dpaa2 exposed mem structure 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, 23 Nov 2018 13:51:04 -0000 On 11/15/18 2:29 PM, Shreyansh Jain wrote: > rte_dpaa2_memsegs is no more required once the dpaax (pa-va) translation > library has been introduced. This can be made internal (for fallback > operations) in subsequent release. > > Signed-off-by: Shreyansh Jain > --- > This diff was generated over a previous patch on same file (a para > before) [1] - so, it might not apply in case [1] is missed. > It is possible to merge this and [1] as well, if that makes better sense. > > [1] http://patches.dpdk.org/patch/48118/ > > doc/guides/rel_notes/deprecation.rst | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst > index 776b9b245..a2c0d21bc 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -60,3 +60,9 @@ Deprecation Notices > Currently this is exposed from the library. Ideally, no application should > be directly using it. This is expected to be deprecated and made internal > in v19.02 or later. > + > +* dpaa2: removal of ``rte_dpaa2_memsegs`` structure which has been replaced > + by a pa-va search library. This structure was earlier being used for holding > + memory segments used by dpaa2 driver for faster pa->va translation. This > + structure would be made internal (or removed if all dependencies are cleared) > + in future releases. > Reviewed-by: Maxime Coquelin