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 27C27A04BC; Sat, 10 Oct 2020 06:12:49 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0A74E1D6D9; Sat, 10 Oct 2020 06:12:48 +0200 (CEST) Received: from mail-pf1-f225.google.com (mail-pf1-f225.google.com [209.85.210.225]) by dpdk.org (Postfix) with ESMTP id 66F831D6AE for ; Sat, 10 Oct 2020 06:12:45 +0200 (CEST) Received: by mail-pf1-f225.google.com with SMTP id k8so8556826pfk.2 for ; Fri, 09 Oct 2020 21:12:45 -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=ZBaWtHDOnyh1pvcJOVaAOqJJqo+F/odHW7jKVoXl5hEmqbRJNaIDNnxCC44t8bWpP3 KchMZ4RJbHJp6JWGGbWQ0U8OkNN8dsnZDmq5bFlbOAbF91Hftg4HqeXSb8fJOjU40WNo 6VoCaquX8I0D4aWPbhF/Uew3L12nhIUlvUwSE= 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=bdN6Atg6FQZAsxJ6eRpaCQVPTYCMS9gQMU/ILR/8Pn7rMnii1ag5aigAp1gwo2XA3w o8lGppUerqCdKAWmLZnb9pUAhBwBFkLueHfzGFvQSooWBlOYr2cfEnRqOf21S6BK8IyX 5dFQ0Yb5KkJARBiFXvzbjPrqZiCF5ANyXn+iL/796EnDigUAbSVhyCSS/BdSXOXs1fnQ ajuDz5SRhSgb1m6aqjfqA/ofkfixXEk6Uu3AgkxzNQ41NmfVZQlkOm/0LEGGiTJ0Twke j2H5rw0d9hwP9wrN63DzwwVnBSflAIX+TIPqzNAzeDpuvyfym8Yws2v7oH5ep91qSyae vXAg== X-Gm-Message-State: AOAM532lBMAaL1yxOfX/E4ItLWXH6ADKB1LTsEQZIEBm4aH8PMhb/e9o qDfx5fe+XNUTtUbNb1GP7lQ95kmvvrJAsWYpe4NrXGXl/4fDLlYRyUlALJw7wF68teMIyM8G6J1 maju1oyG+ZhfqzPGLX0q0k5cC8mZHMPJxlblYrilgB6UxJVF3lJn5B/OZOQNIab3nLU6gL4V5LW z6tw== X-Google-Smtp-Source: ABdhPJz1Dq4TTb7ts5UqVbGwhzOAr530y0Pvnyg0o4QeIwO6CYClPFl9CvTgf9GarlRV36V/H3sAZsembZGU X-Received: by 2002:a17:90a:410d:: with SMTP id u13mr8001114pjf.79.1602303164464; Fri, 09 Oct 2020 21:12:44 -0700 (PDT) Received: from localhost.localdomain ([192.19.223.252]) by smtp-relay.gmail.com with ESMTPS id b4sm1597022pjn.3.2020.10.09.21.12.44 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 09 Oct 2020 21:12:44 -0700 (PDT) X-Relaying-Domain: broadcom.com From: Ajit Khaparde To: dev@dpdk.org Date: Fri, 9 Oct 2020 21:11:41 -0700 Message-Id: <20201010041153.63921-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)