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

2018-01-26 Thread Thomas Monjalon
26/01/2018 11:10, Van Haaren, Harry: > > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > Your patches have been set to "Not Applicable" in patchwork. > > What happened? > > There was some confusion in my review-comments, and Vipin and I discussed > the best was to rework - I suggested marki

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

2018-01-26 Thread Van Haaren, Harry
> From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Thursday, January 25, 2018 10:11 PM > To: Varghese, Vipin > Cc: dev@dpdk.org; Van Haaren, Harry ; > Richardson, Bruce > Subject: Re: [dpdk-dev] [PATCH v2] service: fix memory leak by > rte_service_init > &

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

2018-01-25 Thread Thomas Monjalon
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 ini

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

2018-01-11 Thread 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 &