Skip to content

Commit

Permalink
[infiniband] Poll event queues only for devices that are open
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Nov 15, 2011
1 parent 8ccaec5 commit 774ea3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/infiniband.c
Expand Up @@ -861,7 +861,7 @@ void ib_poll_eq ( struct ib_device *ibdev ) {
static void ib_step ( struct process *process __unused ) {
struct ib_device *ibdev;

for_each_ibdev ( ibdev )
list_for_each_entry ( ibdev, &open_ib_devices, open_list )
ib_poll_eq ( ibdev );
}

Expand Down

0 comments on commit 774ea3d

Please sign in to comment.