public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Misc fixes for 3.17 rdma stack
@ 2014-08-12 23:20 Doug Ledford
       [not found] ` <cover.1407885084.git.dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: Doug Ledford @ 2014-08-12 23:20 UTC (permalink / raw)
  To: linux-rdma-u79uwXL29TY76Z2rM5mHXA, roland-DgEjT+Ai2ygdnm+yROfE0A
  Cc: Doug Ledford

This is a collection of miscellaneous fixes that people have posted
previously for inclusion in the 3.17 kernel.  The one from Bart was
(apparently) skipped when you picked up the rest of the set.  I'm
requesting that you reconsider skipping this patch as the pkey cache
is a perfectly valid optimization to use and saves considerable time
on pkey lookups (my measurements were up to 5ms per lookup that goes
to the card instead of hitting the cache, so that's a 5ms of totally
unneeded latency).

I have three in here, one that I've posted before and two that are new.

The remainder are very much trivial patches, but they weren't in your
tree so I included them here.  These have all been built into my test
kernel for my next patch set, so they've at least been compile tested
by me, and they've also been reviewed and I've added my sign off.

Bart Van Assche (1):
  IB/srp: Use P_Key cache for P_Key lookups

Dan Carpenter (1):
  RDMA/amso1100: integer overflow in c2_alloc_cq_buf()

Doug Ledford (3):
  ib/srpt: Enhance printk output
  ib/srpt: Handle GID change events
  uapi/rdma_user_cm.h: include socket.h

Fabian Frederick (3):
  drivers/infiniband/ulp/ipoib/ipoib_fs.c: remove unnecessary null test
    before debugfs_remove
  IB/mlx4: use ARRAY_SIZE instead of sizeof/sizeof[0]
  IB/mlx5: use ARRAY_SIZE instead of sizeof/sizeof[0]

 drivers/infiniband/hw/amso1100/c2_cq.c  |   7 +-
 drivers/infiniband/hw/mlx4/main.c       |   6 +-
 drivers/infiniband/hw/mlx5/qp.c         |   2 +-
 drivers/infiniband/ulp/ipoib/ipoib_fs.c |   6 +-
 drivers/infiniband/ulp/srp/ib_srp.c     |   9 +-
 drivers/infiniband/ulp/srpt/ib_srpt.c   | 202 ++++++++++++++++----------------
 include/uapi/rdma/rdma_user_cm.h        |   1 +
 7 files changed, 118 insertions(+), 115 deletions(-)

-- 
1.9.3

--
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] 12+ messages in thread

end of thread, other threads:[~2014-08-13 14:15 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-12 23:20 [PATCH 0/8] Misc fixes for 3.17 rdma stack Doug Ledford
     [not found] ` <cover.1407885084.git.dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2014-08-12 23:20   ` [PATCH 1/8] RDMA/amso1100: integer overflow in c2_alloc_cq_buf() Doug Ledford
2014-08-12 23:20   ` [PATCH 2/8] IB/srp: Use P_Key cache for P_Key lookups Doug Ledford
     [not found]     ` <6555e716eda21a03577e5e1e0bfb6bbadbb592d3.1407885084.git.dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2014-08-13  4:56       ` Roland Dreier
     [not found]         ` <CAG4TOxM5xUh3gLx5wEixuhro7131JxfZHviPm1EgZArJy7+Y4w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-08-13 14:15           ` Doug Ledford
2014-08-12 23:20   ` [PATCH 3/8] drivers/infiniband/ulp/ipoib/ipoib_fs.c: remove unnecessary null test before debugfs_remove Doug Ledford
2014-08-12 23:20   ` [PATCH 4/8] IB/mlx4: use ARRAY_SIZE instead of sizeof/sizeof[0] Doug Ledford
2014-08-12 23:20   ` [PATCH 5/8] IB/mlx5: " Doug Ledford
2014-08-12 23:20   ` [PATCH 6/8] ib/srpt: Enhance printk output Doug Ledford
     [not found]     ` <17d91e94768e30db6846a41c9ec66b217659fd28.1407885084.git.dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2014-08-13  4:51       ` Roland Dreier
2014-08-12 23:20   ` [PATCH 7/8] ib/srpt: Handle GID change events Doug Ledford
2014-08-12 23:20   ` [PATCH 8/8] uapi/rdma_user_cm.h: include socket.h Doug Ledford

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