All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH rdma-core 0/5] srp_daemon: Rework systemd integration
@ 2017-05-15 22:47 Bart Van Assche
       [not found] ` <20170515224733.29586-1-bart.vanassche-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
  0 siblings, 1 reply; 15+ messages in thread
From: Bart Van Assche @ 2017-05-15 22:47 UTC (permalink / raw)
  To: Doug Ledford
  Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA, Jason Gunthorpe,
	Leon Romanovsky, Bart Van Assche

Hello,

This patch series implements the changes that were discussed a few days
ago on the linux-rdma mailing list:
- srp_daemon.service is split into srp_daemon.service and the
  srp_daemon_port@.service template. The former does not start any srp_daemon
  process but controls the latter.
- srp_daemon_port@.service  instances are started automatically upon hot-add of
  an RDMA port to support hot-plugging.

As usual, comments and feedback are welcome.

Bart.

Bart Van Assche (5):
  srp_daemon.sh: Improve robustness
  srp_daemon: Use the recommended style in the man page
  srp_daemon: Add command-line option -j
  srp_daemon: Move srp_daemon.service from the redhat directory to the
    srp_daemon directory
  srp_daemon.service: Add support for hot-plugging

 debian/srptools.install                            |  5 ++
 redhat/rdma-core.spec                              |  8 ++--
 srp_daemon/90-srp-daemon.rules                     |  1 +
 srp_daemon/CMakeLists.txt                          |  7 +++
 srp_daemon/srp_daemon.1.in                         | 54 +++++++++++++++-------
 srp_daemon/srp_daemon.c                            | 16 ++++++-
 srp_daemon/srp_daemon.service                      | 15 ++++++
 srp_daemon/srp_daemon.service.5                    | 30 ++++++++++++
 srp_daemon/srp_daemon.sh.in                        | 34 +++++++-------
 .../srp_daemon_port@.service                       |  7 +--
 srp_daemon/srp_daemon_port@.service.5              | 46 ++++++++++++++++++
 11 files changed, 181 insertions(+), 42 deletions(-)
 create mode 100644 srp_daemon/90-srp-daemon.rules
 create mode 100644 srp_daemon/srp_daemon.service
 create mode 100644 srp_daemon/srp_daemon.service.5
 rename redhat/srp_daemon.service => srp_daemon/srp_daemon_port@.service (63%)
 create mode 100644 srp_daemon/srp_daemon_port@.service.5

-- 
2.12.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

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

end of thread, other threads:[~2017-05-24 21:12 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-15 22:47 [PATCH rdma-core 0/5] srp_daemon: Rework systemd integration Bart Van Assche
     [not found] ` <20170515224733.29586-1-bart.vanassche-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
2017-05-15 22:47   ` [PATCH rdma-core 1/5] srp_daemon.sh: Improve robustness Bart Van Assche
2017-05-15 22:47   ` [PATCH rdma-core 2/5] srp_daemon: Use the recommended style in the man page Bart Van Assche
2017-05-15 22:47   ` [PATCH rdma-core 3/5] srp_daemon: Add command-line option -j Bart Van Assche
2017-05-15 22:47   ` [PATCH rdma-core 4/5] srp_daemon: Move srp_daemon.service from the redhat directory to the srp_daemon directory Bart Van Assche
2017-05-15 22:47   ` [PATCH rdma-core 5/5] srp_daemon.service: Add support for hot-plugging Bart Van Assche
2017-05-15 22:47   ` [PATCH rdma-core 0/5] srp_daemon: Rework systemd integration Bart Van Assche
2017-05-15 22:47   ` [PATCH rdma-core 1/5] srp_daemon.sh: Improve robustness Bart Van Assche
2017-05-15 22:47   ` [PATCH rdma-core 2/5] srp_daemon: Use the recommended style in the man page Bart Van Assche
2017-05-15 22:47   ` [PATCH rdma-core 3/5] srp_daemon: Add command-line option -j Bart Van Assche
2017-05-15 22:47   ` [PATCH rdma-core 4/5] srp_daemon: Move srp_daemon.service from the redhat directory to the srp_daemon directory Bart Van Assche
2017-05-15 22:47   ` [PATCH rdma-core 5/5] srp_daemon.service: Add support for hot-plugging Bart Van Assche
     [not found]     ` <20170515224733.29586-12-bart.vanassche-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
2017-05-15 23:25       ` Jason Gunthorpe
     [not found]         ` <20170515232551.GA10834-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-05-24 20:33           ` Bart Van Assche
     [not found]             ` <1495658010.2823.36.camel-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org>
2017-05-24 21:12               ` 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.