Re: [dpdk-dev] [dpdk-stable] [PATCH] net/tap: free mempool when closing
From: Thomas Monjalon <hidden>
Date: 2020-08-05 13:47:43
From: Thomas Monjalon <hidden>
Date: 2020-08-05 13:47:43
29/07/2020 13:35, wangyunjian:
From: Yunjian Wang <redacted> When setup tx queues, we will create a mempool for the 'gso_ctx'. The mempool is not freed when closing tap device. If free the tap device and create it with different name, it will create a new mempool. This maybe cause an OOM.
While at it, please look at implementing RTE_ETH_DEV_CLOSE_REMOVE behaviour in tap. Thanks