commit | 752a50cab600c6d46c5a1921c6a6d2fb116c8a4b | [log] [tgz] |
---|---|---|
author | Jack Morgenstein <jackm@dev.mellanox.co.il> | Tue Jun 19 11:21:33 2012 +0300 |
committer | Roland Dreier <roland@purestorage.com> | Sun Jul 08 18:05:05 2012 -0700 |
tree | b6b4fac3ff771523c737eeb0ad922903977b2ec8 | |
parent | 6887a4131da3adaab011613776d865f4bcfb5678 [diff] |
mlx4_core: Pass an invalid PCI id number to VFs Currently, VFs have 0 in their dev->caps.function field. This is a valid pci id (usually of the PF). Instead, pass an invalid PCI id to the VF via QUERY_FW, so that if the value gets accessed in the VF driver, we'll catch the problem. Signed-off-by: Jack Morgenstein <jackm@dev.mellanox.co.il> Signed-off-by: Roland Dreier <roland@purestorage.com>