> -----Original Message-----
> From: wangyunjian <[email protected]>
> Sent: Monday, September 28, 2020 8:45 PM
> To: [email protected]
> Cc: Zhang, Qi Z <[email protected]>; Wang, Xiao W
> <[email protected]>; [email protected]; [email protected];
> Yunjian Wang <[email protected]>; [email protected]
> Subject: [dpdk-dev] [PATCH] net/fm10k: fix memory leak when thresh check
> fails
>
> From: Yunjian Wang <[email protected]>
>
> In fm10k_rx_queue_setup(), we allocate memory for the queue structure but
> not released when thresh check fails.
>
> Fixes: 6cfe8969c969 ("fm10k: add Rx queue setup/release")
> Cc: [email protected]
>
> Signed-off-by: Yunjian Wang <[email protected]>
Acked-by: Qi Zhang <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi