All of lore.kernel.org
 help / color / mirror / Atom feed
From: Devesh Sharma <devesh.sharma@broadcom.com>
To: linux-rdma@vger.kernel.org
Cc: Devesh Sharma <devesh.sharma@broadcom.com>
Subject: [PATCH V4 rdma-core 0/5] Broadcom's user library update
Date: Thu, 10 Jun 2021 16:19:05 +0530	[thread overview]
Message-ID: <20210610104910.1147756-1-devesh.sharma@broadcom.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 973 bytes --]

The focus of this patch series is to move SQ and RQ
wqe posting indices from 128B fixed stride to 16B
aligned stride. This allows more flexibility in choosing
wqe size.

v3 -> v4
 - fixed build warning
v2 -> V3
 - Split the ABI change into separate patch
 - committed ABI patch using standard rdma-core script.

Devesh Sharma (5):
  Update kernel headers
  bnxt_re/lib: Read wqe mode from the driver
  bnxt_re/lib: add a function to initialize software queue
  bnxt_re/lib: Use separate indices for shadow queue
  bnxt_re/lib: Move hardware queue to 16B aligned indices

 kernel-headers/rdma/bnxt_re-abi.h |   5 +-
 providers/bnxt_re/bnxt_re-abi.h   |   5 +
 providers/bnxt_re/db.c            |  10 +-
 providers/bnxt_re/main.c          |   4 +
 providers/bnxt_re/main.h          |  26 ++
 providers/bnxt_re/memory.h        |  37 ++-
 providers/bnxt_re/verbs.c         | 525 ++++++++++++++++++++----------
 7 files changed, 433 insertions(+), 179 deletions(-)

-- 
2.25.1


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4212 bytes --]

             reply	other threads:[~2021-06-10 10:50 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-10 10:49 Devesh Sharma [this message]
2021-06-10 10:49 ` [PATCH V4 rdma-core 1/5] Update kernel headers Devesh Sharma
2021-06-10 12:43   ` Haakon Bugge
2021-06-10 15:34     ` Devesh Sharma
2021-06-11  7:01       ` Haakon Bugge
2021-06-10 10:49 ` [PATCH V4 rdma-core 2/5] bnxt_re/lib: Read wqe mode from the driver Devesh Sharma
2021-06-10 10:49 ` [PATCH V4 rdma-core 3/5] bnxt_re/lib: add a function to initialize software queue Devesh Sharma
2021-06-10 12:50   ` Haakon Bugge
2021-06-10 15:36     ` Devesh Sharma
2021-06-11  6:59       ` Haakon Bugge
2021-06-10 10:49 ` [PATCH V4 rdma-core 4/5] bnxt_re/lib: Use separate indices for shadow queue Devesh Sharma
2021-06-10 10:49 ` [PATCH V4 rdma-core 5/5] bnxt_re/lib: Move hardware queue to 16B aligned indices Devesh Sharma
2021-06-10 13:16   ` Haakon Bugge

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210610104910.1147756-1-devesh.sharma@broadcom.com \
    --to=devesh.sharma@broadcom.com \
    --cc=linux-rdma@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.