> -----Original Message-----
> From: Wu, Wenjun1 <[email protected]>
> Sent: Friday, June 9, 2023 6:54 PM
> To: [email protected]; Wu, Jingjing <[email protected]>; Xing, Beilei
> <[email protected]>; Zhang, Qi Z <[email protected]>
> Cc: Wu, Wenjun1 <[email protected]>; [email protected]
> Subject: [PATCH v2] common/idpf: fix memory leak on AVX512 TX queue
> close
>
> When releasing mbufs for TX queue software ring of AVX512, the mbuf in the
> range [i, tx_tail] should also be freed.
> The variable i refers to the index of the last mbuf released in the software
> ring.
>
> Fixes: 5bf87b45b2c8 ("net/idpf: add AVX512 data path for single queue
> model")
> Cc: [email protected]
>
> Signed-off-by: Wenjun Wu <[email protected]>
Acked-by: Qi Zhang <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi