All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] dmaengine: ioatdma: DMA error reporting
@ 2016-06-28 23:15 Dave Jiang
  2016-06-28 23:15 ` [PATCH v3 1/5] dmaengine: Adding error handling flag Dave Jiang
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Dave Jiang @ 2016-06-28 23:15 UTC (permalink / raw)
  To: vinod.koul, allen.hubbe, jdmason; +Cc: dmaengine, linux-ntb, dan.j.williams

Changes v2 -> v3:
- Fix up commit header that was missing in patch 2/5.

Changes v1 -> v2: 
- Addressed comments from Allen Hubbe
- Added CPU resubmit for aborted/failed NTB submissions

The following series implements error reporting and handling for ioatdma.
An error flag field has been added to return DMA error status via the 
generic DMA descriptor so the upper layer can be notified if there are errors.
The ioatdma driver now will abort remaining outstanding descriptors when an
error has occured that requires a channel reset. The Intel NTB driver has been
modified to handle the error condition from the DMA layer.

---

Dave Jiang (5):
      dmaengine: Adding error handling flag
      dmaengine: ioatdma: Add error handling to ioat driver
      dmaengine: ioatdma: add error strings to chanerr output
      ntb: add DMA error handling for TX DMA
      ntb: add DMA error handling for RX DMA


 drivers/dma/ioat/dma.c       |  201 +++++++++++++++++++++++++++++++++++++-----
 drivers/dma/ioat/registers.h |    2 
 2 files changed, 181 insertions(+), 22 deletions(-)

--

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

end of thread, other threads:[~2016-07-08 16:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-28 23:15 [PATCH v3 0/5] dmaengine: ioatdma: DMA error reporting Dave Jiang
2016-06-28 23:15 ` [PATCH v3 1/5] dmaengine: Adding error handling flag Dave Jiang
2016-07-08  5:29   ` Vinod Koul
2016-07-08 16:00     ` Jiang, Dave
2016-06-28 23:15 ` [PATCH v3 2/5] dmaengine: ioatdma: Add error handling to ioat driver Dave Jiang
2016-06-28 23:15 ` [PATCH v3 3/5] dmaengine: ioatdma: add error strings to chanerr output Dave Jiang
2016-06-28 23:15 ` [PATCH v3 4/5] ntb: add DMA error handling for TX DMA Dave Jiang
2016-06-28 23:15 ` [PATCH v3 5/5] ntb: add DMA error handling for RX DMA Dave Jiang
2016-06-29 13:24 ` [PATCH v3 0/5] dmaengine: ioatdma: DMA error reporting Allen Hubbe

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.