]> git.droids-corp.org - dpdk.git/commit
mem: cleanup multiprocess resources
authorStephen Hemminger <stephen@networkplumber.org>
Sat, 13 Nov 2021 17:22:57 +0000 (09:22 -0800)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 11 Feb 2022 18:49:22 +0000 (19:49 +0100)
commita0cc7be20dd13e118387786c3a86aab56325ed63
treece4d0bff676983d0d56a3ec0761d3efd3db4e847
parente8dc971b63a4a70daafb5cd5a6378b194d65f9cf
mem: cleanup multiprocess resources

The mp action resources in malloc should be cleaned up via
rte_eal_cleanup.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Anatoly Burakov <anatoly.burakov@intel.com>
lib/eal/common/malloc_heap.c
lib/eal/common/malloc_heap.h
lib/eal/common/malloc_mp.c
lib/eal/common/malloc_mp.h
lib/eal/linux/eal.c
lib/eal/windows/eal_mp.c