srp_daemon_port@.service(5) — Linux manual page
SRP_DAEM....SERVICE(5) srp_daemon_port@.service SRP_DAEM....SERVICE(5)
NAME
srp_daemon_port@.service - srp_daemon_port@ systemd service that controls a single port
SYNOPSIS
srp_daemon_port@.service
DESCRIPTION
The srp_daemon_port@.service controls whether or not an srp_daemon process is monitoring the RDMA port specified as template argument. The format for the RDMA port name is dev:port where dev is the name of an RDMA device and port is an port number starting from one. Starting an instance of this template will start an srp_daemon process. Stopping an instance of this template will stop the srp_daemon process for the specified port. It can be prevented that srp_daemon is started for a certain port by masking the corresponding systemd service, e.g. systemctl mask srp_daemon_port@mlx4_0:1. A list of all RDMA device and port number pairs can be obtained e.g. as follows: $ (cd /sys/class/infiniband >&/dev/null && for p in */ports/*; do [ -e "$p" ] && echo "${p/\/ports\//:}"; done) mlx4_0:1 mlx4_0:2 mlx4_1:1 mlx4_1:2
SEE ALSO
srp_daemon(1), srp_daemon.service(5), systemctl(1)
COLOPHON
This page is part of the rdma-core (RDMA Core Userspace Libraries and Daemons) project. Information about the project can be found at ⟨https://github.com/linux-rdma/rdma-core⟩. If you have a bug report for this manual page, send it to linux-rdma@vger.kernel.org. This page was obtained from the project's upstream Git repository ⟨https://github.com/linux-rdma/rdma-core.git⟩ on 2024-06-14. (At that time, the date of the most recent commit that was found in the repository was 2024-06-10.) If you discover any rendering problems in this HTML version of the page, or you believe there is a better or more up-to-date source for the page, or you have corrections or improvements to the information in this COLOPHON (which is not part of the original manual page), send a mail to man-pages@man7.org srp_daemon SRP_DAEM....SERVICE(5)
Pages that refer to this page: srp_daemon.service(5)