Commit 9b037f38 authored by Ajit Khaparde's avatar Ajit Khaparde Committed by David S. Miller

be2net: detect a UE even when a interface is down.

Signed-off-by: default avatarAjit Khaparde <ajit.khaparde@emulex.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7acc2087
......@@ -1866,6 +1866,10 @@ static void be_worker(struct work_struct *work)
struct be_mcc_obj *mcc_obj = &adapter->mcc_obj;
be_cq_notify(adapter, mcc_obj->cq.id, false, mcc_compl);
}
if (!adapter->ue_detected && !lancer_chip(adapter))
be_detect_dump_ue(adapter);
goto reschedule;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment