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

2019-02-08 Thread Ferruh Yigit
On 1/21/2019 11:43 AM, Van Haaren, Harry wrote: >> -Original Message- >> From: Rao, Nikhil >> Sent: Saturday, January 19, 2019 2:01 PM >> To: Van Haaren, Harry >> Cc: dev@dpdk.org; Rao, Nikhil >> Subject: [PATCH] service: fix parameter type >> >> The type of value parameter to rte_service

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

2019-01-21 Thread Van Haaren, Harry
> -Original Message- > From: Rao, Nikhil > Sent: Saturday, January 19, 2019 2:01 PM > To: Van Haaren, Harry > Cc: dev@dpdk.org; Rao, Nikhil > Subject: [PATCH] service: fix parameter type > > The type of value parameter to rte_service_attr_get > should be uint64_t *, since the attributes

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

2019-01-19 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 --- lib/librte_eal/common/include/rte_service.h | 2 +- lib/librte_e