commit | d5bd0146f0d61f7dc9904a7cc6d5cb9832034de4 | [log] [tgz] |
---|---|---|
author | Neil Turton <nturton@solarflare.com> | Tue Feb 12 23:13:48 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 12 23:13:48 2008 -0800 |
tree | 1f299bab2a11c790571a71177b189f8f3a216ba5 | |
parent | d8b2a4d21e0b37b9669b202867bfef19f68f786a [diff] |
[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 <nturton@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>