numam-dpdk/drivers/event/octeontx2
Lukasz Bartosik 534d1d4b65 event/octeontx2: fix queue removal from Rx adapter
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: 37720fc1fb ("event/octeontx2: add Rx adapter")
Cc: stable@dpdk.org

Signed-off-by: Lukasz Bartosik <lbartosik@marvell.com>
Acked-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
2020-05-02 11:47:00 +02:00
..
Makefile build: disable experimental API check internally 2020-04-14 16:22:34 +02:00
meson.build build: add global libatomic dependency for 32-bit clang 2020-04-21 11:34:09 +02:00
otx2_evdev_adptr.c event/octeontx2: fix queue removal from Rx adapter 2020-05-02 11:47:00 +02:00
otx2_evdev_irq.c event/octeontx2: add TIM IRQ handlers 2019-07-03 06:57:02 +02:00
otx2_evdev_selftest.c event/octeontx2: add SSO selftest 2019-07-03 06:56:29 +02:00
otx2_evdev_stats.h event/octeontx2: add SSO dual workslot mode 2019-07-03 06:56:10 +02:00
otx2_evdev.c net/octeontx2: add security in Tx 2020-02-05 15:20:51 +01:00
otx2_evdev.h net/octeontx2: add security in Tx 2020-02-05 15:20:51 +01:00
otx2_tim_evdev.c event/octeontx2: use C11 atomics for statistics 2020-04-04 18:38:43 +02:00
otx2_tim_evdev.h event/octeontx2: use C11 atomics for statistics 2020-04-04 18:38:43 +02:00
otx2_tim_worker.c event/octeontx2: use C11 atomics for statistics 2020-04-04 18:38:43 +02:00
otx2_tim_worker.h event/octeontx2: improve chunk pool performance 2019-11-26 07:49:30 +01:00
otx2_worker_dual.c replace hot attributes 2020-04-16 18:30:58 +02:00
otx2_worker_dual.h event/octeontx2: remove WFE from dual-slot dequeue 2020-04-04 13:56:52 +02:00
otx2_worker.c replace hot attributes 2020-04-16 18:30:58 +02:00
otx2_worker.h net/octeontx2: add inline IPsec Tx 2020-02-05 15:20:51 +01:00
rte_pmd_octeontx2_event_version.map build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00