On 2/23/2024 1:45 AM, Yunjian Wang wrote:
> In xdp_umem_configure() allocated some resources for the
> xsk umem, we should delete them when xsk configure fails,
> otherwise it will lead to resources leak.
>
> Fixes: f1debd77efaf ("net/af_xdp: introduce AF_XDP PMD")
> Cc: [email protected]
>
> Signed-off-by: Yunjian Wang <[email protected]>
>
Moving from previous version:
Reviewed-by: Ciara Loftus <[email protected]>
Acked-by: Ferruh Yigit <[email protected]>
Applied to dpdk-next-net/main, thanks.