On Fri, Feb 2, 2024 at 10:51 AM <psathe...@marvell.com> wrote: > > From: Satheesh Paul <psathe...@marvell.com> > > 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: sta...@dpdk.org > > Signed-off-by: Satheesh Paul <psathe...@marvell.com> > Reviewed-by: Kiran Kumar K <kirankum...@marvell.com>
Applied to dpdk-next-net-mrvl/for-main. Thanks