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 CD2B0A04B6; Mon, 12 Oct 2020 06:31:24 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 933A91D5AD; Mon, 12 Oct 2020 06:31:22 +0200 (CEST) Received: from mail-oi1-f196.google.com (mail-oi1-f196.google.com [209.85.167.196]) by dpdk.org (Postfix) with ESMTP id 415B01BCC4 for ; Mon, 12 Oct 2020 06:31:21 +0200 (CEST) Received: by mail-oi1-f196.google.com with SMTP id h10so4779172oie.5 for ; Sun, 11 Oct 2020 21:31:21 -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=MoW4EJSmsMQSeqPGawnrlWFhKfx04TrfE+6Gu45XGTU=; b=T5FabqR4e5AuOmfNOTLq/8g9CK9uXUBDmqvoT+JlCABjrlODW9z6GgiuxC6rJHsnCf q9e8Oi9FTJxxgZSUr13R8J9+GHF2pq89Cq1W8s3GVePewAmV2F/K82WxWTDXeB3AkNBj NtU3qYYXGZ0RLZ8YvZ5rqtrp0nqdiQP01n79E= 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=MoW4EJSmsMQSeqPGawnrlWFhKfx04TrfE+6Gu45XGTU=; b=cyoTI8TmiH8pcRCvfXiULKOy72BSSuF6U1GpC9ZvuYNgkBgtMYGaA85/NyRQF+Mk7K jPWeaWX89FrB58NF8Wq9BV4+C6wdgjyZBuz3SS4veOu3sBzYrbodRLYn1zYZyh6ouyW1 oQ2B9LiJBbpUCFIJi82iQ/DI7f//RPqMKDZrYxKiUTmiOpm4TX0aCRVFcUInvW1pIzhS 0/W+4wmHhsbCeG8ciUD9eQR4OWEX8LM6HpOTArQadvlqZEYbu+SwJeRuIf3SQfDavZQZ vGe6nLcsm/JVj3ji8Podsc3cVfFpRyiKZQLcSFDNHt6X1bD5yLPdByLjK3D40CWv7b5g UTSw== X-Gm-Message-State: AOAM530X/nE95rvp+BT4Whmxbf3YKNrNvKMMoMIrJhnTgV51DVFwRA7T HAU1NVxuR30UocG5yy1S3amtPBgbhZVam2zStjjVjCRDEmDhWp7q X-Google-Smtp-Source: ABdhPJyI7AE7AI0fwwr8BuJPiytP3WA3gEHIAdPOvFR8G3D49VHnG0Jbhhhfzt0bFKK94cIdkb9qVaytzxDhW+xqbJU= X-Received: by 2002:aca:3607:: with SMTP id d7mr9701024oia.168.1602477079111; Sun, 11 Oct 2020 21:31:19 -0700 (PDT) MIME-Version: 1.0 References: <20201009111130.10422-1-somnath.kotur@broadcom.com> <20201010041153.63921-1-ajit.khaparde@broadcom.com> In-Reply-To: <20201010041153.63921-1-ajit.khaparde@broadcom.com> From: Ajit Khaparde Date: Sun, 11 Oct 2020 21:31:03 -0700 Message-ID: To: dpdk-dev , Ferruh Yigit Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [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" On Fri, Oct 9, 2020 at 9:12 PM Ajit Khaparde wrote: > > 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 Patchset applied to dpdk-next-net-brcm/for-next-net. Thanks > > 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) >