All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] I/OAT: watchdog/reset, tcp_dma_copybreak and I/OAT ver.3 support
@ 2008-07-18 15:27 Maciej Sosnowski
  2008-07-18 15:27 ` [PATCH v2 1/4] I/OAT: Add watchdog/reset functionality to ioatdma driver Maciej Sosnowski
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Maciej Sosnowski @ 2008-07-18 15:27 UTC (permalink / raw)
  To: dan.j.williams; +Cc: shannon.nelson, linux-kernel, netdev

This is version 2 of ioatdma patchset
which has been updated after first review comments.
The first three patches are a result of 
ioatdma sustaining and performance tuning efforts
for both I/OAT versions 1.2 and 2.0.
The fourth patch is a new patch in this set. 
It adds I/OAT version 3 support to ioatdma driver.

The main differences between v1 and v2 of this patchset are:
 * "Increase sleep time in ioat_dma_self_test" change 
   has been separated from 
   "Add watchdog/reset functionality to ioatdma driver" patch
 * tcp_dma_copybreak default value setting has been moved
   from dmaengine to ioatdma driver
 * "I/OAT version 3.0 support" patch has been added
 * checkpatch problems have been resolved

This patches apply to kernel 2.6.26-rc9.

Maciej Sosnowski (4):
     I/OAT: Add watchdog/reset functionality to ioatdma driver
     I/OAT: Increase sleep time in ioat_dma_self_test
     I/OAT: tcp_dma_copybreak default value dependant on I/OAT version
     I/OAT: I/OAT version 3.0 support

 drivers/dca/dca-core.c          |  131 +++++++--
 drivers/dca/dca-sysfs.c         |    3 
 drivers/dma/ioat.c              |   15 +
 drivers/dma/ioat_dca.c          |  244 ++++++++++++++++++
 drivers/dma/ioat_dma.c          |  395 ++++++++++++++++++++++++++++--
 drivers/dma/ioatdma.h           |   14 -
 drivers/dma/ioatdma_hw.h        |    1 
 drivers/dma/ioatdma_registers.h |   20 +
 include/linux/dca.h             |    7 
 include/linux/pci_ids.h         |    8 
 net/core/user_dma.c             |    1 
 11 files changed, 783 insertions(+), 56 deletions(-)

--
Maciej

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

end of thread, other threads:[~2008-07-21 16:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-18 15:27 [PATCH v2 0/4] I/OAT: watchdog/reset, tcp_dma_copybreak and I/OAT ver.3 support Maciej Sosnowski
2008-07-18 15:27 ` [PATCH v2 1/4] I/OAT: Add watchdog/reset functionality to ioatdma driver Maciej Sosnowski
2008-07-18 15:28 ` [PATCH v2 2/4] I/OAT: Increase sleep time in ioat_dma_self_test Maciej Sosnowski
2008-07-18 15:29 ` [PATCH v2 3/4] I/OAT: tcp_dma_copybreak default value dependant on I/OAT version Maciej Sosnowski
2008-07-18 18:54   ` [PATCH v2 3/4] I/OAT: tcp_dma_copybreak default value dependant onI/OAT version Dan Williams
2008-07-21 16:13     ` [PATCH v2 3/4] I/OAT: tcp_dma_copybreak default valuedependant " Sosnowski, Maciej
2008-07-18 15:29 ` [PATCH v2 4/4] I/OAT: I/OAT version 3.0 support Maciej Sosnowski

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.