Re: [PATCH v1] common/cnxk: fix initialization of MCAM ID

2023-09-27 Thread Jerin Jacob
On Thu, Sep 21, 2023 at 1:16 PM Ankur Dwivedi wrote: > > The start and end mcam id is initialized when aged_flows_cnt is 0. The > boolean variable aging_enabled is not needed. > > Fixes: d110c44d29e7 ("common/cnxk: support flow aging") > > Signed-off-by: Ankur Dwivedi Updated the git commit as f

[PATCH v1] common/cnxk: fix initialization of MCAM ID

2023-09-21 Thread Ankur Dwivedi
The start and end mcam id is initialized when aged_flows_cnt is 0. The boolean variable aging_enabled is not needed. Fixes: d110c44d29e7 ("common/cnxk: support flow aging") Signed-off-by: Ankur Dwivedi --- drivers/common/cnxk/roc_npc_aging.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions