[dpdk-dev] [PATCH v2] service: fix memory leak by rte_service_init

Thomas Monjalon thomas at monjalon.net
Thu Jan 25 23:10:57 CET 2018


11/01/2018 19:20, Vipin Varghese:
> This patch fixes the memory leak created by rte_service_init. When
> secondary application which shares the huge page from primary, is
> executed multiple times memory is initialized but not freed on exit
> 
> The rte_service_finalize checks if the service is initialized. If yes,
> it frees up rte_services & lcore_states. The API has to be called at
> end of application run.
> 
> renamed the function from rte_service_deinit to rte_service_finalize.

This is a changelog. It should appear below ---

> Signed-off-by: Vipin Varghese <vipin.varghese at intel.com>

Why not keeping previous ack?

Your patches have been set to "Not Applicable" in patchwork.
What happened?



More information about the dev mailing list