linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH for-next 0/8] IB/hfi1: patches for next 08/13/2017
@ 2017-08-13 15:08 Dennis Dalessandro
       [not found] ` <20170813150659.23208.66243.stgit-9QXIwq+3FY+1XWohqUldA0EOCMrvLtNR@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: Dennis Dalessandro @ 2017-08-13 15:08 UTC (permalink / raw)
  To: dledford-H+wXaHxf7aLQT0dZR+AlfA
  Cc: Mike Marciniszyn, Jakub Byczkowski, Leon Romanovsky,
	linux-rdma-u79uwXL29TY76Z2rM5mHXA, Brent Rothermel, Todd Rimmer,
	Michael J. Ruhl, Easwar Hariharan, Grzegorz Morys, Ira Weiny,
	Kaike Wan, Sebastian Sanchez, Kamenee Arumugam

Hi Doug,

Here is the next set of patches for our drivers for 4.14. One of these patches
gets rid of a config option that is no longer needed. There are some cleanups
as usual and minor bug fixes. Nothing that I would say needs to go into an RC.
These can all just land in your for-next tree and apply on top of that branch
with the addition of the pending patches still on the list. Everything applied
cleanly.

There is one patch to an OPA header file that addresses a question that Leon
had on the list about OPA physical port states.

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

---

Dennis Dalessandro (1):
      IB/hfi1: Document phys port state bits not used in IB

Grzegorz Morys (1):
      IB/hfi1: Remove HFI1_VERBS_31BIT_PSN option

Jakub Byczkowski (3):
      IB/hfi1: Add flag for platform config scratch register read
      IB/hfi1: Load fallback platform configuration per HFI device
      IB/hfi1: Remove pstate from hfi1_pportdata

Kaike Wan (1):
      IB/hfi1: Add kernel receive context info to debugfs

Kamenee Arumugame (1):
      IB/hfi1: Stricter bounds checking of MAD trap index

Sebastian Sanchez (1):
      IB/hfi1: Check xchg returned value for queuing link down entry


 drivers/infiniband/hw/hfi1/Kconfig      |    7 ---
 drivers/infiniband/hw/hfi1/chip.c       |   72 +++++++++++++++++++------------
 drivers/infiniband/hw/hfi1/chip.h       |    4 --
 drivers/infiniband/hw/hfi1/debugfs.c    |   47 ++++++++++++++++++++
 drivers/infiniband/hw/hfi1/driver.c     |   59 +++++++++++++++++++++++++
 drivers/infiniband/hw/hfi1/firmware.c   |   57 +++----------------------
 drivers/infiniband/hw/hfi1/hfi.h        |   28 ++----------
 drivers/infiniband/hw/hfi1/mad.c        |   15 ++++++
 drivers/infiniband/hw/hfi1/opa_compat.h |   21 ++++++++-
 drivers/infiniband/hw/hfi1/platform.c   |   43 +++++++++++++------
 drivers/infiniband/hw/hfi1/verbs.h      |    5 --
 include/rdma/rdma_vt.h                  |    2 -
 12 files changed, 224 insertions(+), 136 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] 12+ messages in thread

end of thread, other threads:[~2017-08-22 18:30 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-13 15:08 [PATCH for-next 0/8] IB/hfi1: patches for next 08/13/2017 Dennis Dalessandro
     [not found] ` <20170813150659.23208.66243.stgit-9QXIwq+3FY+1XWohqUldA0EOCMrvLtNR@public.gmane.org>
2017-08-13 15:08   ` [PATCH for-next 1/8] IB/hfi1: Check xchg returned value for queuing link down entry Dennis Dalessandro
2017-08-13 15:08   ` [PATCH for-next 2/8] IB/hfi1: Document phys port state bits not used in IB Dennis Dalessandro
     [not found]     ` <20170813150827.23208.83131.stgit-9QXIwq+3FY+1XWohqUldA0EOCMrvLtNR@public.gmane.org>
2017-08-14  4:56       ` Leon Romanovsky
2017-08-13 15:08   ` [PATCH for-next 3/8] IB/hfi1: Add flag for platform config scratch register read Dennis Dalessandro
2017-08-13 15:08   ` [PATCH for-next 4/8] IB/hfi1: Load fallback platform configuration per HFI device Dennis Dalessandro
2017-08-13 15:08   ` [PATCH for-next 5/8] IB/hfi1: Stricter bounds checking of MAD trap index Dennis Dalessandro
2017-08-13 15:08   ` [PATCH for-next 6/8] IB/hfi1: Remove pstate from hfi1_pportdata Dennis Dalessandro
2017-08-13 15:08   ` [PATCH for-next 7/8] IB/hfi1: Remove HFI1_VERBS_31BIT_PSN option Dennis Dalessandro
2017-08-13 15:09   ` [PATCH for-next 8/8] IB/hfi1: Add kernel receive context info to debugfs Dennis Dalessandro
2017-08-14  4:54   ` [PATCH for-next 0/8] IB/hfi1: patches for next 08/13/2017 Leon Romanovsky
2017-08-22 18:30   ` 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).