All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] scsi: aacraid: Multi controller Kdump IOP reset handling
@ 2018-01-20  1:01 Raghava Aditya Renukunta
  2018-01-20  1:01 ` [PATCH 1/3] scsi: aacraid: Implement DropIO sync command Raghava Aditya Renukunta
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Raghava Aditya Renukunta @ 2018-01-20  1:01 UTC (permalink / raw)
  To: jejb, martin.petersen, linux-scsi
  Cc: Scott.Benesh, tom.white, aacraid, Guilherme G . Piccoli,
	Bart Van Assche

During Kdump aacraid controller IOP reset is invoked, IOP reset
takes approx 40 seconds to bring the controller back up and running.
with timeout of 120 seconds and anything more than 2 controllers
will cause kdump to timeout.

This patchset implements a new reset mechanism called DropIO, that
induces the fw to drop any pending IO in the fw and making the reset
process quicker.

Raghava Aditya Renukunta (3):
  scsi: aacraid: Implement DropIO sync command
  scsi: aacraid: Preserve MSIX mode in the OMR register
  scsi: aacraid: Auto detect INTx or MSIx mode during sync cmd
    processing

 drivers/scsi/aacraid/aacraid.h |   5 +
 drivers/scsi/aacraid/src.c     | 211 ++++++++++++++++++++++++++++++++++++++---
 2 files changed, 202 insertions(+), 14 deletions(-)

-- 
2.9.4

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-02-07 15:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-20  1:01 [PATCH 0/3] scsi: aacraid: Multi controller Kdump IOP reset handling Raghava Aditya Renukunta
2018-01-20  1:01 ` [PATCH 1/3] scsi: aacraid: Implement DropIO sync command Raghava Aditya Renukunta
2018-01-29 16:34   ` Dave Carroll
2018-01-20  1:01 ` [PATCH 2/3] scsi: aacraid: Preserve MSIX mode in the OMR register Raghava Aditya Renukunta
2018-01-29 16:35   ` Dave Carroll
2018-01-20  1:01 ` [PATCH 3/3] scsi: aacraid: Auto detect INTx or MSIx mode during sync cmd processing Raghava Aditya Renukunta
2018-01-29 16:39   ` Dave Carroll
2018-02-07  0:21 ` [PATCH 0/3] scsi: aacraid: Multi controller Kdump IOP reset handling Martin K. Petersen
2018-02-07 15:52   ` Raghava Aditya Renukunta

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.