| commit | 83d3459a5928f18c9344683e31bc2a7c3c25562a | [log] [tgz] |
|---|---|---|
| author | Eyal Perry <eyalpe@mellanox.com> | Sun May 04 17:07:25 2014 +0300 |
| committer | David S. Miller <davem@davemloft.net> | Mon May 05 15:48:22 2014 -0400 |
| tree | fdfffa99cc31f94e8780fa255a4a79ccc0785897 | |
| parent | f24f790f8eb8bca00c66781b21de2a9ff7cd1c00 [diff] |
net/mlx4_core: Don't issue PCIe speed/width checks for VFs
Carrying out PCI speed/width checks through pcie_get_minimum_link()
on VFs yield wrong results, so remove them.
Fixes: b912b2f ('net/mlx4_core: Warn if device doesn't have enough PCI bandwidth')
Signed-off-by: Eyal Perry <eyalpe@mellanox.com>
Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>