[ewg] [PATCH] install.pl: Add vmw_pvrdma to list of kernel modules

Adit Ranadive aditr at vmware.com
Mon Feb 13 11:08:17 PST 2017


Hi Vlad,

This is a small patch for the install file to let vmw_pvrdma be
specified in ofed.conf.

Thanks,
Adit

---
vmw_pvrdma can be specified in ofed.conf for installation.

Signed-off-by: Adit Ranadive <aditr at vmware.com>
---
 install.pl | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/install.pl b/install.pl
index a6f677e..5945359 100755
--- a/install.pl
+++ b/install.pl
@@ -733,6 +733,9 @@ my %kernel_modules_info = (
         'ibp-debug' =>
             { name => "ibp-debug", available => 1, selected => 0,
             included_in_rpm => 0, requires => ["core", "ibp-server"], },
+        'vmw_pvrdma' =>
+            { name => "vmw_pvrdma", available => 1, selected => 0,
+            included_in_rpm => 0, requires => ["core"], },
         );
 
 my %packages_info = (
-- 
1.8.3.1




More information about the ewg mailing list