From 9aeb67bc7edb91c29e3eb191980af9eb40064bcd Mon Sep 17 00:00:00 2001 From: Jay Sternberg Date: Tue, 6 Feb 2018 14:58:29 -0800 Subject: [PATCH] add --with-rdmavt-mod for qib --- install.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.pl b/install.pl index 609739e..47ce49b 100755 --- a/install.pl +++ b/install.pl @@ -2269,7 +2269,7 @@ sub build_kernel_rpm $kernel_configure_options .= " --with-ipath_inf-mod"; } elsif ($module eq "qib") { - $kernel_configure_options .= " --with-qib-mod"; + $kernel_configure_options .= " --with-qib-mod --with-rdmavt-mod"; } elsif ($module eq "srpt") { $kernel_configure_options .= " --with-srp-target-mod"; -- 2.46.0