net/af_xdp: remove mempool freeing on umem destruction
authorCiara Loftus <ciara.loftus@intel.com>
Fri, 24 Jul 2020 13:20:32 +0000 (13:20 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 29 Jul 2020 22:41:23 +0000 (00:41 +0200)
commita5a42cb46d38d22c16249e00173458847911e9b0
treeb47a428fffabe685cc091844e392399b131c02bd
parent1af745211344622b50ffd7d67a618dcdce85fef8
net/af_xdp: remove mempool freeing on umem destruction

Other PMDs may be using the mempool, so don't free it when destroying the
UMEM.

Fixes: d8a210774e1d ("net/af_xdp: support unaligned umem chunks")
Cc: stable@dpdk.org
Signed-off-by: Ciara Loftus <ciara.loftus@intel.com>
drivers/net/af_xdp/rte_eth_af_xdp.c