[ewg] [PATCH] install.pl: Add vmw_pvrdma to list of kernel modules
Vladimir Sokolovsky
vlad at dev.mellanox.co.il
Thu Feb 16 04:02:33 PST 2017
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 <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 = (
More information about the ewg
mailing list