Re: [PATCH v3] app/proc-info: add rte_eal_cleanup() to avoid memory leak

2024-11-19 Thread Thomas Monjalon
09/10/2024 03:22, fengchengwen: > On 2024/10/4 10:48, Stephen Hemminger wrote: > > From: Fidaullah Noonari > > > > when app is launched with -m proc-info exit without > > rte_eal_cleanup() causing memory leakage. This commit resolves the > > memory leakage issue and closes app properly. > > > >

Re: [PATCH v3] app/proc-info: add rte_eal_cleanup() to avoid memory leak

2024-10-08 Thread fengchengwen
Acked-by: Chengwen Feng On 2024/10/4 10:48, Stephen Hemminger wrote: > From: Fidaullah Noonari > > when app is launched with -m proc-info exit without > rte_eal_cleanup() causing memory leakage. This commit resolves the > memory leakage issue and closes app properly. > > Bugzilla id: 898 > Sig

[PATCH v3] app/proc-info: add rte_eal_cleanup() to avoid memory leak

2024-10-03 Thread Stephen Hemminger
From: Fidaullah Noonari when app is launched with -m proc-info exit without rte_eal_cleanup() causing memory leakage. This commit resolves the memory leakage issue and closes app properly. Bugzilla id: 898 Signed-off-by: Fidaullah Noonari Acked-by: Stephen Hemminger --- v3 - handle eventdev_xs