linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH for-next 0/6] IB/hfi1,qib: Cleanups and updates for-next
@ 2017-05-12 16:19 Dennis Dalessandro
       [not found] ` <20170512161106.1290.45891.stgit-9QXIwq+3FY+1XWohqUldA0EOCMrvLtNR@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Dennis Dalessandro @ 2017-05-12 16:19 UTC (permalink / raw)
  To: dledford-H+wXaHxf7aLQT0dZR+AlfA
  Cc: Mike Marciniszyn, linux-rdma-u79uwXL29TY76Z2rM5mHXA, Ira Weiny,
	Brian Welty, Venkata Sandeep Dhanalakota, Don Hiatt,
	Sebastian Sanchez, Dasaratharaman Chandramouli

Hi Doug,

Here are some patches for-next. There are some clean ups to remove unused code
and useless initializations. We also continue cleaning up the code by packing
more fields into the hfi1_packet to keep them in a single place and adding
some enhancements to the input/output header tracing.

These apply on top of the two patches I just sent for RC.

Patches can can also be found in my GitHub repo at:
https://github.com/ddalessa/kernel/tree/for-4.13

---

Don Hiatt (3):
      IB/hfi1: Add functions to parse BTH/IB headers
      IB/hfi1: Separate input/output header tracing
      IB/hfi1: Setup common IB fields in hfi1_packet struct

Ira Weiny (1):
      IB/hfi1: Remove unused mk_qpn function

Mike Marciniszyn (1):
      IB/rdmavt: Compress adjacent SGEs in rvt_lkey_ok()

Sebastian Sanchez (1):
      IB/hfi1: Remove unnecessary initialization from tx request


 drivers/infiniband/hw/hfi1/chip.c         |    9 -
 drivers/infiniband/hw/hfi1/chip.h         |    2 
 drivers/infiniband/hw/hfi1/common.h       |    1 
 drivers/infiniband/hw/hfi1/driver.c       |  162 ++++++++++-----
 drivers/infiniband/hw/hfi1/hfi.h          |   68 ++----
 drivers/infiniband/hw/hfi1/qp.c           |    6 -
 drivers/infiniband/hw/hfi1/rc.c           |   42 +---
 drivers/infiniband/hw/hfi1/ruc.c          |   91 ++++----
 drivers/infiniband/hw/hfi1/trace.c        |   58 +++++
 drivers/infiniband/hw/hfi1/trace_ibhdrs.h |  322 +++++++++++++++++++----------
 drivers/infiniband/hw/hfi1/trace_rx.h     |    9 +
 drivers/infiniband/hw/hfi1/uc.c           |   18 --
 drivers/infiniband/hw/hfi1/ud.c           |   27 +-
 drivers/infiniband/hw/hfi1/user_sdma.c    |   12 +
 drivers/infiniband/hw/hfi1/verbs.c        |   98 ++++-----
 drivers/infiniband/hw/hfi1/verbs.h        |    6 -
 drivers/infiniband/hw/qib/qib_ruc.c       |    2 
 drivers/infiniband/sw/rdmavt/mr.c         |   51 ++++-
 drivers/infiniband/sw/rdmavt/qp.c         |   23 +-
 drivers/infiniband/sw/rdmavt/trace_mr.h   |   62 ++++++
 drivers/infiniband/sw/rdmavt/trace_tx.h   |   11 +
 include/rdma/ib_hdrs.h                    |   84 ++++++++
 include/rdma/ib_verbs.h                   |    2 
 include/rdma/rdma_vt.h                    |    3 
 include/rdma/rdmavt_qp.h                  |    2 
 25 files changed, 751 insertions(+), 420 deletions(-)

--
-Denny
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2017-06-27 20:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-12 16:19 [PATCH for-next 0/6] IB/hfi1,qib: Cleanups and updates for-next Dennis Dalessandro
     [not found] ` <20170512161106.1290.45891.stgit-9QXIwq+3FY+1XWohqUldA0EOCMrvLtNR@public.gmane.org>
2017-05-12 16:19   ` [PATCH for-next 1/6] IB/hfi1: Remove unnecessary initialization from tx request Dennis Dalessandro
2017-05-12 16:19   ` [PATCH for-next 2/6] IB/hfi1: Remove unused mk_qpn function Dennis Dalessandro
2017-05-12 16:19   ` [PATCH for-next 3/6] IB/hfi1: Add functions to parse BTH/IB headers Dennis Dalessandro
2017-05-12 16:20   ` [PATCH for-next 4/6] IB/hfi1: Separate input/output header tracing Dennis Dalessandro
2017-05-12 16:20   ` [PATCH for-next 5/6] IB/hfi1: Setup common IB fields in hfi1_packet struct Dennis Dalessandro
2017-05-12 16:20   ` [PATCH for-next 6/6] IB/rdmavt: Compress adjacent SGEs in rvt_lkey_ok() Dennis Dalessandro
2017-06-27 20:59   ` [PATCH for-next 0/6] IB/hfi1,qib: Cleanups and updates for-next Doug Ledford

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).