All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 INTERNAL 0/4] Broadcom's user library update
@ 2021-05-17 13:35 Devesh Sharma
  2021-05-17 13:35 ` [PATCH V2 INTERNAL 1/4] bnxt_re/lib: Read wqe mode from the driver Devesh Sharma
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: Devesh Sharma @ 2021-05-17 13:35 UTC (permalink / raw)
  To: linux-rdma; +Cc: Devesh Sharma

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

The main 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.


Devesh Sharma (4):
  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         | 522 ++++++++++++++++++++----------
 7 files changed, 431 insertions(+), 178 deletions(-)

-- 
2.25.1


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

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2021-06-02 12:39 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-17 13:35 [PATCH V2 INTERNAL 0/4] Broadcom's user library update Devesh Sharma
2021-05-17 13:35 ` [PATCH V2 INTERNAL 1/4] bnxt_re/lib: Read wqe mode from the driver Devesh Sharma
2021-05-17 13:35 ` [PATCH V2 INTERNAL 2/4] bnxt_re/lib: add a function to initialize software queue Devesh Sharma
2021-05-17 13:35 ` [PATCH V2 INTERNAL 3/4] bnxt_re/lib: Use separate indices for shadow queue Devesh Sharma
2021-05-17 13:35 ` [PATCH V2 INTERNAL 4/4] bnxt_re/lib: Move hardware queue to 16B aligned indices Devesh Sharma
2021-05-17 13:38 ` [PATCH V2 INTERNAL 0/4] Broadcom's user library update Devesh Sharma
2021-05-19 15:15   ` Devesh Sharma
2021-05-19 15:35     ` Leon Romanovsky
2021-05-19 15:48       ` Devesh Sharma
2021-05-24 13:02       ` Devesh Sharma
2021-05-26  5:33         ` Devesh Sharma
2021-05-26 13:26           ` Jason Gunthorpe
2021-05-26 15:22             ` Devesh Sharma
2021-05-26 15:51               ` Jason Gunthorpe
2021-06-02  9:02           ` Leon Romanovsky
2021-06-02 12:37             ` Devesh Sharma
2021-05-19 23:00 ` Jason Gunthorpe
2021-05-20  4:52   ` Devesh Sharma

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.