commit | 767dd03369ac18af58efdef0383d6eb986eab426 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Wed Apr 28 19:14:43 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 30 16:29:42 2010 -0700 |
tree | 5af8a861110676a084078a168c27fd3935d41f13 | |
parent | 21851264120b0bd1f953328cb131abcfa9305bc3 [diff] |
net: speedup sock_recv_ts_and_drops() sock_recv_ts_and_drops() is fat and slow (~ 4% of cpu time on some profiles) We can test all socket flags at once to make fast path fast again. Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>