On 02/13/2017 09:08 PM, Adit Ranadive wrote:
Hi Vlad,

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

Thanks,
Adit

Applied.

Can vmw_pvrdma be compiled on all OSes supported by OFED-4.8?


Regards,
Vladimir


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

Signed-off-by: Adit Ranadive <[email protected]>
---
  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 = (

_______________________________________________
ewg mailing list
[email protected]
http://lists.openfabrics.org/mailman/listinfo/ewg

Reply via email to