Re: [dpdk-dev] [PATCH v3 2/4] eal: add function to release internal resources

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 2/4] eal: add function to release internal resources > > This commit adds a new function rte_e

[dpdk-dev] [PATCH v3 2/4] eal: add function to release internal resources

2018-01-29 Thread Harry van Haaren
This commit adds a new function rte_eal_cleanup(). The function serves as a hook to allow DPDK to release internal resources (e.g.: hugepage allocations). This function allows DPDK to become more like an ordinary library, where the library context itself can be initialized and cleaned up by the ap