public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] IB/hfi1: sdma engine affinity improvements
@ 2016-09-25 14:44 Dennis Dalessandro
       [not found] ` <20160925144248.12088.71489.stgit-9QXIwq+3FY+1XWohqUldA0EOCMrvLtNR@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Dennis Dalessandro @ 2016-09-25 14:44 UTC (permalink / raw)
  To: dledford-H+wXaHxf7aLQT0dZR+AlfA
  Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA, Dean Luick, Sebastian Sanchez,
	Jianxin Xiong, Tadeusz Struk

This patch series is a set of performance improvements that deal with handling
the affinity of sdma engines. This allows users more control over which CPU
cores are used by the driver for sdma engines. It includes a way to dump out the
current values and a handler for when the user changes irq affinity. The changes
to sysfs are also documented.

This applies on top of the last series submitted and can be seen in my GitHub:
https://github.com/ddalessa/kernel/tree/for-4.9

---

Tadeusz Struk (5):
      IB/hfi1: Add sysfs interface for affinity setup
      IB/hfi1: Add a new VL sysfs attribute for sdma engines
      IB/hfi1: Add irq affinity notification handler
      IB/hfi1: Add new debugfs sdma_cpu_list file
      IB/hfi1: Document new sysfs entries for hfi1 driver


 Documentation/infiniband/sysfs.txt     |   30 +++
 drivers/infiniband/hw/hfi1/affinity.c  |  112 +++++++++-
 drivers/infiniband/hw/hfi1/debugfs.c   |   38 +++
 drivers/infiniband/hw/hfi1/hfi.h       |    3 
 drivers/infiniband/hw/hfi1/sdma.c      |  353 ++++++++++++++++++++++++++++++++
 drivers/infiniband/hw/hfi1/sdma.h      |   10 +
 drivers/infiniband/hw/hfi1/sysfs.c     |  103 +++++++++
 drivers/infiniband/hw/hfi1/user_sdma.c |    9 -
 8 files changed, 641 insertions(+), 17 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] 7+ messages in thread

end of thread, other threads:[~2016-10-03 14:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-25 14:44 [PATCH 0/5] IB/hfi1: sdma engine affinity improvements Dennis Dalessandro
     [not found] ` <20160925144248.12088.71489.stgit-9QXIwq+3FY+1XWohqUldA0EOCMrvLtNR@public.gmane.org>
2016-09-25 14:44   ` [PATCH 1/5] IB/hfi1: Add sysfs interface for affinity setup Dennis Dalessandro
2016-09-25 14:44   ` [PATCH 2/5] IB/hfi1: Add a new VL sysfs attribute for sdma engines Dennis Dalessandro
2016-09-25 14:44   ` [PATCH 3/5] IB/hfi1: Add irq affinity notification handler Dennis Dalessandro
2016-09-25 14:44   ` [PATCH 4/5] IB/hfi1: Add new debugfs sdma_cpu_list file Dennis Dalessandro
2016-09-25 14:44   ` [PATCH 5/5] IB/hfi1: Document new sysfs entries for hfi1 driver Dennis Dalessandro
2016-10-03 14:31   ` [PATCH 0/5] IB/hfi1: sdma engine affinity improvements Doug Ledford

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