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 0CC9AA0521; Tue, 28 Jul 2020 08:34:51 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B1A841C0BC; Tue, 28 Jul 2020 08:34:49 +0200 (CEST) Received: from mail-wm1-f99.google.com (mail-wm1-f99.google.com [209.85.128.99]) by dpdk.org (Postfix) with ESMTP id 223B91C044 for ; Tue, 28 Jul 2020 08:34:48 +0200 (CEST) Received: by mail-wm1-f99.google.com with SMTP id 9so16173389wmj.5 for ; Mon, 27 Jul 2020 23:34:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=YG/vqNBnIctiq/CCC6EA7AjOc9A9iHr1Vs7SDTK/gMg=; b=DlztETnWLui5GHSbAYPTahIsE1DzyxVhJt4yiEgDYQCZCJZ/+9eAGUTKDx+fc7aIhc IMPZ+jBUXkfFoqkUQmiCMP68t4qp3VfPU0QOJ80MCoPt15GHdNQeYx42FeySMzMKt6mO J6f53uUoSwNLAY2YuCE2LKPunHrR/6GpldSso= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=YG/vqNBnIctiq/CCC6EA7AjOc9A9iHr1Vs7SDTK/gMg=; b=iGL7MFMerrzlZft/z0CkxfI3nwHIGeq8Hm+NU1ZSLOxgnvCcrOW/Bz/VZWH+y1oQ9D rp/qnePnnZGEl1tueLyAzgYm2Bf2mQT1yLn4Ph/cPsNJAOpQ/+6Fam5HvhcYNTq3XBYx vtRsRiEWJ1F4929wc5VlTf7Z/NczUGzu34ws9ypnbX8pvW/7dMUrBj9UCEAslnNlNDzp BNNuPjyxVje21yi2b8rKdd9tMxXBu1V9xbfqyzqfsmMHhc8bONEO2CIOKBFlrYFCSNGi UVZm6EuTgFHy1K6RG3bn7rO/+4cD5AMqNSzimr0b+4LFyl8zSR2/5lVFoS2THeyO+84I HtJg== X-Gm-Message-State: AOAM531mDALoRcciEab3RZAVQaWTEr2u6pb7w3U6OhTRnWtlq0ImxmGn 7YDZCge6IsjmfL9ciAm5GQ8VfTzliRORPBR+A/VDPsKarmoL36T5nfAzzZxNF06dbI+AqEG5bF+ U61TSjz0uuTpZGs+lMiwk8GFLkwHe5Q5cy4+kfkMxkoDdaq2w/wJlXfXb5Xv2XgyPTZ3KRMuUGo 0k2A== X-Google-Smtp-Source: ABdhPJxI0n9yquX1kVLgkphvtexkUySbFcKz+oOsJYREbcKuFRlvaM2wF1qmX0+3J0JmXbmrSX2XkZlJ/tSZ X-Received: by 2002:a1c:ba83:: with SMTP id k125mr2519150wmf.160.1595918087564; Mon, 27 Jul 2020 23:34:47 -0700 (PDT) Received: from localhost.localdomain ([192.19.223.252]) by smtp-relay.gmail.com with ESMTPS id r16sm30828wmh.29.2020.07.27.23.34.46 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 27 Jul 2020 23:34:47 -0700 (PDT) X-Relaying-Domain: broadcom.com From: Ajit Khaparde To: dev@dpdk.org Cc: ferruh.yigit@intel.com Date: Mon, 27 Jul 2020 23:34:17 -0700 Message-Id: <20200728063439.23114-1-ajit.khaparde@broadcom.com> X-Mailer: git-send-email 2.21.1 (Apple Git-122.3) In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v4 00/22] 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" Some fixes, cleanups and changes to augment pre-existing support in infrastructure Please apply v1->v2: - Fixed some typos in patch [9/20]. v2->v3: - Fixed coding style issues in patch [15/20] to use __rte_attribute. - Updated commit messages. - Added a patch to fix a logic error [21/22]. - Added a patch to fix compilation issue with -O and -g CFLAGS [22/22]. v3->v4: - Updated commit logs based on review comments. - Updated fixes tag in commit logs for some patches. - Removed unused code from patche [09/22]. - Updated doc where applicable. Ajit Khaparde (2): net/bnxt: fix if condition net/bnxt: fix build error with extra cflags Kishore Padmanabha (7): net/bnxt: add access to nat global register net/bnxt: configure parif for offload miss rules net/bnxt: fix nat template net/bnxt: configure parif for the egress rules net/bnxt: ignore VLAN priority mask net/bnxt: add egress template with VLAN tag match net/bnxt: add tcam table processing for search and alloc Mike Baucom (9): net/bnxt: add shadow and search capability to tcam net/bnxt: modify ulp mapper to use tcam search net/bnxt: add TruFlow hash API net/bnxt: update shadow tcam to use TruFlow hash net/bnxt: add shadow table capability with search net/bnxt: modify ulp mapper to use tbl search net/bnxt: fix table reference count for shadow tcam net/bnxt: add templates for search before alloc net/bnxt: enable shadow tables during session open Somnath Kotur (1): net/bnxt: cleanup VF-representor dev ops Venkat Duvvuru (3): net/bnxt: fix mark id update to mbuf net/bnxt: fix port default rule create and destroy net/bnxt: fix FW rule deletion on representor create doc/guides/nics/bnxt.rst | 46 + doc/guides/rel_notes/release_20_08.rst | 1 + drivers/net/bnxt/bnxt.h | 6 +- drivers/net/bnxt/bnxt_ethdev.c | 83 +- drivers/net/bnxt/bnxt_hwrm.c | 49 ++ drivers/net/bnxt/bnxt_hwrm.h | 2 + drivers/net/bnxt/bnxt_reps.c | 94 +- drivers/net/bnxt/bnxt_rxr.c | 3 + drivers/net/bnxt/bnxt_txq.h | 1 - drivers/net/bnxt/bnxt_txr.c | 19 +- drivers/net/bnxt/hsi_struct_def_dpdk.h | 138 +++ drivers/net/bnxt/meson.build | 1 + drivers/net/bnxt/tf_core/Makefile | 1 + drivers/net/bnxt/tf_core/tf_core.c | 139 ++- drivers/net/bnxt/tf_core/tf_core.h | 174 ++++ drivers/net/bnxt/tf_core/tf_device_p4.c | 4 +- drivers/net/bnxt/tf_core/tf_hash.c | 106 +++ drivers/net/bnxt/tf_core/tf_hash.h | 27 + drivers/net/bnxt/tf_core/tf_shadow_tbl.c | 766 +++++++++++++++- drivers/net/bnxt/tf_core/tf_shadow_tbl.h | 124 +-- drivers/net/bnxt/tf_core/tf_shadow_tcam.c | 818 +++++++++++++++++- drivers/net/bnxt/tf_core/tf_shadow_tcam.h | 258 +++--- drivers/net/bnxt/tf_core/tf_tbl.c | 246 +++++- drivers/net/bnxt/tf_core/tf_tbl.h | 22 +- drivers/net/bnxt/tf_core/tf_tcam.c | 300 ++++++- drivers/net/bnxt/tf_core/tf_tcam.h | 31 +- drivers/net/bnxt/tf_ulp/bnxt_ulp.c | 97 ++- drivers/net/bnxt/tf_ulp/bnxt_ulp.h | 18 +- drivers/net/bnxt/tf_ulp/ulp_def_rules.c | 127 ++- drivers/net/bnxt/tf_ulp/ulp_flow_db.c | 2 +- drivers/net/bnxt/tf_ulp/ulp_flow_db.h | 2 +- drivers/net/bnxt/tf_ulp/ulp_mapper.c | 505 +++++++---- drivers/net/bnxt/tf_ulp/ulp_port_db.c | 2 + drivers/net/bnxt/tf_ulp/ulp_port_db.h | 1 + drivers/net/bnxt/tf_ulp/ulp_rte_parser.c | 87 +- drivers/net/bnxt/tf_ulp/ulp_template_db_act.c | 434 ++++++---- .../net/bnxt/tf_ulp/ulp_template_db_class.c | 556 +++++++++++- .../net/bnxt/tf_ulp/ulp_template_db_enum.h | 73 +- drivers/net/bnxt/tf_ulp/ulp_template_db_tbl.c | 4 +- drivers/net/bnxt/tf_ulp/ulp_template_struct.h | 8 +- 40 files changed, 4507 insertions(+), 868 deletions(-) create mode 100644 drivers/net/bnxt/tf_core/tf_hash.c create mode 100644 drivers/net/bnxt/tf_core/tf_hash.h -- 2.21.1 (Apple Git-122.3)