From: Neil Turton Date: Wed, 13 Feb 2008 07:13:48 +0000 (-0800) Subject: [NET]: Improve cache line coherency of ingress qdisc X-Git-Tag: v2.6.25-rc2~2^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5bd0146f0d61f7dc9904a7cc6d5cb9832034de4;p=pandora-kernel.git [NET]: Improve cache line coherency of ingress qdisc Move the ingress qdisc members of struct net_device from the transmit cache line to the receive cache line to avoid cache line ping-pong. These members are only used on the receive path. Signed-off-by: Neil Turton Signed-off-by: David S. Miller --- Reading git-diff-tree failed