From: Ron Mercer Date: Mon, 23 Feb 2009 10:42:16 +0000 (+0000) Subject: qlge: Optimize rx buffer refill process. X-Git-Tag: v2.6.30-rc1~662^2~564 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49f2186d36a88ae6f7dd8261aff2cf80409af28d;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed