diff options
author | Eric Dumazet <eric.dumazet@gmail.com> | 2010-12-07 03:30:37 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-12-08 21:39:54 +0300 |
commit | 15c2d75f49189e1769c5e8f5f099d03d055c4910 (patch) | |
tree | ba8ba52d99f81bf988cb83cfb57ab234b8215276 /net/packet | |
parent | 62ab0812137ec4f9884dd7de346238841ac03283 (diff) | |
download | linux-15c2d75f49189e1769c5e8f5f099d03d055c4910.tar.xz |
net: call dev_queue_xmit_nit() after skb_dst_drop()
Avoid some atomic ops on dst refcount, calling dev_queue_xmit_nit()
after skb_dst_drop() in dev_hard_start_xmit().
When queueing a packet into af_packet socket, we drop dst anyway.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/packet')
0 files changed, 0 insertions, 0 deletions