commit | 49f2186d36a88ae6f7dd8261aff2cf80409af28d | [log] [tgz] |
---|---|---|
author | Ron Mercer <ron.mercer@qlogic.com> | Mon Feb 23 10:42:16 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 24 23:50:01 2009 -0800 |
tree | 150c5ae20128158903b3299aa0b30f4a58d2077a | |
parent | 8587ea35ca6b4add4353b8a18b67d358aed0389e [diff] |
qlge: Optimize rx buffer refill process. RX Buffers are refilled in chunks of 16 at a time before notifying the hardware with a register write. This can cause several writes to take place in a given napi poll call. This change causes the write to take place only once at the end of the call. Signed-off-by: Ron Mercer <ron.mercer@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>