public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-next 00/12] IB/hfi1,qib: Driver updates 9/26/2017
@ 2017-09-26 13:59 Dennis Dalessandro
       [not found] ` <20170926135843.15601.95865.stgit-9QXIwq+3FY+1XWohqUldA0EOCMrvLtNR@public.gmane.org>
  0 siblings, 1 reply; 20+ messages in thread
From: Dennis Dalessandro @ 2017-09-26 13:59 UTC (permalink / raw)
  To: dledford-H+wXaHxf7aLQT0dZR+AlfA
  Cc: Mike Marciniszyn, Jan Sokolowski, Jakub Byczkowski,
	Leon Romanovsky, linux-rdma-u79uwXL29TY76Z2rM5mHXA, Ira Weiny,
	Michael J. Ruhl, Harish Chegondi, Don Hiatt, Sebastian Sanchez

Hi Doug,

This is the first of our new content for 4.15. There are some cleanups and
general code improvements here. This includes two patches, one for each driver
that were askied for by Christoph.

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

---

Harish Chegondi (2):
      IB/hfi1: Convert the macro AHG_HEADER_SET into an inline function
      IB/hfi1: Remove the debug trace message in pin_sdma_pages()

Ira Weiny (2):
      IB/hfi1: Set default_desc1 just one time
      IB/hfi1: Remove unused link_default variable

Jakub Byczkowski (1):
      IB/hfi1: Add new state complete decodes for LNI failures

Jan Sokolowski (2):
      IB/hfi1: Remove unnecessary error messages on alloc failures
      IB/hfi1: Remove unused hfi1_cpulist variables

Michael J. Ruhl (4):
      IB/qib: Update QIB to use the latest PCI API
      IB/hfi1: Update HFI to use the latest PCI API
      IB/hfi1: Inline common calculation
      IB/hfi1: Add a safe wrapper for _rcd_get_by_index

Mike Marciniszyn (1):
      IB/hfi1: Extend input hdr tracing for packet type


 drivers/infiniband/hw/hfi1/chip.c         |   70 +++++--------
 drivers/infiniband/hw/hfi1/debugfs.c      |    4 -
 drivers/infiniband/hw/hfi1/driver.c       |    4 -
 drivers/infiniband/hw/hfi1/file_ops.c     |   21 +---
 drivers/infiniband/hw/hfi1/hfi.h          |   18 ++-
 drivers/infiniband/hw/hfi1/init.c         |   43 ++++----
 drivers/infiniband/hw/hfi1/sdma.c         |   14 +--
 drivers/infiniband/hw/hfi1/trace.c        |   23 ++--
 drivers/infiniband/hw/hfi1/trace.h        |   10 ++
 drivers/infiniband/hw/hfi1/trace_ibhdrs.h |   44 ++++----
 drivers/infiniband/hw/hfi1/trace_rx.h     |   11 --
 drivers/infiniband/hw/hfi1/user_exp_rcv.c |    6 -
 drivers/infiniband/hw/hfi1/user_sdma.c    |   62 +++++++----
 drivers/infiniband/hw/hfi1/user_sdma.h    |   29 ++++-
 drivers/infiniband/hw/qib/qib.h           |    8 -
 drivers/infiniband/hw/qib/qib_7220.h      |    1 
 drivers/infiniband/hw/qib/qib_iba6120.c   |   35 ++----
 drivers/infiniband/hw/qib/qib_iba7220.c   |   52 +++-------
 drivers/infiniband/hw/qib/qib_iba7322.c   |  158 +++++++++++------------------
 drivers/infiniband/hw/qib/qib_pcie.c      |  125 ++++++-----------------
 20 files changed, 305 insertions(+), 433 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] 20+ messages in thread

end of thread, other threads:[~2017-09-29 14:02 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-26 13:59 [PATCH for-next 00/12] IB/hfi1,qib: Driver updates 9/26/2017 Dennis Dalessandro
     [not found] ` <20170926135843.15601.95865.stgit-9QXIwq+3FY+1XWohqUldA0EOCMrvLtNR@public.gmane.org>
2017-09-26 14:00   ` [PATCH for-next 01/12] IB/hfi1: Add new state complete decodes for LNI failures Dennis Dalessandro
2017-09-26 14:00   ` [PATCH for-next 02/12] IB/hfi1: Convert the macro AHG_HEADER_SET into an inline function Dennis Dalessandro
     [not found]     ` <20170926140009.15601.38666.stgit-9QXIwq+3FY+1XWohqUldA0EOCMrvLtNR@public.gmane.org>
2017-09-27 15:21       ` Leon Romanovsky
     [not found]         ` <20170927152118.GG2297-U/DQcQFIOTAAJjI8aNfphQ@public.gmane.org>
2017-09-27 15:38           ` Doug Ledford
     [not found]             ` <1506526691.33755.5.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2017-09-29 14:01               ` Dennis Dalessandro
2017-09-26 14:00   ` [PATCH for-next 03/12] IB/hfi1: Remove the debug trace message in pin_sdma_pages() Dennis Dalessandro
     [not found]     ` <20170926140016.15601.51658.stgit-9QXIwq+3FY+1XWohqUldA0EOCMrvLtNR@public.gmane.org>
2017-09-27 15:30       ` Leon Romanovsky
     [not found]         ` <20170927153033.GH2297-U/DQcQFIOTAAJjI8aNfphQ@public.gmane.org>
2017-09-29 14:01           ` Dennis Dalessandro
2017-09-26 14:00   ` [PATCH for-next 04/12] IB/qib: Update QIB to use the latest PCI API Dennis Dalessandro
2017-09-26 14:00   ` [PATCH for-next 05/12] IB/hfi1: Update HFI " Dennis Dalessandro
2017-09-26 14:00   ` [PATCH for-next 06/12] IB/hfi1: Set default_desc1 just one time Dennis Dalessandro
2017-09-26 14:00   ` [PATCH for-next 07/12] IB/hfi1: Remove unused link_default variable Dennis Dalessandro
2017-09-26 14:00   ` [PATCH for-next 08/12] IB/hfi1: Remove unnecessary error messages on alloc failures Dennis Dalessandro
2017-09-26 14:00   ` [PATCH for-next 09/12] IB/hfi1: Inline common calculation Dennis Dalessandro
2017-09-26 14:01   ` [PATCH for-next 10/12] IB/hfi1: Remove unused hfi1_cpulist variables Dennis Dalessandro
2017-09-26 14:01   ` [PATCH for-next 11/12] IB/hfi1: Extend input hdr tracing for packet type Dennis Dalessandro
2017-09-26 14:01   ` [PATCH for-next 12/12] IB/hfi1: Add a safe wrapper for _rcd_get_by_index Dennis Dalessandro
2017-09-27 15:39   ` [PATCH for-next 00/12] IB/hfi1,qib: Driver updates 9/26/2017 Doug Ledford
     [not found]     ` <1506526751.33755.6.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2017-09-29 14:02       ` Dennis Dalessandro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox