From patchwork Tue May 28 19:23:31 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lance Richardson X-Patchwork-Id: 53775 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D56D94C99; Tue, 28 May 2019 21:23:53 +0200 (CEST) Received: from mail-pf1-f193.google.com (mail-pf1-f193.google.com [209.85.210.193]) by dpdk.org (Postfix) with ESMTP id 23D391B05 for ; Tue, 28 May 2019 21:23:52 +0200 (CEST) Received: by mail-pf1-f193.google.com with SMTP id g9so12069016pfo.11 for ; Tue, 28 May 2019 12:23:52 -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; bh=vsj3O0GfM3beLynZhfr9OysKb0ogIdbG1Plij1d+QZI=; b=bO5U1zEaDor6+a6Kk9lUjST1haFFSq82TLIPPX6T0vEIuLEuXPlRKdmOxdvuCNnkDN oZm/MsJ+2raIV/NE1QwUYwR1CLZM290LUzjKM0aM8Tuei8LwjweR59746viNK4O8aklT qcUzdhNr79WPEqBB8NEg6VebFlODiDM1Gbpg8= 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; bh=vsj3O0GfM3beLynZhfr9OysKb0ogIdbG1Plij1d+QZI=; b=ieZroT+I1bwe0+he2CLD0dK4nhHqNdXH/oqt7qFmj53NEhqIkGEK63zXKYjuZkucCa ECFUZ2FE1sFvnscJxoe2Pjl+1qlzlYgziyIdMCd9ubpGj8KZdxXODN191oSrLpEQAMUo qli6DPD5kWiOwMk1w2rexrMAe1iT2ux5kaV6paGN+A7Y8fg6DYieZvAiYIkWYcF9YCTF x/ndC07fmPvBofUI+xKvjBmQWDGzyWozxCSlBw5NISJ/YU9YSqPm2z+0nDTvz5jCSSL/ SlT+rYpzaetuRHGWVloCUJH5vijtmiGTYvIssfdg2ijU+0FiPAEtVDu05S1++5qnj7p/ qHzQ== X-Gm-Message-State: APjAAAX+kFbpUZbO7b60SA/ERkAzuaCdHvXVXsF/zUbPNaF1UGWa9LBH HzePxlKVLP2TBZMXZ1KRsQsBkkMhIPHWmBapo/CG3Gv8Vm9D6qyTA/eTBu4hLipqui265nfURi8 E7rMxKf+cnL1pBDlk0L1oEYw58hsMs/TBXhTxa4uOLtYJVxlegp1Q++g8eAyaZx60 X-Google-Smtp-Source: APXvYqzkF49OLvwWzg2TvHInUlOgsCXjSLkdT22zqMgzJknX3LZkUuVBh/R/yCEVT/MPyhoa8VMjew== X-Received: by 2002:a62:fc56:: with SMTP id e83mr95151482pfh.27.1559071431111; Tue, 28 May 2019 12:23:51 -0700 (PDT) Received: from lrichardson-VirtualBox.dhcp.broadcom.net ([192.19.231.250]) by smtp.gmail.com with ESMTPSA id q66sm3733070pjb.13.2019.05.28.12.23.49 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 28 May 2019 12:23:50 -0700 (PDT) From: Lance Richardson To: dev@dpdk.org Cc: ajit.khaparde@broadcom.com, ferruh.yigit@intel.com, maxime.coquelin@redhat.com, Lance Richardson Date: Tue, 28 May 2019 15:23:31 -0400 Message-Id: <20190528192339.10903-1-lance.richardson@broadcom.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190521213953.25425-1-ajit.khaparde@broadcom.com> References: <20190521213953.25425-1-ajit.khaparde@broadcom.com> Subject: [dpdk-dev] [PATCH v3 0/8] bnxt patchset 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" This patchset bsae on top of the previous submission adds the following: 1) Support for vector mode TX and RX. 2) HWRM API update (split into multiple patches). 3) Fixes for RSS reta update and query. It also updates the release notes. v2: * Squashed patches 3 and 4 from v1 patchset. * Added Meson build support for vector mode PMD. * Dropped two unnecessary code style changes from patch 3. v3: * Squashed three RSS RETA fix patches into one. * Eliminated RTE_LIBRTE_BNXT_INC_VECTOR configuration flag. * Addressed commit log issues from check-git-log.sh. * Made subject line consistent for HWRM API update patches. * Separated release notes updates to keep update with associated patch (except for the first update for which the associated patch has already been applied). Ajit Khaparde (5): net/bnxt: update release notes for bnxt net/bnxt: fix RSS RETA indirection table ops net/bnxt: update HWRM API to version 1.10.0.19 net/bnxt: update HWRM API to version 1.10.0.48 net/bnxt: update HWRM API to version 1.10.0.74 Lance Richardson (3): net/bnxt: move Tx bd checking to header file net/bnxt: compute and store scattered Rx status net/bnxt: implement vector mode driver doc/guides/rel_notes/release_19_08.rst | 6 + drivers/net/bnxt/Makefile | 3 + drivers/net/bnxt/bnxt_ethdev.c | 201 +- drivers/net/bnxt/bnxt_hwrm.c | 1 + drivers/net/bnxt/bnxt_ring.h | 3 +- drivers/net/bnxt/bnxt_rxq.c | 5 + drivers/net/bnxt/bnxt_rxq.h | 4 + drivers/net/bnxt/bnxt_rxr.h | 9 +- drivers/net/bnxt/bnxt_rxtx_vec_sse.c | 481 ++ drivers/net/bnxt/bnxt_txr.c | 15 - drivers/net/bnxt/bnxt_txr.h | 20 + drivers/net/bnxt/hsi_struct_def_dpdk.h | 7573 ++++++++++++++++++++---- drivers/net/bnxt/meson.build | 4 + 13 files changed, 7219 insertions(+), 1106 deletions(-) create mode 100644 drivers/net/bnxt/bnxt_rxtx_vec_sse.c