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
Sent: Thursday, June 23, 2022 3:35 PM
> > To: Jayatheerthan, Jay ; jer...@marvell.com
> > Cc: dev@dpdk.org; sta...@dpdk.org
> > Subject: [PATCH] eventdev/eth_tx: fix queue delete
> >
> > Add spinlock protection in queue delete function.
> > This protects the data path
Looks good to me.
Acked-by: Jay Jayatheerthan
-Jay
> -Original Message-
> From: Naga Harish K, S V
> Sent: Thursday, June 23, 2022 3:35 PM
> To: Jayatheerthan, Jay ; jer...@marvell.com
> Cc: dev@dpdk.org; sta...@dpdk.org
> Subject: [PATCH] eventdev/eth_tx: fix que
Add spinlock protection in queue delete function.
This protects the data path while the queue delete operation
is in progress.
Fixes: a3bbf2e09756 ("eventdev: add eth Tx adapter implementation")
Cc: sta...@dpdk.org
Signed-off-by: Naga Harish K S V
---
lib/eventdev/rte_event_eth_tx_adapter.c | 6
4 matches
Mail list logo