test/nvmf: Don't attempt to load ib_ucm
This driver was removed from the mainline kernel over 3 years ago, hence there is no much point in keeping it around. Currently, this attempt simply spams build log with info that we failed to load said driver. Signed-off-by: Michal Berger <michal.berger@intel.com> Change-Id: I8bc65f652f6476a9cdf4fa4849ee03d8d547402c Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16325 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
This commit is contained in:
parent
daa9779cf6
commit
45b83b9743
@ -52,8 +52,6 @@ function load_ib_rdma_modules() {
|
||||
|
||||
modprobe ib_cm
|
||||
modprobe ib_core
|
||||
# Newer kernels do not have the ib_ucm module
|
||||
modprobe ib_ucm || true
|
||||
modprobe ib_umad
|
||||
modprobe ib_uverbs
|
||||
modprobe iw_cm
|
||||
|
Loading…
Reference in New Issue
Block a user