Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278777
b: refs/heads/master
c: 8e59d25
h: refs/heads/master
i:
  278775: 309f779
v: v3
  • Loading branch information
Jack Morgenstein authored and David S. Miller committed Dec 13, 2011
1 parent 3fa511b commit e87ddea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c82e9aa0a8bcf7a1643ccb71678bab57f3cb4bc6
refs/heads/master: 8e59d254feb3826230d19fb643691c89eabd71f8
5 changes: 5 additions & 0 deletions trunk/drivers/infiniband/hw/mlx4/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1075,6 +1075,11 @@ static void *mlx4_ib_add(struct mlx4_dev *dev)

printk_once(KERN_INFO "%s", mlx4_ib_version);

if (mlx4_is_mfunc(dev)) {
printk(KERN_WARNING "IB not yet supported in SRIOV\n");
return NULL;
}

mlx4_foreach_ib_transport_port(i, dev)
num_ports++;

Expand Down

0 comments on commit e87ddea

Please sign in to comment.