]> git.baikalelectronics.ru Git - kernel.git/commit
raw: avoid two atomics in xmit
authorEric Dumazet <eric.dumazet@gmail.com>
Thu, 3 Jun 2010 22:23:57 +0000 (22:23 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Jun 2010 08:08:10 +0000 (01:08 -0700)
commit6e2628c9196ad6c1f162e91e089008d5ddcb6a10
tree4ff0efbe06c9f8ab2ff715bfcda91dc31d7c7f65
parent1510d9f7be989b13f06615e3feedccf04aaaf40a
raw: avoid two atomics in xmit

Avoid two atomic ops per raw_send_hdrinc() call

Avoid two atomic ops per raw6_send_hdrinc() call

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/raw.c
net/ipv6/raw.c