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:
Michal Berger 2023-01-17 16:23:25 +01:00 committed by Tomasz Zawadzki
parent daa9779cf6
commit 45b83b9743

View File

@ -52,8 +52,6 @@ function load_ib_rdma_modules() {
modprobe ib_cm modprobe ib_cm
modprobe ib_core modprobe ib_core
# Newer kernels do not have the ib_ucm module
modprobe ib_ucm || true
modprobe ib_umad modprobe ib_umad
modprobe ib_uverbs modprobe ib_uverbs
modprobe iw_cm modprobe iw_cm