From: David S. Miller Date: Thu, 19 May 2005 05:49:26 +0000 (-0700) Subject: [TG3]: Set minimal hw interrupt mitigation. X-Git-Tag: v2.6.12-rc5~47^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15f9850d3c2d46f5851a424d2990a18b5bb5ebfd;p=pandora-kernel.git [TG3]: Set minimal hw interrupt mitigation. Even though we do software interrupt mitigation via NAPI, it still helps to have some minimal hw assisted mitigation. This helps, particularly, on systems where register I/O overhead is much greater than the CPU horsepower. For example, it helps on NUMA systems. In such cases the PIO overhead to disable interrupts for NAPI accounts for the majority of the packet processing cost. The CPU is fast enough such that only a single packet is processed by each NAPI poll call. Thanks to Michael Chan for reviewing this patch. Signed-off-by: David S. Miller --- Reading git-diff-tree failed