All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Lord <liml@rtr.ca>
To: Jeff Garzik <jgarzik@pobox.com>,
	IDE/ATA development list <linux-ide@vger.kernel.org>
Cc: Grant Grundler <grundler@google.com>
Subject: Re: [PATCH 03/03] sata_mv implement IRQ coalescing
Date: Tue, 10 Mar 2009 19:21:20 -0400	[thread overview]
Message-ID: <49B6F5F0.2010905@rtr.ca> (raw)
In-Reply-To: <49B6EF18.8050000@rtr.ca>

Mark Lord wrote:
> Add IRQ coalescing to sata_mv (off by default).
> 
> This feature can reduce total interrupt overhead for RAID setups
> in some situations, by deferring the interrupt signal until one or both of:
> 
> a) a specified io_count (completed SATA commands) is achieved, or
> b) a specified time interval elapses after an IO completion.
> 
> For now, module parameters are used to set the irq_coalescing_io_count
> and irq_coalescing_usecs (timeout) globally.  These may eventually
> be supplemented with sysfs attributes, so that thresholds can be set
> on-the-fly and on a per-chip (or even per-host_controller) basis.
> 
> Signed-off-by: Mark Lord <mlord@pobox.com>
> ---
> 
> This is for #upstream libata-dev #upstream
> 
> --- old/drivers/ata/sata_mv.c    2009-03-10 18:28:30.000000000 -0400
> +++ new/drivers/ata/sata_mv.c    2009-03-10 18:48:07.000000000 -0400
> @@ -34,10 +34,7 @@
..

Ooops.. hold off on 03/03 for the moment.
I messed up a couple of bits.. will repost (v2) shortly.

-ml

  parent reply	other threads:[~2009-03-10 23:21 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-10 22:49 [PATCH 01/03] sata_mv Fix MSI irq race Mark Lord
2009-03-10 22:51 ` [PATCH 02/03] sata_mv cosmetic preparations for IRQ coalescing Mark Lord
2009-03-10 22:52   ` [PATCH 03/03] sata_mv implement " Mark Lord
2009-03-10 23:06     ` Grant Grundler
2009-03-10 23:21     ` Mark Lord [this message]
2009-03-11  2:01     ` [PATCH 03/03] sata_mv implement IRQ coalescing (v2) Mark Lord
2009-03-11  4:56       ` [PATCH 04/03] sata_mv optimize IRQ coalescing for 8-port chips Mark Lord
2009-03-15 15:33         ` [PATCH 05/03] sata_mv fix LED blinking for SoC+NCQ Mark Lord
2009-03-25  2:34   ` [PATCH 02/03] sata_mv cosmetic preparations for IRQ coalescing Jeff Garzik
2009-03-25 13:45     ` Mark Lord
2009-03-25  2:36   ` Jeff Garzik

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=49B6F5F0.2010905@rtr.ca \
    --to=liml@rtr.ca \
    --cc=grundler@google.com \
    --cc=jgarzik@pobox.com \
    --cc=linux-ide@vger.kernel.org \
    /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.