From: Anatoly Burakov Date: Tue, 16 Jan 2018 17:53:40 +0000 (+0000) Subject: doc: announce EAL ABI change for NUMA node count X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=12639dcc05ddf61ad1f2bbad9a5941a75f80ec29;p=dpdk.git doc: announce EAL ABI change for NUMA node count 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 Acked-by: John McNamara Acked-by: Jerin Jacob Acked-by: Bruce Richardson Acked-by: Jonas Pfefferle Acked-by: Thomas Monjalon --- diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 5e559f19e3..d8274385eb 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -38,6 +38,9 @@ Deprecation Notices success and failure, respectively. This will change to 1 and 0 for true and false, respectively, to make use of the function more intuitive. +* eal: new ``numa_node_count`` member will be added to ``rte_config`` structure + in v18.05. + * ethdev: a new Tx and Rx offload API was introduced on 17.11. In the new API, offloads are divided into per-port and per-queue offloads. Offloads are disabled by default and enabled per application request.