2
0
mirror of https://github.com/xcat2/xNBA.git synced 2025-02-06 22:11:57 +00:00

[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

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