From: Benjamin LaHaise Date: Tue, 4 Aug 2009 10:21:21 +0000 (+0000) Subject: vxge: improve tx performance by using mmiowb() instead of wmb() X-Git-Tag: v2.6.32-rc1~703^2~465 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff1b974cf30b282f90993ab658e59b73c152c0b8;p=pandora-kernel.git vxge: improve tx performance by using mmiowb() instead of wmb() wmb() is extremely heavy on x86. The semantics required in the driver are provided by mmiowb(), so use that and improve tx performance on P4 Xeons by 5-10%. Signed-off-by: Benjamin LaHaise Signed-off-by: Sreenivasa Honnur Signed-off-by: Ramkrishna Vepa Signed-off-by: David S. Miller --- Reading git-diff-tree failed