From: Julian Anastasov Date: Thu, 21 Mar 2013 09:58:11 +0000 (+0200) Subject: ipvs: reorder keys in connection structure X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~235^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1845ed0bb29fa7864781021e0c8d06af318f358a;p=pandora-kernel.git ipvs: reorder keys in connection structure __ip_vs_conn_in_get and ip_vs_conn_out_get are hot places. Optimize them, so that ports are matched first. By moving net and fwmark below, on 32-bit arch we can fit caddr in 32-byte cache line and all addresses in 64-byte cache line. Signed-off-by: Julian Anastasov Signed-off by: Hans Schillstrom Signed-off-by: Simon Horman --- Reading git-diff-tree failed