On Tue, 16 Jan 2018 17:53:40 +0000
Anatoly Burakov <[email protected]> wrote:
There will be a new function added in v18.05 that will return
number of detected sockets, which will change the ABI.
Signed-off-by: Anatoly Burakov <[email protected]>
---
doc/guides/rel_notes/deprecation.rst | 2 ++
1 file changed, 2 insertions(+)
diff --git a/doc/guides/rel_notes/deprecation.rst
b/doc/guides/rel_notes/deprecation.rst
index 13e8543..9662150 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -8,6 +8,8 @@ API and ABI deprecation notices are to be posted
here.
Deprecation Notices
-------------------
+* eal: new ``numa_node_count`` member will be added to
``rte_config`` structure
+ in v18.05.
* 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
Acked-by: Jonas Pfefferle <[email protected]>