Re: [dpdk-dev] [PATCH] net/cnxk: fix default MCAM allocation size

2021-07-12 Thread Jerin Jacob
On Tue, Jul 6, 2021 at 1:49 PM wrote: > > From: Satheesh Paul > > Preallocation of MCAM entries is not valid anymore since the > AF side MCAM allocation scheme has changed. This patch disables > preallocation by changing the default MCAM preallocation size > from 8 to 1. > > Fixes: 168c59cfe42 ("

[dpdk-dev] [PATCH] net/cnxk: fix default MCAM allocation size

2021-07-06 Thread psatheesh
From: Satheesh Paul Preallocation of MCAM entries is not valid anymore since the AF side MCAM allocation scheme has changed. This patch disables preallocation by changing the default MCAM preallocation size from 8 to 1. Fixes: 168c59cfe42 ("net/octeontx2: add flow MCAM utility functions") Signe