From: Leon Romanovsky <leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PATCH rdma-next V1 0/4] ConnectX-3 RSS Implementation
Date: Tue, 4 Jul 2017 16:24:23 +0300 [thread overview]
Message-ID: <20170704132427.25937-1-leon@kernel.org> (raw)
Hi Doug,
This patch set adds to ConnectX-3 devices the ability to use RSS
feature, which was initially implemented in mlx5-based devices [1].
The backport of RSS feature to ConnectX-3 hardware was a challenge
task due to differences in architectures between mlx4 and mlx5 based
devices.
It caused to a limited number of usage limitations, mentioned in the relevant
commit messages where it applies.
This series supports all RSS related verbs.
Thanks.
Changelog:
v0->v1:
* Removed limitation of number of WQs per context which was 128.
* Added unlimited number of ranges of WQs according to provided user data.
[1] https://www.spinics.net/lists/linux-rdma/msg36526.html
---
We based this series on our previous mlx4 submissions to reduce merge conflicts.
For your convenience, I prepared the branch with the following merge sequence:
"topic/no-io" -> "topic/mlx4-resource-utilization" -> "topic/mlx4-receive-inline"
Available in the "topic/mlx4-rss-v1" topic branch of this git repo:
git://git.kernel.org/pub/scm/linux/kernel/git/leon/linux-rdma.git
Or for browsing:
https://git.kernel.org/cgit/linux/kernel/git/leon/linux-rdma.git/log/?h=topic/mlx4-rss-v1
Thanks
Guy Levi (4):
IB/mlx4: Add support for WQ related verbs
IB/mlx4: Add support for WQ indirection table related verbs
IB/mlx4: Add support for RSS QP
IB/mlx4: Expose RSS capabilities
drivers/infiniband/hw/mlx4/main.c | 35 ++
drivers/infiniband/hw/mlx4/mlx4_ib.h | 39 +-
drivers/infiniband/hw/mlx4/qp.c | 994 ++++++++++++++++++++++++++++++++---
include/uapi/rdma/mlx4-abi.h | 51 ++
4 files changed, 1057 insertions(+), 62 deletions(-)
--
2.13.2
--
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:[~2017-07-04 13:24 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-04 13:24 Leon Romanovsky [this message]
[not found] ` <20170704132427.25937-1-leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2017-07-04 13:24 ` [PATCH rdma-next V1 1/4] IB/mlx4: Add support for WQ related verbs Leon Romanovsky
2017-07-04 13:24 ` [PATCH rdma-next V1 2/4] IB/mlx4: Add support for WQ indirection table " Leon Romanovsky
2017-07-04 13:24 ` [PATCH rdma-next V1 3/4] IB/mlx4: Add support for RSS QP Leon Romanovsky
2017-07-04 13:24 ` [PATCH rdma-next V1 4/4] IB/mlx4: Expose RSS capabilities Leon Romanovsky
2017-07-28 18:30 ` [PATCH rdma-next V1 0/4] ConnectX-3 RSS Implementation 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=20170704132427.25937-1-leon@kernel.org \
--to=leon-dgejt+ai2ygdnm+yrofe0a@public.gmane.org \
--cc=dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
--cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@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