[dpdk-dev] [PATCH] doc: announce change of rte service API parameter type
Nikhil Rao
nikhil.rao at intel.com
Tue Jan 22 06:44:26 CET 2019
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 <nikhil.rao at intel.com>
---
doc/guides/rel_notes/deprecation.rst | 3 +++
1 file changed, 3 insertions(+)
diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index f9a1f81..398e967 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -60,3 +60,6 @@ Deprecation Notices
* crypto/aesni_mb: the minimum supported intel-ipsec-mb library version will be
changed from 0.49.0 to 0.52.0.
+
+* 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.
--
1.8.3.1
More information about the dev
mailing list