Re: [PATCH v2] eventdev/eth_tx: fix queue delete logic

2022-10-21 Thread Jerin Jacob
On Fri, Oct 21, 2022 at 12:16 PM Naga Harish K S V wrote: > > To delete all the queues of a ethernet device associated with > adapter instance the queue_id can be passed as -1 to the queue > delete API. > > When a subset of queues of a ethernet device are associated, > the queue delete logic is ex

[PATCH v2] eventdev/eth_tx: fix queue delete logic

2022-10-20 Thread Naga Harish K S V
To delete all the queues of a ethernet device associated with adapter instance the queue_id can be passed as -1 to the queue delete API. When a subset of queues of a ethernet device are associated, the queue delete logic is exiting without deleting the queues in some cases (higher numbered associa