534d1d4b65
When eth port queue is removed from Rx adapter using
rte_event_eth_rx_adapter_queue_del() it incorrectly
initializes CQ context instead of modifying it. This
might lead to a crash when CQ context is modified
as a part of rte_eth_dev_stop() sequence as CQ will
hold invalid entries. This is responsibility of an
application to call rte_event_eth_rx_adapter_queue_del()
to remove eth port queue from Rx adapter in tear down
sequence.
Fixes:
|
||
---|---|---|
.. | ||
Makefile | ||
meson.build | ||
otx2_evdev_adptr.c | ||
otx2_evdev_irq.c | ||
otx2_evdev_selftest.c | ||
otx2_evdev_stats.h | ||
otx2_evdev.c | ||
otx2_evdev.h | ||
otx2_tim_evdev.c | ||
otx2_tim_evdev.h | ||
otx2_tim_worker.c | ||
otx2_tim_worker.h | ||
otx2_worker_dual.c | ||
otx2_worker_dual.h | ||
otx2_worker.c | ||
otx2_worker.h | ||
rte_pmd_octeontx2_event_version.map |