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 43248A04DD; Fri, 23 Oct 2020 00:07:53 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6B4E49A89; Fri, 23 Oct 2020 00:06:25 +0200 (CEST) Received: from mail-pf1-f195.google.com (mail-pf1-f195.google.com [209.85.210.195]) by dpdk.org (Postfix) with ESMTP id 2CD947CAB for ; Fri, 23 Oct 2020 00:06:23 +0200 (CEST) Received: by mail-pf1-f195.google.com with SMTP id h7so2135472pfn.2 for ; Thu, 22 Oct 2020 15:06:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=from:to:subject:date:message-id:in-reply-to:references:mime-version; bh=HxJfBFZbZKHF/fvJmeOjCOVmpjFnbF9NbBVKYaEInP0=; b=RkKpwvqv+DnxZA+DJKO6fTZZW7Rdc+qadyqrtq/6kVThqY/oDxHjIRr+075DtJrOMb s+vsb4mIQiJPz9p9wmRtKrx27F43aWrg2NuKyL7xkw2f2GMTiUC6KO5aya+Kt0g5X8Wh OVbiJ1c4MG2VI0/VCijZQ9puEVl6XolRbNpdw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version; bh=HxJfBFZbZKHF/fvJmeOjCOVmpjFnbF9NbBVKYaEInP0=; b=UhFhFjvojK988duZVEOyd0FaiCGuglwr3cSJIVufGu6TUvUhQ5u3avXb116+vzFWIM 9TV1SOG4hOCJFJ+pkC7C0/HurZ9rgfmKFgJT7CmILyabv1x7qczUwtrcx4MmIIMBwCRP BAYSdNNH3slgzUCyGCPZVISTfjVwtszMQbRop5KU0BMeVzTM6pQcN/QFYQsVSu8hTGK7 bama4+m2Vs8CVTewHAj6Bd+x6gNRv9IdXjzUQqJT7EB6PWF2WexcRMLUFuFM5lXtIo3c 46y1FgrpqWSIYxINxx4BGdK9n9jyimZYYlw9s3FJ9Xb7QkJnBiviEjr833wqOnyiHeEM AdwQ== X-Gm-Message-State: AOAM533qVukgsDV50RTYhvcCJC2tDtTC1iOTB1RqkeB109/TlW76nLmU eGTiav3BxZaCU/iVe6vwKPGr9X8ZXNPqbil8URB1dOW+fSAuqC43eBJotdPQ/UREfw8G4P3m7bq eLCTl/NcZts3MruGqp9+iZhIqRgeyZUduyjpbaTAhtgn5zvQEkPMz61xlHlXsvfWkow== X-Google-Smtp-Source: ABdhPJyk+nQZ9tuQnY4Pqx38SW7VYaN+CC9Ai7PUad1aQnnAj0FwfjvJZ+OheXoECDffk8vPEkUmGA== X-Received: by 2002:aa7:9358:0:b029:152:b349:8af8 with SMTP id 24-20020aa793580000b0290152b3498af8mr4637317pfn.9.1603404380824; Thu, 22 Oct 2020 15:06:20 -0700 (PDT) Received: from localhost.localdomain ([192.19.228.250]) by smtp.gmail.com with ESMTPSA id q14sm3214059pjp.43.2020.10.22.15.06.19 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 22 Oct 2020 15:06:20 -0700 (PDT) From: Ajit Khaparde To: dev@dpdk.org Date: Thu, 22 Oct 2020 15:05:32 -0700 Message-Id: <20201022220542.84166-1-ajit.khaparde@broadcom.com> X-Mailer: git-send-email 2.21.1 (Apple Git-122.3) In-Reply-To: <20201020215538.59242-1-ajit.khaparde@broadcom.com> References: <20201020215538.59242-1-ajit.khaparde@broadcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [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" 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. 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)