> -----Original Message-----
> From: dev <[email protected]> On Behalf Of
> [email protected]
> Sent: Monday, August 23, 2021 9:51 AM
> To: [email protected]
> Cc: Xing, Beilei <[email protected]>; Qiming Chen
> <[email protected]>; [email protected]
> Subject: [dpdk-dev] [PATCH] net/i40e: fix mbuf leak
> 
> From: Qiming Chen <[email protected]>
> 
> A local test found that repeated port start and stop operations during the
> continuous SSE vector bufflist receiving process will cause the mbuf resource
> to run out. The final positioning is when the port is stopped, the mbuf of the
> pkt_first_seg pointer is not released. Resources lead.
> The patch scheme is to judge whether the pointer is empty when the port is
> stopped, and release the corresponding mbuf if it is not empty.
> 
> Fixes: 5c9222058df7 ("i40e: move to drivers/net/")

Fixes: 4861cde46116 ("i40e: new poll mode driver")

> Cc: [email protected]
> 
> Signed-off-by: Qiming Chen <[email protected]>

Acked-by: Qi Zhang <[email protected]>

Applied to dpdk-next-net-intel.

Thanks
Qi


Reply via email to