On 4/4/2022 4:34 PM, Zhang, Yuying wrote:
Hi Ke,
-Original Message-
From: Zhang, Ke1X
Sent: Friday, March 25, 2022 4:36 PM
To: Li, Xiaoyun ; Singh, Aman Deep
; Zhang, Yuying ;
dev@dpdk.org
Cc: Zhang, Ke1X
Subject: [PATCH v3] app/testpmd: fix issue with memory leaks when quit
testpmd
Hi Ke,
> -Original Message-
> From: Zhang, Ke1X
> Sent: Friday, March 25, 2022 4:36 PM
> To: Li, Xiaoyun ; Singh, Aman Deep
> ; Zhang, Yuying ;
> dev@dpdk.org
> Cc: Zhang, Ke1X
> Subject: [PATCH v3] app/testpmd: fix issue with memory leaks when quit
> testp
A multicast address pool is allocated for a port when
using mcast_addr testpmd commands.
When closing a port or stopping testpmd, this pool was
not freed, resulting in a leak.This issue has been caught
using ASan.
Free this pool when closing the port.
Error info as following:
ERROR: LeakSanitize
A multicast address pool is allocated for a port when
using mcast_addr testpmd commands.
When closing a port or stopping testpmd, this pool was
not freed, resulting in a leak.This issue has been caught
using ASan.
Free this pool when closing the port.
Error info as following:
ERROR: LeakSanitize
4 matches
Mail list logo