RE: [PATCH] app/testpmd: fix releasing action handle flush memory

2024-03-25 Thread Bing Zhao
; > Subject: Re: [PATCH] app/testpmd: fix releasing action handle flush memory > > External email: Use caution opening links or attachments > > > On 3/19/2024 9:32 AM, Bing Zhao wrote: > > The memory of the indirect action handles should be freed after being > > destr

Re: [PATCH] app/testpmd: fix releasing action handle flush memory

2024-03-19 Thread Ferruh Yigit
On 3/19/2024 9:32 AM, Bing Zhao wrote: > The memory of the indirect action handles should be freed after > being destroyed in the flush. The behavior needs to be consistent > with the single handle destroy. > > Or else, there will be some unexpected error when the action handle > is destroyed for

[PATCH] app/testpmd: fix releasing action handle flush memory

2024-03-19 Thread Bing Zhao
The memory of the indirect action handles should be freed after being destroyed in the flush. The behavior needs to be consistent with the single handle destroy. Or else, there will be some unexpected error when the action handle is destroyed for the 2nd time, for example, the port needs to be clo