Re: [PATCH v2 11/14] qla2xxx: Check for MB timeout while capturing ISP27/28xx FW dump

2019-09-12 Thread Laurence Oberman
On Thu, 2019-09-12 at 11:09 -0700, Himanshu Madhani wrote: > From: Quinn Tran > > Add mailbox timeout checkout for ISP 27xx/28xx during FW dump > procedure. Without the timeout check, hardware lock can > be held for long period. This patch would shorten the dump > procedure, if a timeout conditio

[PATCH v2 11/14] qla2xxx: Check for MB timeout while capturing ISP27/28xx FW dump

2019-09-12 Thread Himanshu Madhani
From: Quinn Tran Add mailbox timeout checkout for ISP 27xx/28xx during FW dump procedure. Without the timeout check, hardware lock can be held for long period. This patch would shorten the dump procedure, if a timeout condition is encountered. Signed-off-by: Quinn Tran Signed-off-by: Himanshu M