From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatoly Burakov Subject: [PATCH] doc: add deprecation notice for physmem layout function Date: Wed, 17 Jan 2018 17:17:15 +0000 Message-ID: Cc: Neil Horman , John McNamara , Marko Kovacevic To: dev@dpdk.org Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 23E041B1CE for ; Wed, 17 Jan 2018 18:17:22 +0100 (CET) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Due to coming changes outlined in memory hotplug RFC, that function will no longer serve any meaningful purpose. Signed-off-by: Anatoly Burakov --- Notes: Patch outlining future changes: http://dpdk.org/dev/patchwork/patch/32467/ 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 13e8543..28f217d 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -8,6 +8,10 @@ API and ABI deprecation notices are to be posted here. Deprecation Notices ------------------- +* eal: due to internal data layoyut reorganization, function + ``rte_eal_get_physmem_layout`` will be deprecated in v18.05 and removed in + subsequent releases. + * eal: several API and ABI changes are planned for ``rte_devargs`` in v18.02. The format of device command line parameters will change. The bus will need to be explicitly stated in the device declaration. The enum ``rte_devtype`` -- 2.7.4