numam-dpdk/drivers
Harman Kalra 340d22cdd1 event/octeontx2: fix device reconfigure for single slot
When device is re-configured, memory allocated for work slot is freed
and new memory is allocated. Due to this we may loose some important
configurations/mappings done with initial work slot memory.

For example, whenever rte_event_eth_tx_adapter_queue_add is called
some important meta i.e. txq handle is stored in work slot structure.
If device gets reconfigured after this tx adaptor add, txq to work
slot mapping will be lost resulting in seg fault during packet
processing, as txq handle could not be retrieved from work slot.

Fixes: 67b5f46864 ("event/octeontx2: add port config functions")
Cc: stable@dpdk.org

Signed-off-by: Harman Kalra <hkalra@marvell.com>
2021-04-12 09:23:34 +02:00
..
baseband config: remove compatibility build defines 2021-01-20 01:43:25 +01:00
bus vfio: reformat logs 2021-04-09 15:38:26 +02:00
common event/octeontx2: fix XAQ pool reconfigure 2021-04-12 09:23:34 +02:00
compress compress/mlx5: support timestamp format 2021-03-16 10:05:39 +01:00
crypto drivers: align log names 2021-04-08 18:32:31 +02:00
event event/octeontx2: fix device reconfigure for single slot 2021-04-12 09:23:34 +02:00
mempool mempool/cnxk: add cn10k batch dequeue 2021-04-09 08:32:24 +02:00
net net/dpaa2: fix RSS distribution size field 2021-04-09 11:00:30 +02:00
raw raw/ifpga/base: check null pointer 2021-04-01 13:52:35 +02:00
regex common/mlx5: align log prefix across drivers 2021-04-07 09:43:32 +02:00
vdpa drivers: align log names 2021-04-08 18:32:31 +02:00
meson.build common/cnxk: add build infrastructre and HW definition 2021-04-09 08:32:24 +02:00