On Fri, Feb 2, 2024 at 10:51 AM <[email protected]> wrote: > > From: Satheesh Paul <[email protected]> > > After all aged flows are destroyed, the aged_flows bitmap > is free-ed. Querying aged flows tries to access this bitmap > resulting in a segmentation fault. Fixing this by not accessing > the bitmap if no aged flows are present. > > Fixes: 357f5ebc8a24 ("common/cnxk: support flow aging") > Cc: [email protected] > > Signed-off-by: Satheesh Paul <[email protected]> > Reviewed-by: Kiran Kumar K <[email protected]>
Applied to dpdk-next-net-mrvl/for-main. Thanks

