Re: [PATCH net-2.6.25] net: Improve cache line coherency of ingress qdisc

2008-02-12 Thread David Miller
From: Neil Turton <[EMAIL PROTECTED]> Date: Thu, 17 Jan 2008 11:04:44 + > 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 Turt

[PATCH net-2.6.25] net: Improve cache line coherency of ingress qdisc

2008-01-17 Thread Neil Turton
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 <[EMAIL PROTECTED]> --- --- net-2.6.25.git-orig/include/linux/netdevice.h 200