Re: [dpdk-dev] [PATCH v3] service: fix parameter type

2019-03-27 Thread Thomas Monjalon
15/02/2019 11:29, Nikhil Rao: > 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") > > Reviewed-by: Gage Eads > Signed-off-by: Nikhil Rao > Acked-by: Harry van H

Re: [dpdk-dev] [PATCH v3] service: fix parameter type

2019-02-18 Thread Rami Rosen
Reviewed-by: Rami Rosen On Fri, Feb 15, 2019 at 12:29 PM Nikhil Rao wrote: > 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") > > Reviewed-by: Gage Eads > Sig

[dpdk-dev] [PATCH v3] service: fix parameter type

2019-02-15 Thread Nikhil Rao
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") Reviewed-by: Gage Eads Signed-off-by: Nikhil Rao Acked-by: Harry van Haaren --- lib/librte_eal/common/include/rte_se