From: Maciej Sosnowski <maciej.sosnowski@intel.com>
To: dan.j.williams@intel.com
Cc: shannon.nelson@intel.com, linux-kernel@vger.kernel.org,
netdev@vger.kernel.org
Subject: [PATCH v2 0/4] I/OAT: watchdog/reset, tcp_dma_copybreak and I/OAT ver.3 support
Date: Fri, 18 Jul 2008 17:27:08 +0200 [thread overview]
Message-ID: <20080718152541.21235.85961.stgit@linux.site> (raw)
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
next reply other threads:[~2008-07-18 15:37 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-18 15:27 Maciej Sosnowski [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080718152541.21235.85961.stgit@linux.site \
--to=maciej.sosnowski@intel.com \
--cc=dan.j.williams@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=shannon.nelson@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.