Re: [dpdk-dev] [PATCH v3 3/4] app/pdump: call eal cleanup before exit

2018-01-29 Thread Varghese, Vipin
> -Original Message- > From: Van Haaren, Harry > Sent: Monday, January 29, 2018 5:38 PM > To: dev@dpdk.org > Cc: Van Haaren, Harry ; tho...@monjalon.net; > Varghese, Vipin > Subject: [PATCH v3 3/4] app/pdump: call eal cleanup before exit > > This patch adds a call to the newly introduce

[dpdk-dev] [PATCH v3 3/4] app/pdump: call eal cleanup before exit

2018-01-29 Thread Harry van Haaren
This patch adds a call to the newly introduced cleanup() function just before quitting the pdump app. Adding this function call before quitting from a secondary processes is important, as otherwise it will leak hugepage memory. For a secondary process that is run multiple times, this could cause h