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
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