public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-next 0/4] IB/hfi1: Minor and misc bug fixes
@ 2018-02-01 18:52 Dennis Dalessandro
       [not found] ` <20180201184921.7300.11118.stgit-9QXIwq+3FY+1XWohqUldA0EOCMrvLtNR@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Dennis Dalessandro @ 2018-02-01 18:52 UTC (permalink / raw)
  To: jgg-uk2M96/98Pc, dledford-H+wXaHxf7aLQT0dZR+AlfA
  Cc: Mike Marciniszyn, Bartlomiej Dudek,
	linux-rdma-u79uwXL29TY76Z2rM5mHXA, Mitko Haralanov, Patel Jay P,
	Michael J. Ruhl, Don Hiatt, Kamenee Arumugam

Hi Jason and Doug,

Here are some fixes for minor issues. Minor in terms of severity, not
necessarily in terms of complexity. The diffstat for mad.c in particular looks
pretty bad but it's basically changing the units being used from cycle time to
flit time.

This is a resubmit of my previous patch set [1] broken up into smaller logically
grouped patch sets.

As always my GitHub had these in-tree for context:
https://github.com/ddalessa/kernel/tree/for-4.16

[1] https://www.spinics.net/lists/linux-rdma/msg60011.html

---

Bartlomiej Dudek (1):
      IB/hfi1: Do not override given pcie_pset value

Kamenee Arumugam (1):
      IB/hfi1: Convert PortXmitWait/PortVLXmitWait counters to flit times

Mike Marciniszyn (1):
      IB/hfi1: Remove blind constants from 16B update

Mitko Haralanov (1):
      IB/hfi1: Show fault stats in both TX and RX directions


 drivers/infiniband/hw/hfi1/chip.c    |   64 ++++++++++++++++-
 drivers/infiniband/hw/hfi1/chip.h    |    4 +
 drivers/infiniband/hw/hfi1/debugfs.c |    9 ++
 drivers/infiniband/hw/hfi1/driver.c  |    6 +-
 drivers/infiniband/hw/hfi1/hfi.h     |    7 ++
 drivers/infiniband/hw/hfi1/init.c    |    9 ++
 drivers/infiniband/hw/hfi1/mad.c     |  127 +++++++++++++++++++++++++++++++---
 drivers/infiniband/hw/hfi1/mad.h     |   47 ++++++++++++-
 drivers/infiniband/hw/hfi1/pcie.c    |   23 +++---
 drivers/infiniband/hw/hfi1/ruc.c     |   13 ++-
 drivers/infiniband/hw/hfi1/ud.c      |   15 +++-
 drivers/infiniband/hw/hfi1/verbs.h   |    5 +
 12 files changed, 284 insertions(+), 45 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] 6+ messages in thread

end of thread, other threads:[~2018-02-01 22:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-01 18:52 [PATCH for-next 0/4] IB/hfi1: Minor and misc bug fixes Dennis Dalessandro
     [not found] ` <20180201184921.7300.11118.stgit-9QXIwq+3FY+1XWohqUldA0EOCMrvLtNR@public.gmane.org>
2018-02-01 18:52   ` [PATCH for-next 1/4] IB/hfi1: Do not override given pcie_pset value Dennis Dalessandro
2018-02-01 18:52   ` [PATCH for-next 2/4] IB/hfi1: Convert PortXmitWait/PortVLXmitWait counters to flit times Dennis Dalessandro
2018-02-01 18:52   ` [PATCH for-next 3/4] IB/hfi1: Remove blind constants from 16B update Dennis Dalessandro
2018-02-01 18:52   ` [PATCH for-next 4/4] IB/hfi1: Show fault stats in both TX and RX directions Dennis Dalessandro
2018-02-01 22:51   ` [PATCH for-next 0/4] IB/hfi1: Minor and misc bug fixes Jason Gunthorpe

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