Laurence, > The qla2xxx driver had this issue as well when the newer array > firmware returned the retry_delay_timer in the fcp_rsp. > The bnx2fc is not handling the masking of the scope bits either > so the retry_delay_timestamp value lands up being a large value > added to the timer timestamp delaying I/O for up to 27 Minutes. > This patch adds similar code to handle this to the > bnx2fc driver to avoid the huge delay. > --- > V2. Fix Indent for comments (Chad) > V3. Kbuild robot reported uninitialized variable scope > Initialize scope to 0 > > Signed-off-by: Laurence Oberman <loberman@xxxxxxxxxx> > Reported-by: David Jeffery <djeffery@xxxxxxxxxx> > Reported-by: kbuild test robot <lkp@xxxxxxxxx> > --- > drivers/scsi/bnx2fc/bnx2fc_io.c | 29 ++++++++++++++++++++++++----- > 1 file changed, 24 insertions(+), 5 deletions(-) Applied to 5.4/scsi-fixes. Please read Documentation/process/submitting-patches.rst. Your patch got all mangled since you put tags after the --- separator. Also, please use the -vN option when submitting updated patches. Thanks! -- Martin K. Petersen Oracle Linux Engineering