From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 34033A04DE; Fri, 23 Oct 2020 07:09:12 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7F1A86968; Fri, 23 Oct 2020 07:09:10 +0200 (CEST) Received: from mail-ot1-f68.google.com (mail-ot1-f68.google.com [209.85.210.68]) by dpdk.org (Postfix) with ESMTP id B2A186966 for ; Fri, 23 Oct 2020 07:09:07 +0200 (CEST) Received: by mail-ot1-f68.google.com with SMTP id m22so291631ots.4 for ; Thu, 22 Oct 2020 22:09:07 -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=DEMLZ04QSLkDhmSRhAUcFGZRgXeWxB/LyyI+AeG1buk=; b=cZc5hkUBa979pS2/egcDU5d32De/Ks3Lv0zvuQDcqJWt6e8n5YlCctlpf3VGIlUsOl X3mY8tqTamKnhqQx077S5Wb04U6BQ0OPEGTVorh3Y2JMJoQVNgZrwIB1IoYL8u9aDPtQ a/COcwIaAP6tvhQFO8pj3KSTmEacXUY97edwc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=DEMLZ04QSLkDhmSRhAUcFGZRgXeWxB/LyyI+AeG1buk=; b=RSJq7jPfz0idJTCWb15sIKAH2LkevG3la/5PxYTBghfN3e9ukeG9t2cocQF5bansyI UhQNihafOaa8uex92Ls5Vm6JRNtgHtO3DdODB3W97kRriNQTL5vGKMPi3O2BbBDzoFg8 2YdSmGsQpHQ/cQmZMT/VKSprRC/G0QalW1DO1nwpxOLEadi47BnK4qvr48qqxbvuhto9 Mb4ZBOLHsFygl3p70sKxW0q49STGcFem76IkMTddjOIThXgftx/3EZ0QmjCklHFUIeWp 4ZPCvk9UPcwLj8mNGdnaZH9axLSRD/R4HtY5A3igCSyo6UkMcKMLdpAiz7cU9rxRpZMV zJmg== X-Gm-Message-State: AOAM530yKJOTqQQsnBzxfswKDpOuVWteJ7deDSILQ0JI6SFYySoTslVX BZdeA8nfNP6U6XQ9dzHo0Z38PEVVJga0Ml5MFWK4SU4Ye9l0HqpK X-Google-Smtp-Source: ABdhPJzntsp2mBKy9d7D10HJySECypH9UgXUSwZLMOnTKYZrHCYu2lKchYjnLxd+GXni/UYuEbehOouRnYxzoF3AMDk= X-Received: by 2002:a9d:f67:: with SMTP id 94mr396926ott.154.1603429745674; Thu, 22 Oct 2020 22:09:05 -0700 (PDT) MIME-Version: 1.0 References: <20201020215538.59242-1-ajit.khaparde@broadcom.com> <20201022220542.84166-1-ajit.khaparde@broadcom.com> In-Reply-To: <20201022220542.84166-1-ajit.khaparde@broadcom.com> From: Ajit Khaparde Date: Thu, 22 Oct 2020 22:08:49 -0700 Message-ID: To: dpdk-dev Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH v3 00/11] bnxt fixes and enhancements to TRUFLOW support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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 Thu, Oct 22, 2020 at 3:06 PM Ajit Khaparde wrote: > > This patchset has support for VXLAN decap full offload, > SR device support in tf_core and a few bug fixes. > > v1->v2: > - Squashed some patches. > - Updated commit logs. > - Fixed a compilation issue reported during clang builds. > > v2->v3: > - Added the SPDX header for cfa_resource_types.h in patch [01/11]. > - Update commit logs. Patchset applied to dpdk-next-net-brcm. For some reason, the set did not go out as a series. > > Farah Smith (1): > net/bnxt: add table scope to PF Mapping > > Jay Ding (1): > net/bnxt: changes to support two table scopes > > Kishore Padmanabha (2): > net/bnxt: add support for flow counter accumulation > net/bnxt: add mapper support for wildcard TCAM > > Peter Spreadborough (2): > net/bnxt: add stingray support to core layer > net/bnxt: update ULP resource counts > > Somnath Kotur (2): > net/bnxt: fix infinite loop in flow query count > net/bnxt: change HWRM command to create reps > > Venkat Duvvuru (3): > net/bnxt: refactor flow id allocation > net/bnxt: add support for VXLAN decap templates > net/bnxt: add VXLAN decap offload support > > doc/guides/nics/bnxt.rst | 18 + > doc/guides/rel_notes/release_20_11.rst | 2 + > drivers/net/bnxt/bnxt.h | 6 +- > drivers/net/bnxt/bnxt_ethdev.c | 2 + > drivers/net/bnxt/bnxt_hwrm.c | 60 +- > drivers/net/bnxt/bnxt_hwrm.h | 2 - > drivers/net/bnxt/bnxt_reps.c | 18 +- > drivers/net/bnxt/hcapi/hcapi_cfa.h | 39 +- > drivers/net/bnxt/meson.build | 1 + > drivers/net/bnxt/tf_core/cfa_resource_types.h | 84 +- > drivers/net/bnxt/tf_core/tf_core.c | 57 +- > drivers/net/bnxt/tf_core/tf_core.h | 57 +- > drivers/net/bnxt/tf_core/tf_device.c | 9 +- > drivers/net/bnxt/tf_core/tf_device.h | 47 +- > drivers/net/bnxt/tf_core/tf_device_p4.c | 69 +- > drivers/net/bnxt/tf_core/tf_device_p4.h | 6 + > drivers/net/bnxt/tf_core/tf_device_p45.h | 105 + > drivers/net/bnxt/tf_core/tf_em.h | 25 +- > drivers/net/bnxt/tf_core/tf_em_common.c | 176 +- > drivers/net/bnxt/tf_core/tf_em_common.h | 27 +- > drivers/net/bnxt/tf_core/tf_em_host.c | 31 +- > drivers/net/bnxt/tf_core/tf_global_cfg.c | 4 +- > drivers/net/bnxt/tf_core/tf_global_cfg.h | 42 +- > drivers/net/bnxt/tf_core/tf_msg.c | 13 +- > drivers/net/bnxt/tf_core/tf_msg.h | 4 +- > drivers/net/bnxt/tf_core/tf_session.h | 16 +- > drivers/net/bnxt/tf_core/tf_tbl.h | 3 + > drivers/net/bnxt/tf_core/tfp.c | 19 + > drivers/net/bnxt/tf_core/tfp.h | 16 + > drivers/net/bnxt/tf_ulp/bnxt_tf_common.h | 4 +- > drivers/net/bnxt/tf_ulp/bnxt_ulp.c | 50 +- > drivers/net/bnxt/tf_ulp/bnxt_ulp.h | 12 + > drivers/net/bnxt/tf_ulp/bnxt_ulp_flow.c | 129 +- > drivers/net/bnxt/tf_ulp/ulp_def_rules.c | 48 +- > drivers/net/bnxt/tf_ulp/ulp_fc_mgr.c | 133 +- > drivers/net/bnxt/tf_ulp/ulp_fc_mgr.h | 19 + > drivers/net/bnxt/tf_ulp/ulp_flow_db.c | 475 +++- > drivers/net/bnxt/tf_ulp/ulp_flow_db.h | 46 + > drivers/net/bnxt/tf_ulp/ulp_mapper.c | 83 +- > drivers/net/bnxt/tf_ulp/ulp_mapper.h | 6 +- > drivers/net/bnxt/tf_ulp/ulp_rte_parser.c | 85 +- > drivers/net/bnxt/tf_ulp/ulp_rte_parser.h | 12 + > .../net/bnxt/tf_ulp/ulp_template_db_class.c | 962 ++++--- > .../net/bnxt/tf_ulp/ulp_template_db_enum.h | 42 +- > .../net/bnxt/tf_ulp/ulp_template_db_field.h | 363 ++- > .../tf_ulp/ulp_template_db_stingray_act.c | 116 +- > .../tf_ulp/ulp_template_db_stingray_class.c | 2493 ++++++++++++++--- > drivers/net/bnxt/tf_ulp/ulp_template_db_tbl.c | 9 +- > .../bnxt/tf_ulp/ulp_template_db_wh_plus_act.c | 116 +- > .../tf_ulp/ulp_template_db_wh_plus_class.c | 2489 +++++++++++++--- > drivers/net/bnxt/tf_ulp/ulp_template_struct.h | 7 + > drivers/net/bnxt/tf_ulp/ulp_tun.c | 310 ++ > drivers/net/bnxt/tf_ulp/ulp_tun.h | 92 + > drivers/net/bnxt/tf_ulp/ulp_utils.c | 125 + > drivers/net/bnxt/tf_ulp/ulp_utils.h | 48 +- > 55 files changed, 7197 insertions(+), 2035 deletions(-) > create mode 100644 drivers/net/bnxt/tf_core/tf_device_p45.h > create mode 100644 drivers/net/bnxt/tf_ulp/ulp_tun.c > create mode 100644 drivers/net/bnxt/tf_ulp/ulp_tun.h > > -- > 2.21.1 (Apple Git-122.3) >