Re: [dpdk-dev] [PATCH v2 08/58] net/bnxt: add action SRAM translation

2021-07-06 Thread Ajit Khaparde
On Mon, Jul 5, 2021 at 2:24 PM Thomas Monjalon wrote: > 13/06/2021 02:06, Ajit Khaparde: > > From: Farah Smith > > > > - Translate Truflow action types for Thor to HCAPI RM > > resource defined SRAM banks. > > - move module type enum definitions to tf_core API > > - Switch to subtype concept f

Re: [dpdk-dev] [PATCH v2 08/58] net/bnxt: add action SRAM translation

2021-07-05 Thread Thomas Monjalon
13/06/2021 02:06, Ajit Khaparde: > From: Farah Smith > > - Translate Truflow action types for Thor to HCAPI RM > resource defined SRAM banks. > - move module type enum definitions to tf_core API > - Switch to subtype concept for RM. > - alloc/free working for Thor SRAM table type for full AR. >

[dpdk-dev] [PATCH v2 08/58] net/bnxt: add action SRAM translation

2021-06-12 Thread Ajit Khaparde
From: Farah Smith - Translate Truflow action types for Thor to HCAPI RM resource defined SRAM banks. - move module type enum definitions to tf_core API - Switch to subtype concept for RM. - alloc/free working for Thor SRAM table type for full AR. Signed-off-by: Farah Smith Signed-off-by: Rand