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@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html