From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id A06E5A045E for ; Wed, 29 May 2019 23:03:04 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 27F561B95A; Wed, 29 May 2019 23:02:43 +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 B9C0C1B950 for ; Wed, 29 May 2019 23:02:37 +0200 (CEST) Received: by mail-pf1-f193.google.com with SMTP id a186so1722055pfa.5 for ; Wed, 29 May 2019 14:02:37 -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=4DZGLSeOcsIAXyPiPGmmf89Kv9CdxGTSa1je9fKr8QI=; b=BqQG45R2tViFuPstSWHtggoB0qTaTSkJxhdl/5CciV7YJbBLhVbMTX0gGtYQI8LOk4 hrvik4MbMtq03I4/Y++PeN5K2gYsizYJIywvumXUx9rIBgTmwJwXQ5na2ijDfrwUijGz qzZ9YNKJAk+jYLhFL5pje7rsBE3UNmvH4NjPw= 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=4DZGLSeOcsIAXyPiPGmmf89Kv9CdxGTSa1je9fKr8QI=; b=IdyVfn08MBcHqx7IKVUnVj8zNUMCXSF1eMNA4ff9Mg0Wmppdv2wWEUi1NhbDJMYcrB 3xQa4XxSjowGziGM7M5Pcjc0wCaD26rgIsRRdJzBi6HtqRRKXSeMOMC9srF3iEOlSbZ/ Yc5jsAwPW2WWe5Ghar/YHpcOq8j8B7vJvxU6QQsZQVQPD1mSRxESnRvL1Q2FD1r5SP+j EG3z+zNmXu713TiHoFrLZAFwnwljJVIpE0NzjP1AnTXlBjpBFbEIUkOGqvXPI0mlgfJ4 kk8EiVzffy0G4IeZ4J/KwO23wvucIA3sOcXnndRPfNl92jlk1dAHWYvCEdw9iZnl72Ib gnEw== X-Gm-Message-State: APjAAAWKQnG/8KeY00AD8of1/HAMT8GlFC8D0WjIN2a0j4wekHtF+Nqe G0zWjp9LtwnvpvP0EqORox3AzEogFYQxeBTBc0wuibogFMy2K3hgoyRb94TDqvaraF8LkE2g9p/ KYoq0GHJlo5r4GffVCxR5CcCDa/9IWmLMFKzVSG1Oemw6WSgyRt4oXQ+xYdb2T4qu X-Google-Smtp-Source: APXvYqwKYXeZCWW+L8HMjl68bAGXmIkI0xvwJamegye4yP+27PljNTUMM15v52NkP9yj94MXC8Q4zQ== X-Received: by 2002:a17:90a:1ac8:: with SMTP id p66mr14726966pjp.1.1559163751859; Wed, 29 May 2019 14:02:31 -0700 (PDT) Received: from localhost.localdomain ([192.19.231.250]) by smtp.gmail.com with ESMTPSA id r4sm403889pjd.25.2019.05.29.14.02.30 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 29 May 2019 14:02:31 -0700 (PDT) From: Lance Richardson To: dev@dpdk.org Cc: ajit.khaparde@broadcom.com, ferruh.yigit@intel.com, maxime.coquelin@redhat.com, ktraynor@redhat.com, Lance Richardson Date: Wed, 29 May 2019 17:02:19 -0400 Message-Id: <20190529210227.17092-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 v5 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 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). v4: * The change squashed from patch 4 into patch 3 from the v1 patchset should have been squashed into patch 2; fixed in v4. v5: * Corrected commit IDs and added Fixes: tags to patch 01. 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 -- 2.17.1