david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[infiniband] Poll event queues only for devices that are open

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown 2011-11-14 23:43:24 +00:00
parent 8ccaec5adf
commit 774ea3d263
1 changed files with 1 additions and 1 deletions

View File

@ -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 );
}