From: Erik Gabriel Carrillo Date: Thu, 9 May 2019 18:51:45 +0000 (-0500) Subject: doc: announce removal of memory config struct from API X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=1e88a5c385b0327ddd1c4eceb1f7aaabc4f2c0b3;p=dpdk.git doc: announce removal of memory config struct from API 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 Acked-by: Anatoly Burakov Acked-by: Bruce Richardson Acked-by: David Marchand --- diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index e612784296..b723cd53f4 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -23,6 +23,9 @@ Deprecation Notices * eal: The function ``rte_eal_remote_launch`` will return new error codes after read or write error on the pipe, instead of calling ``rte_panic``. +* 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. + * eal: both declaring and identifying devices will be streamlined in v18.11. New functions will appear to query a specific port from buses, classes of device and device drivers. Device declaration will be made coherent with the