service: fix parameter type for attribute
authorNikhil Rao <nikhil.rao@intel.com>
Thu, 28 Mar 2019 06:29:03 +0000 (11:59 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 28 Mar 2019 20:07:48 +0000 (21:07 +0100)
commitdb9f4430c26de505b3f9987ea4604d1ab5e5b64f
tree93549e5dde96a8866b9366f77897c881b98f0ec6
parent90fefe78bfe0da46c92cc925be2f5c1dffc49711
service: fix parameter type for attribute

The type of value parameter to rte_service_attr_get
should be uint64_t *, since the attributes
are of type uint64_t.

Fixes: 4d55194d76a4 ("service: add attribute get function")

Signed-off-by: Nikhil Rao <nikhil.rao@intel.com>
Reviewed-by: Gage Eads <gage.eads@intel.com>
Reviewed-by: Rami Rosen <ramirose@gmail.com>
Acked-by: Harry van Haaren <harry.van.haaren@intel.com>
app/test/test_service_cores.c
doc/guides/rel_notes/deprecation.rst
doc/guides/rel_notes/release_19_05.rst
lib/librte_eal/common/include/rte_service.h
lib/librte_eal/common/rte_service.c
lib/librte_eal/freebsd/eal/Makefile
lib/librte_eal/linux/eal/Makefile
lib/librte_eal/meson.build