diff options
author | Eric Dumazet <eric.dumazet@gmail.com> | 2010-06-02 10:24:13 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-06-02 10:24:13 (GMT) |
commit | 371121057607e3127e19b3fa094330181b5b031e (patch) | |
tree | d0803bdf06a50fdad88435588f66b2f0f4c95008 /drivers | |
parent | bc135b23d01acf7ee926aaf75b0020c86d3869f9 (diff) | |
download | linux-371121057607e3127e19b3fa094330181b5b031e.tar.xz |
net: QDISC_STATE_RUNNING dont need atomic bit ops
__QDISC_STATE_RUNNING is always changed while qdisc lock is held.
We can avoid two atomic operations in xmit path, if we move this bit in
a new __state container.
Location of this __state container is carefully chosen so that fast path
only dirties one qdisc cache line.
THROTTLED bit could later be moved into this __state location too, to
avoid dirtying first qdisc cache line.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions