linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH for-next 0/4] Further improvements to bnxt_re driver
@ 2020-04-02 18:12 Devesh Sharma
  2020-04-02 18:12 ` [PATCH for-next 1/4] RDMA/bnxt_re: reduce device page size detection code Devesh Sharma
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Devesh Sharma @ 2020-04-02 18:12 UTC (permalink / raw)
  To: linux-rdma; +Cc: jgg, dledford

This short patch series is an extension to the previous
refactor series. The main pourpose of these patches is to
streamline the queue management code in slightly better
way.

Devesh Sharma (4):
  RDMA/bnxt_re: reduce device page size detection code
  RDMA/bnxt_re: Update missing hsi data structures
  RDMA/bnxt_re: simplify obtaining queue entry from hw ring
  RDMA/bnxt_re: Remove dead code from rcfw

 drivers/infiniband/hw/bnxt_re/ib_verbs.c   |  65 +++---
 drivers/infiniband/hw/bnxt_re/ib_verbs.h   |  10 +
 drivers/infiniband/hw/bnxt_re/qplib_fp.c   | 354 ++++++++++++-----------------
 drivers/infiniband/hw/bnxt_re/qplib_fp.h   |  42 +---
 drivers/infiniband/hw/bnxt_re/qplib_rcfw.c |  88 +++----
 drivers/infiniband/hw/bnxt_re/qplib_rcfw.h |  91 --------
 drivers/infiniband/hw/bnxt_re/qplib_res.c  |   1 +
 drivers/infiniband/hw/bnxt_re/qplib_res.h  |  53 +++++
 drivers/infiniband/hw/bnxt_re/roce_hsi.h   | 106 +++++++++
 9 files changed, 385 insertions(+), 425 deletions(-)

-- 
1.8.3.1


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

end of thread, other threads:[~2020-04-14 19:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-02 18:12 [PATCH for-next 0/4] Further improvements to bnxt_re driver Devesh Sharma
2020-04-02 18:12 ` [PATCH for-next 1/4] RDMA/bnxt_re: reduce device page size detection code Devesh Sharma
2020-04-02 18:12 ` [PATCH for-next 2/4] RDMA/bnxt_re: Update missing hsi data structures Devesh Sharma
2020-04-02 18:12 ` [PATCH for-next 3/4] RDMA/bnxt_re: simplify obtaining queue entry from hw ring Devesh Sharma
2020-04-02 18:12 ` [PATCH for-next 4/4] RDMA/bnxt_re: Remove dead code from rcfw Devesh Sharma
2020-04-02 18:12 ` [internal PATCH for-next 0/4] further improvements to bnxt_re driver Devesh Sharma
2020-04-02 18:49   ` Devesh Sharma
2020-04-14 19:42 ` [PATCH for-next 0/4] Further " Jason Gunthorpe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).