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 32726A053B; Fri, 17 Jul 2020 16:17:32 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 186921BF60; Fri, 17 Jul 2020 16:17:32 +0200 (CEST) Received: from mail-vs1-f68.google.com (mail-vs1-f68.google.com [209.85.217.68]) by dpdk.org (Postfix) with ESMTP id B02FB1BF5F for ; Fri, 17 Jul 2020 16:17:30 +0200 (CEST) Received: by mail-vs1-f68.google.com with SMTP id a17so4924888vsq.6 for ; Fri, 17 Jul 2020 07:17:30 -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 :cc; bh=kVB+BUP/yfVrsX6eR6WaDkHPrPF7kCc0PhGTnO2wqys=; b=KsmhjX2gCq946me/Pl7gswmmW8SSphzhsP14Y0hl/6a7I6zufDbStP+Jb6kt47XTxA CAUw0e2p3boyPRrXYqrvtCO+7f6UXDRr0LMIupsFv8YQHvspW+dIXBU2MKsTWye5rLwh gtwHtya9MsNOaXwMOrBgOrdCUfcDXMiLvmGck= 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:cc; bh=kVB+BUP/yfVrsX6eR6WaDkHPrPF7kCc0PhGTnO2wqys=; b=T6LobmS/itScCo+neUZRDGDTPxvFRt5LmbdVK31gERRWfe+OoSvmkFxb9cvW2eNU8Y IJ8ggvhkg8c+l8FE6V4woFqu3m8tfoizoxdgvVkvWo8Hk2tPgmG6I/to8qgr3psdlK5I gafEwI6I/rI5YCGYGFie/3Tly5pvybM2Gu2u77R/Zv4OXguq0JupVuTgGmNcOLP7Z29v GgNgatuThRCYOfydAASDZOnhwklzWzmhp0ejv8euDMuxI6gr/2Q60zRLPudjl5CoFZbJ ad67MqBq7jiwyk+ehnJdpUoWlYcC4uk+lRgqXO/qXRR2USQHWXVdIViPZ8rOr5MRvJOA V2+Q== X-Gm-Message-State: AOAM533Vks9nGDA31idnKYPQXFN2Bwk6YeDI3PWoSWiGx/Jwz3P4+sD2 vbaWfhr2RWATkOMRxaGxd73DKPUIiZww3zK9AafktPvX X-Google-Smtp-Source: ABdhPJwVP/MU697j4M/NnQ8Z1mZMaIzmLE7XEC2x7oJrClgpp3kFsCfdXuOuJhXbo7YLiWioFynEBiuO3S5674Eq3kU= X-Received: by 2002:a67:2007:: with SMTP id g7mr7231804vsg.219.1594995449543; Fri, 17 Jul 2020 07:17:29 -0700 (PDT) MIME-Version: 1.0 References: <20200717141113.11613-1-somnath.kotur@broadcom.com> In-Reply-To: <20200717141113.11613-1-somnath.kotur@broadcom.com> From: Somnath Kotur Date: Fri, 17 Jul 2020 19:47:18 +0530 Message-ID: To: dev Cc: Ferruh Yigit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH 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 Fri, Jul 17, 2020 at 7:46 PM Somnath Kotur wrote: > > From: Venkat Duvvuru > > Some changes, cleanups/fixes in the TF-ULP layer > > Farah Smith (2): > net/bnxt: initialize table scope rm parameters > net/bnxt: fix em message size > > Jay Ding (1): > net/bnxt: replace NAT IPv4 action SRC/DEST > > 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: default egress rule changes > net/bnxt: update cfa truflow resource allocation numbers > net/bnxt: enable support for exact match templates > > Peter Spreadborough (1): > net/bnxt: changes to support new RM and multi-region > > Randy Schacher (2): > net/bnxt: clean up em message definition > net/bnxt: change header to 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 +++- > drivers/net/bnxt/tf_ulp/ulp_template_db_class.c | 17417 ++++++++++++++++++---- > drivers/net/bnxt/tf_ulp/ulp_template_db_enum.h | 328 +- > drivers/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.7.4 > Please ignore, missed the 'reply-to'