Re: [dpdk-dev] [PATCH v2] event/octeontx2: unlink queues during port release

2020-11-20 Thread Jerin Jacob
On Thu, Nov 19, 2020 at 2:17 PM Shijith Thotton wrote: > > Unlinking queues from port should be done during port release. Doing it > during device re-configuration could result in segfault as ports array > is re-allocated based on new number of ports. > > Fixes: f7ac8b66b23c ("event/octeontx2: sup

[dpdk-dev] [PATCH v2] event/octeontx2: unlink queues during port release

2020-11-19 Thread Shijith Thotton
Unlinking queues from port should be done during port release. Doing it during device re-configuration could result in segfault as ports array is re-allocated based on new number of ports. Fixes: f7ac8b66b23c ("event/octeontx2: support linking queues to ports") Cc: sta...@dpdk.org Signed-off-by: