Re: [dpdk-dev] [PATCH] common/cnxk: add ROC API to free MCAM entry

2022-06-15 Thread Jerin Jacob
On Fri, Jun 3, 2022 at 9:06 AM wrote: > > From: Satheesh Paul > > Add ROC API to free the given MCAM entry. If the MCAM > entry has flow counter associated, this API will clear > and free the flow counter. > > Signed-off-by: Satheesh Paul > Reviewed-by: Jerin Jacob Kollanukkaran > --- > driver

Re: [dpdk-dev] [PATCH] common/cnxk: add ROC API to free MCAM entry

2022-06-03 Thread Ray Kinsella
writes: > From: Satheesh Paul > > Add ROC API to free the given MCAM entry. If the MCAM > entry has flow counter associated, this API will clear > and free the flow counter. > > Signed-off-by: Satheesh Paul > Reviewed-by: Jerin Jacob Kollanukkaran > --- > drivers/common/cnxk/roc_npc.c

[dpdk-dev] [PATCH] common/cnxk: add ROC API to free MCAM entry

2022-06-02 Thread psatheesh
From: Satheesh Paul Add ROC API to free the given MCAM entry. If the MCAM entry has flow counter associated, this API will clear and free the flow counter. Signed-off-by: Satheesh Paul Reviewed-by: Jerin Jacob Kollanukkaran --- drivers/common/cnxk/roc_npc.c | 63 +++-