From: Nikhil Rao Date: Tue, 22 Jan 2019 05:44:26 +0000 (+0530) Subject: doc: announce parameter change of a service API function X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=594ecbd1e9b50930305a55227444f26148f4b48c;hp=2eb37d7de4c840b2ce02103b87e571295df3a1f3;p=dpdk.git 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 --- 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