From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 29C25C433DF for ; Mon, 20 Jul 2020 15:02:31 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 7C4C022B4E for ; Mon, 20 Jul 2020 15:02:30 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=broadcom.com header.i=@broadcom.com header.b="Rb8jzLFx" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7C4C022B4E Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=broadcom.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C10181BFBB; Mon, 20 Jul 2020 17:02:29 +0200 (CEST) Received: from mail-oi1-f195.google.com (mail-oi1-f195.google.com [209.85.167.195]) by dpdk.org (Postfix) with ESMTP id 641161BFBA for ; Mon, 20 Jul 2020 17:02:28 +0200 (CEST) Received: by mail-oi1-f195.google.com with SMTP id y22so14577730oie.8 for ; Mon, 20 Jul 2020 08:02:28 -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=2e07Jwkft/rOzbv8QuRFEk69z4KoLUCuPCy+nYX+Wuw=; b=Rb8jzLFxpTeQB+imv0t+u08aJT6hzqImcG8f6fo8cynfuGdmoGYZMwGCO9Uxhe8810 OdkoZ+QWqJu5a6FLyc+RDC+YpZrjLweTfBJIK+a4nlqBP1JzZ99HpVVNnUmDekkT4e9X f0cT390aT5eubIX+x9F94kFYIC8pSrImALnFI= 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=2e07Jwkft/rOzbv8QuRFEk69z4KoLUCuPCy+nYX+Wuw=; b=ieSFCoVZ18FWIRJyuZoeSp1v02DkKX+2K0Efd8A2Dcy57d3lnap1NTMdPcdSn5+lQm LgghzjSjXTMAfw4XVGHQ+it04P6qtUMlg8mXnpuQrpcmeoc7m83uupTO6zrCrYfvQkwn qwMBCtotC7k3VWI4JaKYOXqYGelmDf5FU+788oN6t5T/cwVsKXoMwOoSJSe5olrndst5 BV5qkVp0uor+jmRlLZci9QULTNMYncF5JdfKuw+xQw1R2ewE+FvSTTy8VlIJWxDo4y3g E7O+FLRL8Uom6GwzlJ70mL7E5WFqiSgYMEXYM/Nh41e1sWv5KUUooxSe8pUenq5nuOd1 r1ag== X-Gm-Message-State: AOAM530P2DDrOLLqgkQ7uxJ1RshUP8N3nVIymTTcmEvKn6X4y3omYLS/ uWoTNk9Mp71mbqGvjb5R+D4oGtH6gqEk/6MuhlM/DPrGDy9wNA== X-Google-Smtp-Source: ABdhPJyaErvf9RMfoEfe0hYvUwB1UBlue7zX2UhwCOkTzkggrohNd69G9UB9O6bj80OSiv0drSVIHntWRpuS/9UCKO0= X-Received: by 2002:aca:e1d6:: with SMTP id y205mr17838818oig.179.1595257346913; Mon, 20 Jul 2020 08:02:26 -0700 (PDT) MIME-Version: 1.0 References: <20200717141451.11705-1-somnath.kotur@broadcom.com> <20200718072515.62969-1-ajit.khaparde@broadcom.com> In-Reply-To: <20200718072515.62969-1-ajit.khaparde@broadcom.com> From: Ajit Khaparde Date: Mon, 20 Jul 2020 08:02:10 -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 v3 00/14] 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 Sat, Jul 18, 2020 at 12:25 AM Ajit Khaparde wrote: > Some changes, cleanups/fixes in the TF-ULP layer > > v1->v2: Got rid of patch 14 from v1 that was adding debug logs for now > v2->v3: Update commit logs based on review comments > Patches applied to dpdk-next-net-brcm. > > Farah Smith (2): > net/bnxt: initialize table scope parameter > net/bnxt: fix exact match message size > > Jay Ding (1): > net/bnxt: use NAT IPv4 action > > Kishore Padmanabha (6): > net/bnxt: enable default flows in truflow mode > net/bnxt: add protocol header info based on proto field data > net/bnxt: fix dereference of a null pointer > net/bnxt: modify default egress rule for VF representor > net/bnxt: update truflow resource allocation numbers > net/bnxt: enable support for exact match templates > > Peter Spreadborough (1): > net/bnxt: modify resource management scheme > > Randy Schacher (2): > net/bnxt: remove unused macro > net/bnxt: change header to use SPDX license > > Somnath Kotur (2): > net/bnxt: fix to avoid accumulation of flow counters > net/bnxt: remove unnecessary debug log > > drivers/net/bnxt/bnxt_ethdev.c | 5 +- > drivers/net/bnxt/tf_core/cfa_resource_types.h | 207 +- > drivers/net/bnxt/tf_core/tf_core.h | 16 +- > drivers/net/bnxt/tf_core/tf_device_p4.h | 13 +- > drivers/net/bnxt/tf_core/tf_em_common.c | 2 +- > drivers/net/bnxt/tf_core/tf_msg.c | 3 +- > drivers/net/bnxt/tf_core/tf_util.c | 18 +- > drivers/net/bnxt/tf_ulp/bnxt_ulp.c | 35 +- > drivers/net/bnxt/tf_ulp/bnxt_ulp.h | 9 + > drivers/net/bnxt/tf_ulp/ulp_def_rules.c | 11 +- > drivers/net/bnxt/tf_ulp/ulp_fc_mgr.c | 4 +- > drivers/net/bnxt/tf_ulp/ulp_mapper.c | 3 - > drivers/net/bnxt/tf_ulp/ulp_mark_mgr.c | 8 +- > drivers/net/bnxt/tf_ulp/ulp_rte_parser.c | 180 +- > drivers/net/bnxt/tf_ulp/ulp_template_db_act.c | 2547 ++- > .../net/bnxt/tf_ulp/ulp_template_db_class.c | 17417 +++++++++++++--- > .../net/bnxt/tf_ulp/ulp_template_db_enum.h | 328 +- > .../net/bnxt/tf_ulp/ulp_template_db_field.h | 959 +- > drivers/net/bnxt/tf_ulp/ulp_template_db_tbl.c | 478 +- > drivers/net/bnxt/tf_ulp/ulp_template_struct.h | 1 + > 20 files changed, 18533 insertions(+), 3711 deletions(-) > > -- > 2.21.1 (Apple Git-122.3) > >