mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-30 00:00:15 +01:00
7 lines
277 B
Text
7 lines
277 B
Text
ACTION=="remove", GOTO="rdma_sriov_end"
|
|
SUBSYSTEM!="infiniband", GOTO="rdma_sriov_end"
|
|
|
|
# Automatically load general RDMA ULP modules when RDMA hardware is installed
|
|
TAG+="systemd", ENV{ID_RDMA_INFINIBAND}=="1", ENV{SYSTEMD_WANTS}+="rdma-sriov.service"
|
|
|
|
LABEL="rdma_sriov_end"
|