From: Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
roland-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
Cc: Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Subject: [PATCH 0/8] Misc fixes for 3.17 rdma stack
Date: Tue, 12 Aug 2014 19:20:03 -0400 [thread overview]
Message-ID: <cover.1407885084.git.dledford@redhat.com> (raw)
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
next reply other threads:[~2014-08-12 23:20 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-12 23:20 Doug Ledford [this message]
[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
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=cover.1407885084.git.dledford@redhat.com \
--to=dledford-h+wxahxf7alqt0dzr+alfa@public.gmane.org \
--cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=roland-DgEjT+Ai2ygdnm+yROfE0A@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