From: willy tarreau Date: Thu, 16 Jan 2014 07:20:15 +0000 (+0100) Subject: net: mvneta: prefetch next rx descriptor instead of current one X-Git-Tag: v3.14-rc1~94^2~146^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34e4179df65d72d83e71860b099d71e0f3aa1210;p=pandora-kernel.git net: mvneta: prefetch next rx descriptor instead of current one Currently, the mvneta driver tries to prefetch the current Rx descriptor during read. Tests have shown that prefetching the next one instead increases general performance by about 1% on HTTP traffic. Cc: Thomas Petazzoni Cc: Gregory CLEMENT Tested-by: Arnaud Ebalard Signed-off-by: Willy Tarreau Signed-off-by: David S. Miller --- Reading git-diff-tree failed