All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] IB/srp: Add RDMA/CM support
@ 2018-01-08 23:14 Bart Van Assche
       [not found] ` <20180108231436.19750-1-bart.vanassche-Sjgp3cTcYWE@public.gmane.org>
  0 siblings, 1 reply; 11+ messages in thread
From: Bart Van Assche @ 2018-01-08 23:14 UTC (permalink / raw)
  To: Jason Gunthorpe
  Cc: Doug Ledford, Greg Kroah-Hartman,
	linux-rdma-u79uwXL29TY76Z2rM5mHXA, Bart Van Assche

Hello Jason and Doug,

The five patches in this series add RDMA/CM support to the SRP
initiator. Please consider these patches for kernel v4.16.

Thanks,

Bart.

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 (5):
  kobject: Export kobj_ns_grab_current() and kobj_ns_drop()
  IB/srp: Use kstrtoull() instead of simple_strtoull()
  IB/srp: Make the path record query error message more informative
  IB/srp: Refactor srp_send_req()
  IB/srp: Add RDMA/CM support

 drivers/infiniband/ulp/srp/ib_srp.c | 760 ++++++++++++++++++++++++++++--------
 drivers/infiniband/ulp/srp/ib_srp.h |  42 +-
 include/scsi/srp.h                  |  17 +
 lib/kobject.c                       |   2 +
 4 files changed, 653 insertions(+), 168 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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2018-01-17 16:13 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-08 23:14 [PATCH v3 0/5] IB/srp: Add RDMA/CM support Bart Van Assche
     [not found] ` <20180108231436.19750-1-bart.vanassche-Sjgp3cTcYWE@public.gmane.org>
2018-01-08 23:14   ` [PATCH v3 1/5] kobject: Export kobj_ns_grab_current() and kobj_ns_drop() Bart Van Assche
     [not found]     ` <20180108231436.19750-2-bart.vanassche-Sjgp3cTcYWE@public.gmane.org>
2018-01-09 17:59       ` Bart Van Assche
     [not found]         ` <1515520784.2721.11.camel-Sjgp3cTcYWE@public.gmane.org>
2018-01-09 18:30           ` gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r
     [not found]             ` <20180109183047.GA3236-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
2018-01-09 18:47               ` Bart Van Assche
     [not found]                 ` <1515523648.2721.21.camel-Sjgp3cTcYWE@public.gmane.org>
2018-01-09 18:57                   ` gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r
     [not found]                     ` <20180109185745.GA13061-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
2018-01-17 16:13                       ` Bart Van Assche
2018-01-08 23:14   ` [PATCH v3 2/5] IB/srp: Use kstrtoull() instead of simple_strtoull() Bart Van Assche
2018-01-08 23:14   ` [PATCH v3 3/5] IB/srp: Make the path record query error message more informative Bart Van Assche
2018-01-08 23:14   ` [PATCH v3 4/5] IB/srp: Refactor srp_send_req() Bart Van Assche
2018-01-08 23:14   ` [PATCH v3 5/5] IB/srp: Add RDMA/CM support Bart Van Assche

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.