75c5bfc320
To delete all the queues of an ethdev 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 ethdev device are associated,
the queue delete logic is exiting without deleting the queues
in some cases (higher numbered associated queues) for above
scenario as the queue delete logic is not checking all the
queue association status.
This patch fixes this issue by checking the queue association
status of all the queues of the ethernet device.
Fixes:
|
||
---|---|---|
.. | ||
event_timer_adapter_pmd.h | ||
eventdev_pmd_pci.h | ||
eventdev_pmd_vdev.h | ||
eventdev_pmd.h | ||
eventdev_private.c | ||
eventdev_trace_points.c | ||
eventdev_trace.h | ||
meson.build | ||
rte_event_crypto_adapter.c | ||
rte_event_crypto_adapter.h | ||
rte_event_eth_rx_adapter.c | ||
rte_event_eth_rx_adapter.h | ||
rte_event_eth_tx_adapter.c | ||
rte_event_eth_tx_adapter.h | ||
rte_event_ring.c | ||
rte_event_ring.h | ||
rte_event_timer_adapter.c | ||
rte_event_timer_adapter.h | ||
rte_eventdev_core.h | ||
rte_eventdev_trace_fp.h | ||
rte_eventdev.c | ||
rte_eventdev.h | ||
version.map |