Re: [dpdk-dev] [PATCH v5 1/4] service: move finalize to internal

2018-01-29 Thread Thomas Monjalon
29/01/2018 17:37, Harry van Haaren: > This commit moves the rte_service_finalize() function > to be in the component header, and marks it as @internal. > The function is only called internally by rte_eal_finalize(). > > Signed-off-by: Harry van Haaren > Acked-by: Vipin Varghese Series applied w

[dpdk-dev] [PATCH v5 1/4] service: move finalize to internal

2018-01-29 Thread Harry van Haaren
This commit moves the rte_service_finalize() function to be in the component header, and marks it as @internal. The function is only called internally by rte_eal_finalize(). Signed-off-by: Harry van Haaren Acked-by: Vipin Varghese --- v4: - Include Ack Cc: tho...@monjalon.net Cc: vipin.vargh.