From: Dennis Dalessandro <dennis.dalessandro-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
To: jgg-uk2M96/98Pc@public.gmane.org,
dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org
Cc: Mike Marciniszyn
<mike.marciniszyn-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
Bartlomiej Dudek
<bartlomiej.dudek-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Mitko Haralanov
<mitko.haralanov-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
Patel Jay P <jay.p.patel-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
"Michael J. Ruhl"
<michael.j.ruhl-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
Don Hiatt <don.hiatt-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
Kamenee Arumugam
<kamenee.arumugam-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Subject: [PATCH for-next 0/4] IB/hfi1: Minor and misc bug fixes
Date: Thu, 01 Feb 2018 10:52:11 -0800 [thread overview]
Message-ID: <20180201184921.7300.11118.stgit@scvm10.sc.intel.com> (raw)
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
next reply other threads:[~2018-02-01 18:52 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-01 18:52 Dennis Dalessandro [this message]
[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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180201184921.7300.11118.stgit@scvm10.sc.intel.com \
--to=dennis.dalessandro-ral2jqcrhueavxtiumwx3w@public.gmane.org \
--cc=bartlomiej.dudek-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
--cc=dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
--cc=don.hiatt-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
--cc=jay.p.patel-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
--cc=jgg-uk2M96/98Pc@public.gmane.org \
--cc=kamenee.arumugam-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
--cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=michael.j.ruhl-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
--cc=mike.marciniszyn-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
--cc=mitko.haralanov-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox