All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH rdma-core 0/4] Allow systemd to also setup the RDMA_LS socket for ibacm
@ 2017-08-29 15:58 Jason Gunthorpe
       [not found] ` <1504022325-31039-1-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Jason Gunthorpe @ 2017-08-29 15:58 UTC (permalink / raw)
  To: linux-rdma-u79uwXL29TY76Z2rM5mHXA

This expands the socket activation for ibacm to include the kernel facing
listening netlink socket. This helps avoid racing during bootup by
allowing the kernel to block resolution until ibacm is started during
earlier boot.

Also a small clean up of F_SETFL

https://github.com/linux-rdma/rdma-core/pull/198

Jason Gunthorpe (4):
  Add set_fd_nonblock to util
  srp_daemon: Use pipe2 instead of pip&fcntl
  Use set_fd_nonblock in instead of open coding F_SETFL
  ibacm: Allow systemd to also setup the RDMA_LS socket for ibacm

 ibacm/ibacm.socket      |  4 +++
 ibacm/src/acm.c         | 81 ++++++++++++++++++++++++++++++++++++-------------
 librdmacm/rsocket.c     |  7 +++--
 srp_daemon/srp_daemon.c | 19 +-----------
 util/CMakeLists.txt     |  5 ++-
 util/dummy.c            |  0
 util/util.c             | 22 ++++++++++++++
 util/util.h             |  4 +++
 8 files changed, 97 insertions(+), 45 deletions(-)
 delete mode 100644 util/dummy.c
 create mode 100644 util/util.c

-- 
2.7.4

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

end of thread, other threads:[~2017-08-29 17:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-29 15:58 [PATCH rdma-core 0/4] Allow systemd to also setup the RDMA_LS socket for ibacm Jason Gunthorpe
     [not found] ` <1504022325-31039-1-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-08-29 15:58   ` [PATCH rdma-core 1/4] Add set_fd_nonblock to util Jason Gunthorpe
2017-08-29 15:58   ` [PATCH rdma-core 2/4] srp_daemon: Use pipe2 instead of pip&fcntl Jason Gunthorpe
2017-08-29 15:58   ` [PATCH rdma-core 3/4] Use set_fd_nonblock in instead of open coding F_SETFL Jason Gunthorpe
     [not found]     ` <1504022325-31039-4-git-send-email-jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-08-29 17:11       ` Hefty, Sean
2017-08-29 15:58   ` [PATCH rdma-core 4/4] ibacm: Allow systemd to also setup the RDMA_LS socket for ibacm Jason Gunthorpe

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.