Re: [dpdk-dev] [PATCH v2] eal: detach memsegs on cleanup

2021-02-11 Thread Burakov, Anatoly
On 14-Sep-20 12:26 PM, Anatoly Burakov wrote: Currently, we don't detach the shared memory on EAL cleanup, which leaves the page table descriptors still holding on to the file descriptors as well as memory space occupied by them. Fix it by adding another detach stage that closes the internal memo

[dpdk-dev] [PATCH v2] eal: detach memsegs on cleanup

2020-09-14 Thread Anatoly Burakov
Currently, we don't detach the shared memory on EAL cleanup, which leaves the page table descriptors still holding on to the file descriptors as well as memory space occupied by them. Fix it by adding another detach stage that closes the internal memory allocator resource references, detaches share