Re: [PATCH v1] common/cnxk: fix aged flows bitmap alloc

2023-11-06 Thread Jerin Jacob
On Fri, Nov 3, 2023 at 4:55 AM Ankur Dwivedi wrote: > > The allocation of bitmap for aged flows should be done in > npc_aging_ctrl_thread_create() instead of roc_npc_init(), as the bitmap > free is being done in npc_aging_ctrl_thread_destroy(). > > Fixes: 357f5ebc8a24 ("common/cnxk: support flow a

[PATCH v1] common/cnxk: fix aged flows bitmap alloc

2023-11-02 Thread Ankur Dwivedi
The allocation of bitmap for aged flows should be done in npc_aging_ctrl_thread_create() instead of roc_npc_init(), as the bitmap free is being done in npc_aging_ctrl_thread_destroy(). Fixes: 357f5ebc8a24 ("common/cnxk: support flow aging") Cc: sta...@dpdk.org Signed-off-by: Ankur Dwivedi --- d