[dpdk-dev] [PATCH v3 13/22] net/bnxt: modify ulp mapper to use tbl search
Ferruh Yigit
ferruh.yigit at intel.com
Mon Jul 27 12:36:29 CEST 2020
On 7/24/2020 6:32 AM, Ajit Khaparde wrote:
> From: Mike Baucom <michael.baucom at broadcom.com>
>
> modified ulp mappper to use the new tf_search_tbl_entry API.
> When search before allocation is requested, mapper calls
> tc_search_tbl_entry with the alloc flag.
>
> - On HIT, the result and table index is returned.
> - On MISS, the table index is returned but the result is
> created and the table entry is set.
> - On REJECT, the flow request is rejected.
>
> Signed-off-by: Mike Baucom <michael.baucom at broadcom.com>
> Reviewed-by: Kishore Padmanabha <kishore.padmanabha at broadcom.com>
> Reviewed-by: Ajit Khaparde <ajit.khaparde at broadcom.com>
Is 'tbl' in patch title, short for 'table'?
More information about the dev
mailing list