aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
diff options
context:
space:
mode:
authorEric Dumazet <eric.dumazet@gmail.com>2010-05-06 23:51:21 +0000
committerDavid S. Miller <davem@davemloft.net>2010-05-17 17:18:50 -0700
commitebda37c27d0c768947e9b058332d7ea798210cf8 (patch)
tree1c34bd9f9c2a87dcd150ad1fcc46a3adc6bb7ca2 /include/net/sock.h
parentdrivers/net/usb/asix.c: Fix unaligned accesses (diff)
downloadlinux-dev-ebda37c27d0c768947e9b058332d7ea798210cf8.tar.xz
linux-dev-ebda37c27d0c768947e9b058332d7ea798210cf8.zip
rps: avoid one atomic in enqueue_to_backlog
If CONFIG_SMP=y, then we own a queue spinlock, we can avoid the atomic test_and_set_bit() from napi_schedule_prep(). We now have same number of atomic ops per netif_rx() calls than with pre-RPS kernel. Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/sock.h')
0 files changed, 0 insertions, 0 deletions