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 DAEFCA04BC; Sat, 10 Oct 2020 06:07:47 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 17D7F1D696; Sat, 10 Oct 2020 06:07:23 +0200 (CEST) Received: from mail-ot1-f97.google.com (mail-ot1-f97.google.com [209.85.210.97]) by dpdk.org (Postfix) with ESMTP id E91561D674 for ; Sat, 10 Oct 2020 06:07:17 +0200 (CEST) Received: by mail-ot1-f97.google.com with SMTP id i12so10888511ota.5 for ; Fri, 09 Oct 2020 21:07:17 -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 :content-transfer-encoding; bh=wsIcz325W97gOM3B9fhwkDJh9DLHCgJFFs4tCJTMsBg=; b=cmEKJmyPejMlPwH+tRAEM0+v/yJfgM7nw7nK6Zfl+0s2oAPctYd0Pxz+H0dUL5eFTl GcxDnQEcNGABU25A3T526GvKQoi0SXHZFP/qE25u0XmSU588qGfHMEmC6TJCtWU00xmb 4rjIz86GEkgPOBU3ncWcN8GcWm5CRxVbPi7q4= 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:content-transfer-encoding; bh=wsIcz325W97gOM3B9fhwkDJh9DLHCgJFFs4tCJTMsBg=; b=TOWHsqPt0zdUukWlbS8oAqdeK1TWtUhfDL6ZjuZ5QmL2zd7MFrRBff/4gVkdWDVa/q rtslEH9d0jOB9V6uQSPec2JQ5IzkpNxh6jSjnCy47Y5szTh2+1EachpEmOrRRjvcCNmQ uQCiHdxMubL8SBueKCkO658ASq1/w777e+V5XcCphhvDXDgJko0EG2tOpxiBnKsqBFcC eOheYGRwqw5oucPtepBBSVNoFLagRS1khhp80BjqLUR3CbTlppB1qzpcEGa+/2JlcxKu 2UnCg5pkXw3iGbxXIJ8zp9FQ7ewlVv2LxC6N8kZIrVJs54S4ZHQkSWp9F1As/s2qA3XH HStg== X-Gm-Message-State: AOAM531nPrJuif7VEmDOVvBoeMigaWjoExPY7xGMrTY929CWvvc2ZzjY YHOOwoET+Rvzl80EJjMqLcW8YoGafQR6gmYz5HQirIEGExz3UMVNNu72+o1X/8z4gGwQlJAt5g6 SO+9L7qVEWY4ZZehxUVEXW4PM2tOtOUnOHJnQWF3F/5lIA5YbA9bumO325W4UoYayp8rBtovSrB rGMw== X-Google-Smtp-Source: ABdhPJzDJ6tcEg+3aSeIZmOQHSzRM90ImKR7XSdqdoWH2GopblD48XF0ryXoraD3HvUnj29s0PR8/AvkqXtH X-Received: by 2002:a9d:27a2:: with SMTP id c31mr11259629otb.293.1602302836008; Fri, 09 Oct 2020 21:07:16 -0700 (PDT) Received: from localhost.localdomain ([192.19.223.252]) by smtp-relay.gmail.com with ESMTPS id 67sm1555892oop.24.2020.10.09.21.07.15 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 09 Oct 2020 21:07:15 -0700 (PDT) X-Relaying-Domain: broadcom.com From: Ajit Khaparde To: dev@dpdk.org Date: Fri, 9 Oct 2020 21:05:09 -0700 Message-Id: <20201010040520.63049-1-ajit.khaparde@broadcom.com> X-Mailer: git-send-email 2.21.1 (Apple Git-122.3) In-Reply-To: <20201009111130.10422-1-somnath.kotur@broadcom.com> References: <20201009111130.10422-1-somnath.kotur@broadcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v2 00/12] bnxt patches 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" Fixes and enchancements in the bnxt PMD, mostly in the TRUFLOW layer, including templates to add support for Stingray device. v2: - squashed patch patch 13 to patch 7 - updated and fixed commit logs - updated docs and release notes where necessary Kishore Padmanabha (4): net/bnxt: fix the corruption of the session details net/bnxt: combine default and regular flows net/bnxt: add support for parent child flow database net/bnxt: add parent child flow create and free Mike Baucom (6): net/bnxt: add multi-device infrastructure net/bnxt: add Stingray device support to ULP net/bnxt: consolidate template table processing net/bnxt: support runtime EM selection net/bnxt: consolidate template table processing net/bnxt: remove flow db table type from templates Venkat Duvvuru (2): net/bnxt: fix PMD PF support in SR-IOV mode net/bnxt: handle default vnic change async event doc/guides/nics/bnxt.rst | 42 + doc/guides/rel_notes/release_20_11.rst | 1 + drivers/net/bnxt/bnxt.h | 6 +- drivers/net/bnxt/bnxt_cpr.c | 13 +- drivers/net/bnxt/bnxt_ethdev.c | 40 +- drivers/net/bnxt/bnxt_hwrm.c | 463 +- drivers/net/bnxt/bnxt_hwrm.h | 12 +- drivers/net/bnxt/meson.build | 4 + drivers/net/bnxt/tf_ulp/bnxt_ulp.c | 387 +- drivers/net/bnxt/tf_ulp/bnxt_ulp.h | 11 + drivers/net/bnxt/tf_ulp/bnxt_ulp_flow.c | 5 +- drivers/net/bnxt/tf_ulp/ulp_def_rules.c | 5 +- drivers/net/bnxt/tf_ulp/ulp_fc_mgr.c | 2 +- drivers/net/bnxt/tf_ulp/ulp_flow_db.c | 892 +- drivers/net/bnxt/tf_ulp/ulp_flow_db.h | 179 +- drivers/net/bnxt/tf_ulp/ulp_mapper.c | 520 +- drivers/net/bnxt/tf_ulp/ulp_mapper.h | 22 +- drivers/net/bnxt/tf_ulp/ulp_template_db_act.c | 1810 -- .../net/bnxt/tf_ulp/ulp_template_db_class.c | 16271 ------------- .../net/bnxt/tf_ulp/ulp_template_db_enum.h | 18 +- .../tf_ulp/ulp_template_db_stingray_act.c | 3305 +++ .../tf_ulp/ulp_template_db_stingray_class.c | 19005 ++++++++++++++++ drivers/net/bnxt/tf_ulp/ulp_template_db_tbl.c | 59 +- drivers/net/bnxt/tf_ulp/ulp_template_db_tbl.h | 48 + .../bnxt/tf_ulp/ulp_template_db_wh_plus_act.c | 3304 +++ .../tf_ulp/ulp_template_db_wh_plus_class.c | 19005 ++++++++++++++++ drivers/net/bnxt/tf_ulp/ulp_template_struct.h | 64 +- drivers/net/bnxt/tf_ulp/ulp_utils.h | 4 + 28 files changed, 46530 insertions(+), 18967 deletions(-) create mode 100644 drivers/net/bnxt/tf_ulp/ulp_template_db_stingray_act.c create mode 100644 drivers/net/bnxt/tf_ulp/ulp_template_db_stingray_class.c create mode 100644 drivers/net/bnxt/tf_ulp/ulp_template_db_tbl.h create mode 100644 drivers/net/bnxt/tf_ulp/ulp_template_db_wh_plus_act.c create mode 100644 drivers/net/bnxt/tf_ulp/ulp_template_db_wh_plus_class.c -- 2.21.1 (Apple Git-122.3)