Re: [PATCH v2] service: fix memory leak by rte_service_init
From: Thomas Monjalon <hidden>
Date: 2018-01-25 22:11:48
From: Thomas Monjalon <hidden>
Date: 2018-01-25 22:11:48
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 <redacted>
Why not keeping previous ack? Your patches have been set to "Not Applicable" in patchwork. What happened?