Re: [dpdk-dev] [PATCH] common/cnxk: change MCAM entries management scheme

2021-10-19 Thread Jerin Jacob
On Tue, Oct 5, 2021 at 8:25 AM wrote: > > From: Satheesh Paul > > This patch removes the MCAM preallocation scheme. The free > entry cache is removed and for every flow created, an MCAM > allocation request is made to the kernel. Each priority level > has a list of MCAM entries. For every flow ru

[dpdk-dev] [PATCH] common/cnxk: change MCAM entries management scheme

2021-10-04 Thread psatheesh
From: Satheesh Paul This patch removes the MCAM preallocation scheme. The free entry cache is removed and for every flow created, an MCAM allocation request is made to the kernel. Each priority level has a list of MCAM entries. For every flow rule added, the MCAM entry obtained from kernel is che