Re: [PATCH] app/testpmd: fix async flow create failure handling

2024-03-01 Thread Ferruh Yigit
On 2/28/2024 6:57 PM, Dariusz Sosnowski wrote: > In case of an error when an asynchronous flow create operation was > enqueued, test-pmd attempted to enqueue a flow destroy operation > of that flow rule. > However, this was incorrect because: > > - Flow rule index was used to enqueue a flow destro

[PATCH] app/testpmd: fix async flow create failure handling

2024-02-28 Thread Dariusz Sosnowski
In case of an error when an asynchronous flow create operation was enqueued, test-pmd attempted to enqueue a flow destroy operation of that flow rule. However, this was incorrect because: - Flow rule index was used to enqueue a flow destroy operation. This flow rule index was not yet initialized