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

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 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 
 drivers/ntb/ntb_transport.c  |  222 +++++++++++++++++++++++++++++++-----------
 include/linux/dmaengine.h    |   15 +++
 4 files changed, 359 insertions(+), 81 deletions(-)

--

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

end of thread, other threads:[~2016-06-28 16:15 UTC | newest]

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

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.