Re: [dpdk-dev] [PATCH] net/cnxk: fix aged flows query

2024-02-02 Thread Jerin Jacob
On Fri, Feb 2, 2024 at 10:51 AM wrote: > > From: Satheesh Paul > > 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. >

[dpdk-dev] [PATCH] net/cnxk: fix aged flows query

2024-02-01 Thread psatheesh
From: Satheesh Paul 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