Actions
Bug #5775
closedmr_sas initialisation pauses unecessarily for 60 seconds.
Start date:
2015-03-29
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
During initialisation, the mr_sas driver sends an MFI init packet to the hardware. This packet is sent asynchronously and then the driver waits for it be acknowledged by the hardware. There is a bug in the code where the wrong address is checked resulting in a hang of 60 seconds.
Updated by Electric Monk over 7 years ago
- Status changed from In Progress to Closed
- % Done changed from 80 to 100
git commit 4bc492d2bb45bc1a51b553ae441cfee4289cb3ee
commit 4bc492d2bb45bc1a51b553ae441cfee4289cb3ee Author: Andy Fiddaman <omnios@citrus-it.net> Date: 2015-04-08T15:24:14.000Z 5775 mr_sas initialisation pauses unecessarily for 60 seconds. Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
Actions