Fix ConnectX4-LX SR-IOV Support

Adding pci_vendor_dev for Connect-X4 LX in order to support vfs
created on such adapters

Closes-Bug: 1618814
Change-Id: I416cf9f172968afbe7b86e7a806a3695ddb1fca0
This commit is contained in:
Hamdy Khader 2016-08-31 09:42:53 +00:00
parent 8fd5a11650
commit a837fe3ca0
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ if ( $mlnx['driver'] == 'mlx4_en' and $mlnx['mlnx_qos'] ) {
}
if ($mlnx['sriov']) {
$pci_vendor_devices = '15b3:1004,15b3:1014,8086:10ca'
$pci_vendor_devices = '15b3:1014,15b3:1016'
$agent_required = 'True'
class { 'mellanox_openstack::controller_sriov' :
eswitch_vnic_type => $eswitch_vnic_type,

View File

@ -5,7 +5,7 @@ name: mellanox-plugin
title: Mellanox ConnectX-4 Openstack Features
# Plugin version
version: 3.2.0
version: 3.2.1
# Description
description: Enable features over Mellanox ConnectX-4 Adapters