[dpdk-dev] [PATCH] event/octeontx2: fix device reconfigure for single slot

2021-04-05 Thread Harman Kalra
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 han

Re: [dpdk-dev] [PATCH] event/octeontx2: fix device reconfigure for single slot

2021-04-11 Thread Jerin Jacob
On Mon, Apr 5, 2021 at 9:54 PM Harman Kalra wrote: > > 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_