From: Bart Van Assche <bart.vanassche-Sjgp3cTcYWE@public.gmane.org>
To: Jason Gunthorpe <jgg-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
Cc: Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
Laurence Oberman
<loberman-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Bart Van Assche <bart.vanassche-Sjgp3cTcYWE@public.gmane.org>
Subject: [PATCH v5 0/3] IB/srp patches for kernel v4.16
Date: Mon, 22 Jan 2018 14:27:10 -0800 [thread overview]
Message-ID: <20180122222713.13197-1-bart.vanassche@wdc.com> (raw)
Hello Jason and Doug,
The patches in this series add RDMA/CM support to the SRP initiator and also
add a debug option. Please consider these patches for kernel v4.16.
Thanks,
Bart.
Changes compared to v4:
- Left out the patches that have already been queued for kernel v4.16.
- Added Greg's ack to patch 1/3.
- Added a third patch that adds the starget_can_queue login option.
Changes compared to v3:
- Moved a kobj_ns_drop() call inside an if-statement to keep the grab and put
ns calls balanced.
Changes compared to v2:
- Added a patch that exports kobj_ns_grab_current() and kobj_ns_drop().
- Made the rdma_create_id() call also use the namespace of the process that
triggered SRP login. Added kobj_ns_grab_current() and kobj_ns_drop() calls
to the SRP initiator to ensure that that network namespace exists at least
as long as the SRP channel that is using it.
Changes compared to v1:
- Use the network namespace of the process that writes into the SRP sysfs login
attribute in rdma_create_id() and inet_pton_with_scope() calls.
- Removed an irrelevant part from the RDMA/CM patch description.
Bart Van Assche (3):
kobject: Export kobj_ns_grab_current() and kobj_ns_drop()
IB/srp: Add RDMA/CM support
IB/srp: Add target_can_queue login parameter
drivers/infiniband/ulp/srp/ib_srp.c | 723 ++++++++++++++++++++++++++++--------
drivers/infiniband/ulp/srp/ib_srp.h | 43 ++-
include/scsi/srp.h | 17 +
lib/kobject.c | 2 +
4 files changed, 631 insertions(+), 154 deletions(-)
--
2.15.1
--
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:[~2018-01-22 22:27 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-22 22:27 Bart Van Assche [this message]
[not found] ` <20180122222713.13197-1-bart.vanassche-Sjgp3cTcYWE@public.gmane.org>
2018-01-22 22:27 ` [PATCH v5 1/3] kobject: Export kobj_ns_grab_current() and kobj_ns_drop() Bart Van Assche
2018-01-22 22:27 ` [PATCH v5 2/3] IB/srp: Add RDMA/CM support Bart Van Assche
2018-01-22 22:27 ` [PATCH v5 3/3] IB/srp: Add target_can_queue login parameter Bart Van Assche
2018-01-23 17:09 ` [PATCH v5 0/3] IB/srp patches for kernel v4.16 Doug Ledford
[not found] ` <1516727351.27592.46.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2018-01-23 21:35 ` Bart Van Assche
[not found] ` <1516743303.3339.36.camel-Sjgp3cTcYWE@public.gmane.org>
2018-01-25 15:47 ` Doug Ledford
[not found] ` <1516895274.27592.125.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2018-01-25 19:06 ` Bart Van Assche
[not found] ` <a136f97d-cc29-3fb1-6692-770eb11eba13-Sjgp3cTcYWE@public.gmane.org>
2018-01-25 20:00 ` 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=20180122222713.13197-1-bart.vanassche@wdc.com \
--to=bart.vanassche-sjgp3ctcywe@public.gmane.org \
--cc=dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
--cc=jgg-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
--cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=loberman-H+wXaHxf7aLQT0dZR+AlfA@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