From 594ecbd1e9b50930305a55227444f26148f4b48c Mon Sep 17 00:00:00 2001 From: Nikhil Rao Date: Tue, 22 Jan 2019 11:14:26 +0530 Subject: [PATCH] doc: announce parameter change of a service API function rte_service_attr_get() is passed a uint32_t * to retrieve an attribute value, this will be changed to uin64_t * as per patch posted at http://patchwork.dpdk.org/patch/49968/ Signed-off-by: Nikhil Rao Acked-by: Harry van Haaren Acked-by: Kevin Traynor Acked-by: Andrew Rybchenko Acked-by: David Marchand --- 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 9f6a47d945..e91a1bb450 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -20,6 +20,10 @@ Deprecation Notices * kvargs: The function ``rte_kvargs_process`` will get a new parameter for returning key match count. It will ease handling of no-match case. +* eal: The ``attr_value`` parameter of ``rte_service_attr_get()`` + will be changed from ``uint32_t *`` to ``uint64_t *`` + as the attributes are of type ``uint64_t``. + * 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 -- 2.20.1