Re: [dpdk-dev] [PATCH v2 18/58] net/bnxt: shared TCAM region support

2021-07-06 Thread Ajit Khaparde
On Mon, Jul 5, 2021 at 2:27 PM Thomas Monjalon wrote: > Please make the title start with an imperative verb. > During the merge, modified the title to: add shared TCAM region support. > One more nit below. > > 13/06/2021 02:06, Ajit Khaparde: > > From: Farah Smith > > > > - switch to single s

Re: [dpdk-dev] [PATCH v2 18/58] net/bnxt: shared TCAM region support

2021-07-05 Thread Thomas Monjalon
Please make the title start with an imperative verb. One more nit below. 13/06/2021 02:06, Ajit Khaparde: > From: Farah Smith > > - switch to single slice management on Wh+ > - Support of shared session WC_TCAM_HIGH and WC_TCAM_LOW regions > - Enable/disable using TF_TCAM_SHARED flag in tf_core.

[dpdk-dev] [PATCH v2 18/58] net/bnxt: shared TCAM region support

2021-06-12 Thread Ajit Khaparde
From: Farah Smith - switch to single slice management on Wh+ - Support of shared session WC_TCAM_HIGH and WC_TCAM_LOW regions - Enable/disable using TF_TCAM_SHARED flag in tf_core.h - Fix empty session module DBs in the case that none are allocated for a given module type Signed-off-by: Farah