git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a06ce95
)
net/mlx5: fix BlueField VF type recognition
author
Viacheslav Ovsiienko
<viacheslavo@mellanox.com>
Wed, 25 Sep 2019 07:31:18 +0000
(07:31 +0000)
committer
Ferruh Yigit
<ferruh.yigit@intel.com>
Mon, 7 Oct 2019 13:00:57 +0000
(15:00 +0200)
The PCI virtual function type was not recognized correctly
for BlueField VF.
Fixes:
f38c54571d62
("net/mlx5: split PCI from generic probing")
Cc: stable@dpdk.org
Signed-off-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
Acked-by: Matan Azrad <matan@mellanox.com>
drivers/net/mlx5/mlx5.c
patch
|
blob
|
history
diff --git
a/drivers/net/mlx5/mlx5.c
b/drivers/net/mlx5/mlx5.c
index
0528ed3
..
0545ebc
100644
(file)
--- a/
drivers/net/mlx5/mlx5.c
+++ b/
drivers/net/mlx5/mlx5.c
@@
-2424,6
+2424,7
@@
mlx5_pci_probe(struct rte_pci_driver *pci_drv __rte_unused,
case PCI_DEVICE_ID_MELLANOX_CONNECTX4LXVF:
case PCI_DEVICE_ID_MELLANOX_CONNECTX5VF:
case PCI_DEVICE_ID_MELLANOX_CONNECTX5EXVF:
+ case PCI_DEVICE_ID_MELLANOX_CONNECTX5BFVF:
dev_config.vf = 1;
break;
default: