Re: [PATCH] testpmd: unregister event callback

2023-09-27 Thread Ferruh Yigit
On 9/26/2023 4:50 PM, Singh, Aman Deep wrote: > > On 9/15/2023 9:56 AM, ok...@kernel.org wrote: >> From: Sinan Kaya > > Header format doesn't requires to add "From: " > as author "Signed-off" is already present. > >> >> Cleanup event registry during shutdown to prevent memory >> leaks. >> >> Si

Re: [PATCH] testpmd: unregister event callback

2023-09-26 Thread Singh, Aman Deep
On 9/15/2023 9:56 AM, ok...@kernel.org wrote: From: Sinan Kaya Header format doesn't requires to add "From: " as author "Signed-off" is already present. Cleanup event registry during shutdown to prevent memory leaks. Signed-off-by: Sinan Kaya Acked-by: Aman Singh --- app/test-pmd

[PATCH] testpmd: unregister event callback

2023-09-14 Thread okaya
From: Sinan Kaya Cleanup event registry during shutdown to prevent memory leaks. Signed-off-by: Sinan Kaya --- app/test-pmd/testpmd.c | 27 +++ 1 file changed, 27 insertions(+) diff --git a/app/test-pmd/testpmd.c b/app/test-pmd/testpmd.c index c6ad9b18bf..1de7b7cd51 10