From: Santiago Leon Date: Fri, 3 Sep 2010 18:28:09 +0000 (+0000) Subject: ibmveth: batch rx buffer replacement X-Git-Tag: v2.6.37-rc1~147^2~564 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c033a6d1390bb6cc0c11c3b4137b856dfd8cb7c8;p=pandora-kernel.git ibmveth: batch rx buffer replacement At the moment we try and replenish the receive ring on every rx interrupt. We even have a pool->threshold but aren't using it. To limit the maximum latency incurred when refilling, change the threshold from 1/2 to 7/8 and reduce the largest rx pool from 768 buffers to 512 which should be more than enough. Signed-off-by: Anton Blanchard Signed-off-by: Santiago Leon Signed-off-by: David S. Miller --- Reading git-diff-tree failed