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 63804A04DD; Wed, 21 Oct 2020 07:31:45 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EC2ECAC7C; Wed, 21 Oct 2020 07:31:43 +0200 (CEST) Received: from mail-ot1-f67.google.com (mail-ot1-f67.google.com [209.85.210.67]) by dpdk.org (Postfix) with ESMTP id 6384FAC6D for ; Wed, 21 Oct 2020 07:31:41 +0200 (CEST) Received: by mail-ot1-f67.google.com with SMTP id f37so774784otf.12 for ; Tue, 20 Oct 2020 22:31:41 -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=2/Teb19XKjtE5KuVCxQMe++j0O0u5l3dHPUcwMH3i0w=; b=TIuqqkzg4bOUcSITqEM5kbDYdtQoXcWv6SKx2zO0xwkut4MbmfODNaS0d4NuGokgfL XuxVIFgMDc2BMU7N1+3wFumzjP9hwdHAXcS4qUN3MOmyJ6s+6/GM+g2wdWx0Zmh0j8ES cJspzw3oD8y/0EL8pD2rF5biT+nLgQDW4Usdo= 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=2/Teb19XKjtE5KuVCxQMe++j0O0u5l3dHPUcwMH3i0w=; b=eeeYOYx04Ffw6GohNWBVp3ZB/y7uvLXJrU/ZWJlRDVwDqCsUYieDyOGSd7jmBHiZ8M eALuV//g29MxUMv6OW8pJ4aEQTU8dNyVTMjWKlkD5MqvaBkjpuOweV5DsHIF7Ei9WAsQ xNnBOpJCZ+VRF5HpPnoyqHTAJAyLzm9sFhYDpHuaunlduftTYCqzuRkkdW3uHs3DtEow i/7dXccHb8rO02F7bfm6VlfynpWq6DJjICVWrnGKeYs8rahop8ckj2BSkz8BEJjbX5wy YJ/Q3Z/AQAKh07Y3L25Oh/7wDDHtI0L3DaJXCYXl7wG1Ro1yl4/J6iIAc8/s921eiV38 lwSQ== X-Gm-Message-State: AOAM530pFZg50zkaJq+NaQFFfNcSWJoHzLDpfbpdsvv00Y81m5UxePH6 nDhynThJ9HDIfmfIWVouV+BeFKhp7/J8XYEhqN4zkZ+22dOBQP1B X-Google-Smtp-Source: ABdhPJzXizhTCdbAVPoL53nB3ieC0YDfjDaaxHRAAerdPn8Ht+knEzSwRAlXfHeleYrH6j9zVnhv6W1AO7knHQzEYjI= X-Received: by 2002:a9d:1909:: with SMTP id j9mr1374237ota.283.1603258300202; Tue, 20 Oct 2020 22:31:40 -0700 (PDT) MIME-Version: 1.0 References: <1602916089-18576-1-git-send-email-venkatkumar.duvvuru@broadcom.com> <20201020215538.59242-1-ajit.khaparde@broadcom.com> In-Reply-To: <20201020215538.59242-1-ajit.khaparde@broadcom.com> From: Ajit Khaparde Date: Tue, 20 Oct 2020 22:31:24 -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 v2 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 Tue, Oct 20, 2020 at 2:55 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. Fixed the checkpatch in [patch 2/14] warning during merge. Patchset applied to dpdk-next-net-brcm/for-next-net. > > 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 | 95 +- > 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, 7206 insertions(+), 2037 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) >