Re: [dpdk-dev] [PATCH] event/octeontx2: fix xaq pool reconfigure

2021-03-21 Thread Jerin Jacob
On Sat, Mar 20, 2021 at 2:38 AM wrote: > > From: Pavan Nikhilesh > > When XAQ pool is being re-configured, and if the same memzone > is used for fc_mem when freeing the old mempool the fc_mem > will be incorrectly updated with the free count. > > Fixes: ffa4ec0b6063 ("event/octeontx2: allow adapt

[dpdk-dev] [PATCH] event/octeontx2: fix xaq pool reconfigure

2021-03-19 Thread pbhagavatula
From: Pavan Nikhilesh When XAQ pool is being re-configured, and if the same memzone is used for fc_mem when freeing the old mempool the fc_mem will be incorrectly updated with the free count. Fixes: ffa4ec0b6063 ("event/octeontx2: allow adapters to resize inflight buffers") Cc: sta...@dpdk.org