Re: [dpdk-dev] [PATCH v2 00/15] service: API improvements and updates

2017-09-15 Thread Thomas Monjalon
> Harry van Haaren (15): > service: rework probe and get name to use ids > service: rework lcore to service map functions > service: rework register to return service id > service: rework service start stop to runstate > service: rework service stats functions > service: rework unregist

[dpdk-dev] [PATCH v2 00/15] service: API improvements and updates

2017-08-21 Thread Harry van Haaren
This patchset reworks the service apis to be more user friendly. In particular, the various rte_service_* functions now take an integer id parameter instead of a service pointer. This both reduces the API surface (no service_get_from_id()), and allows easier debugging (gdb function calls with integ