Re: [dpdk-dev] [PATCH v2 1/3] service: add attribute get function

2018-01-12 Thread Thomas Monjalon
12/01/2018 11:27, Harry van Haaren: > This commit adds a new function to the service API to allow > the application to retrieve items about each individual service > in the system. A unit test checks the return values of a variety > of invalid and valid calls. > > Signed-off-by: Harry van Haaren

[dpdk-dev] [PATCH v2 1/3] service: add attribute get function

2018-01-12 Thread Harry van Haaren
This commit adds a new function to the service API to allow the application to retrieve items about each individual service in the system. A unit test checks the return values of a variety of invalid and valid calls. Signed-off-by: Harry van Haaren --- v2: - Rebase on master, fix version.map co