Re: [dpdk-dev] [PATCH] common/cnxk: fix flow aging cleanup

2024-05-26 Thread Jerin Jacob
On Wed, May 8, 2024 at 4:37 PM wrote: > > From: Satheesh Paul > > The aged flows poll thread is not stopped before NPC cleanup > resulting in a segmentation fault. Fixing this by stopping > aged flows poll thread before proceeding with NPC cleanup. > > Fixes: 357f5ebc8a24 ("common/cnxk: support f

[dpdk-dev] [PATCH] common/cnxk: fix flow aging cleanup

2024-05-08 Thread psatheesh
From: Satheesh Paul The aged flows poll thread is not stopped before NPC cleanup resulting in a segmentation fault. Fixing this by stopping aged flows poll thread before proceeding with NPC cleanup. Fixes: 357f5ebc8a24 ("common/cnxk: support flow aging") Cc: sta...@dpdk.org Signed-off-by: Sathe