[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20090310.053247.106872632.davem@davemloft.net>
Date: Tue, 10 Mar 2009 05:32:47 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: aabdulla@...dia.com
Cc: manfred@...orfullife.com, jgarzik@...ox.com, akpm@...l.org,
netdev@...r.kernel.org
Subject: Re: [PATCH 10/13] forcedeth: add interrupt moderation logic
From: Ayaz Abdulla <aabdulla@...dia.com>
Date: Thu, 05 Mar 2009 13:02:26 -0500
> This patch adds the logic to moderate the interrupts by changing the mode between throughput and poll. If there has been a large amount of time without any burst of network load, the code will transition to pure throughput mode (where each tx/rx/other will cause an interrupt). If bursts of network load occurs, it will transition to poll based mode to help reduce cpu utilization (it will not interrupt on each packet) while maintaining the optimum network bandwidth utilization.
>
> Signed-off-by: Ayaz Abdulla <aabdulla@...dia.com>
Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists