From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1D8F8A0C53; Wed, 3 Nov 2021 04:41:00 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 918B540E0F; Wed, 3 Nov 2021 04:40:59 +0100 (CET) Received: from mail-il1-f172.google.com (mail-il1-f172.google.com [209.85.166.172]) by mails.dpdk.org (Postfix) with ESMTP id 03E7040E03 for ; Wed, 3 Nov 2021 04:40:57 +0100 (CET) Received: by mail-il1-f172.google.com with SMTP id w10so1168128ilc.13 for ; Tue, 02 Nov 2021 20:40:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=UL6DR2+OrYf1QaJ5Atr8DZLNwjuW+3QRGwEj+j/g/mg=; b=XfqvgTeaMbsMwBd41kmh9x7ulrf35KVzQwo/R1EffH0EsK8l7oQcusb2q/21QOQBUq Fc5f5hI+C7lVdtSEkccsyIkM7GR9L8YmFlwlADBuz9aBEYcrKsZkBbG4yGYi2zPz4ILa IkwPLLQK7XgJkey9eh6zEUZ/6V2pvKiFVTBqI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=UL6DR2+OrYf1QaJ5Atr8DZLNwjuW+3QRGwEj+j/g/mg=; b=zAH2RUGlJElARXbq35GQ1Im5r4HieG634hTotdBQBlyqVgfI8OHzNNpWOG5iYw6i17 nIaCM+YEWY7kkHiJOdLgEJsWYxKpnBvgsRovU8q7+A2Q40vIDTeML3HV15+kexpxwWjb /BUeYpe+/vYB4MLjb/dqQJ/yydM42Ghza6QrAKENMN6Y+eXWZnAiw/mCA228w16tXPU3 pyjnfIGHvf1vSTvHjRNaN7cF1Khb1DdMbUShma4FjuwO36oZKijFgEyIf4o4y8gV3mrw HHDJNkRIlE8x+rbfUqW06TUW/AsU/llhrZDwGfA6xu93Jb1DvbJrKo7MClEH+FuaJJEV uCAg== X-Gm-Message-State: AOAM532rP9uzQKcGYSvTDXeCN9yyjlf08yqCVqy1qv/WBHtOAJxp5sdX yGfruJuxs5I/Lz/DZoTbqKHPVYhwmEzas8f0K2WowtHN++g= X-Google-Smtp-Source: ABdhPJwu009P+GJ1a5RQQuIfeBJ1AjuktgYyEqJSXteMHmNwGhxowKubYH2f0MgLzCfgQR7wHJeRC46e0Zack8ByzeA= X-Received: by 2002:a92:d5c1:: with SMTP id d1mr2420946ilq.311.1635910857219; Tue, 02 Nov 2021 20:40:57 -0700 (PDT) MIME-Version: 1.0 References: <20211102040556.7840-1-venkatkumar.duvvuru@broadcom.com> <20211103005251.25524-1-ajit.khaparde@broadcom.com> In-Reply-To: <20211103005251.25524-1-ajit.khaparde@broadcom.com> From: Ajit Khaparde Date: Tue, 2 Nov 2021 20:40:41 -0700 Message-ID: To: dpdk-dev , Ferruh Yigit Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [dpdk-dev] [PATCH v4 00/20] fixes and enhancements to Truflow X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, Nov 2, 2021 at 5:52 PM Ajit Khaparde wrote: > Enhancements include: > * Scaling numbers on Thor > * Inner IP header support for GRE tunnel flows > * Enable wildcard match for ingress flows > * Add clear on read for flow stats on Thor > * Add nat support for dest IP and port combination > * Remove 2-slice WC support > * Add support for socket redirect feature > * Add new API TruFlow get SRAM resources > * Remove accumulation of stats devargs argument > * Add TruFlow and AFM SRAM partitioning support > > V2: > * Compilation fixes > * Remove 2-slice WC support > * Add support for socket redirect feature > * Add new API TruFlow get SRAM resources > * Remove accumulation of stats devargs argument > * Add TruFlow and AFM SRAM partitioning support > > V3: > * Added one more patch (use enum for bank ID) > > V4: > * Fixed typos in patch 2/20 > * Fix checkpatch warnings > * Updated commit logs > * Rebased the patches to latest dpdk-next-net > Patchset applied to dpdk-next-net-brcm. Thanks > > Farah Smith (1): > net/bnxt: add clear on read support > > Jay Ding (5): > net/bnxt: get TruFlow version > net/bnxt: add new TruFlow API to get SRAM resources > net/bnxt: add TruFlow and AFM SRAM partitioning support > net/bnxt: add Tx TruFlow table config for P4 device > net/bnxt: use enum for bank ID > > Kishore Padmanabha (11): > net/bnxt: add NAT support for dest IP and port combination > net/bnxt: add support for multi root capability > net/bnxt: fix out of bounds issue in hash list > net/bnxt: add capability option for socket redirect > net/bnxt: enable wildcard match for ingress flows > net/bnxt: support inner IP header for GRE tunnel flows > net/bnxt: remove devargs for stats accumulation > net/bnxt: update log messages in TruFlow path > net/bnxt: add support for socket direct feature > net/bnxt: modify VF representor alloc sequence > net/bnxt: check mismatch of control and physical port > > Mike Baucom (1): > net/bnxt: remove 2 slice WC entries > > Shahaji Bhosle (2): > net/bnxt: increase flow scale for Thor > net/bnxt: fix clang compiler warnings > > drivers/net/bnxt/bnxt.h | 25 +- > drivers/net/bnxt/bnxt_cpr.c | 2 +- > drivers/net/bnxt/bnxt_ethdev.c | 274 +- > drivers/net/bnxt/bnxt_hwrm.c | 36 + > drivers/net/bnxt/bnxt_hwrm.h | 1 + > drivers/net/bnxt/bnxt_reps.c | 9 +- > drivers/net/bnxt/hsi_struct_def_dpdk.h | 4007 ++++++++++++++--- > drivers/net/bnxt/tf_core/tf_core.c | 197 + > drivers/net/bnxt/tf_core/tf_core.h | 202 + > drivers/net/bnxt/tf_core/tf_device.c | 11 +- > drivers/net/bnxt/tf_core/tf_device.h | 102 + > drivers/net/bnxt/tf_core/tf_device_p4.c | 178 +- > drivers/net/bnxt/tf_core/tf_device_p4.h | 137 +- > drivers/net/bnxt/tf_core/tf_device_p58.c | 421 +- > drivers/net/bnxt/tf_core/tf_device_p58.h | 205 +- > drivers/net/bnxt/tf_core/tf_msg.c | 87 +- > drivers/net/bnxt/tf_core/tf_msg.h | 31 +- > drivers/net/bnxt/tf_core/tf_rm.c | 3 +- > drivers/net/bnxt/tf_core/tf_sram_mgr.h | 10 - > drivers/net/bnxt/tf_core/tf_tbl.c | 83 +- > drivers/net/bnxt/tf_core/tf_tbl_sram.c | 13 +- > drivers/net/bnxt/tf_ulp/bnxt_ulp.c | 59 +- > drivers/net/bnxt/tf_ulp/bnxt_ulp.h | 9 +- > drivers/net/bnxt/tf_ulp/bnxt_ulp_flow.c | 29 +- > .../generic_templates/ulp_template_db_act.c | 376 +- > .../generic_templates/ulp_template_db_class.c | 1986 ++++---- > .../generic_templates/ulp_template_db_enum.h | 91 +- > .../generic_templates/ulp_template_db_tbl.c | 3946 ++++++++++++---- > .../ulp_template_db_thor_act.c | 150 +- > .../ulp_template_db_thor_class.c | 909 ++-- > .../ulp_template_db_wh_plus_act.c | 336 +- > .../ulp_template_db_wh_plus_class.c | 222 +- > drivers/net/bnxt/tf_ulp/ulp_def_rules.c | 8 +- > drivers/net/bnxt/tf_ulp/ulp_fc_mgr.c | 12 +- > drivers/net/bnxt/tf_ulp/ulp_flow_db.c | 2 +- > drivers/net/bnxt/tf_ulp/ulp_gen_hash.c | 20 +- > drivers/net/bnxt/tf_ulp/ulp_mark_mgr.c | 2 +- > drivers/net/bnxt/tf_ulp/ulp_port_db.c | 23 + > drivers/net/bnxt/tf_ulp/ulp_port_db.h | 13 + > drivers/net/bnxt/tf_ulp/ulp_rte_parser.c | 32 +- > drivers/net/bnxt/tf_ulp/ulp_template_struct.h | 2 +- > 41 files changed, 10223 insertions(+), 4038 deletions(-) > > -- > 2.30.1 (Apple Git-130) > >