Eric Dumazet
ebda37c27d
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>
2010-05-17 17:18:50 -07:00
..
2010-05-03 23:18:14 -07:00
2010-04-07 16:46:36 -07:00
2010-05-17 17:18:50 -07:00
2010-03-30 22:02:32 +09:00
2010-04-13 03:32:44 -07:00
2010-04-11 14:53:53 -07:00
2010-04-26 16:02:04 +02:00
2010-04-22 16:05:44 -07:00
2010-04-07 03:43:20 -07:00
2010-03-30 22:02:32 +09:00
2009-10-07 01:07:42 -07:00
2010-03-30 22:02:32 +09:00
2010-03-30 22:02:32 +09:00
2010-04-03 14:22:15 -07:00
2010-03-30 22:02:32 +09:00
2010-04-27 15:49:02 -07:00
2010-04-19 14:40:57 -07:00
2008-05-02 17:00:58 -07:00
2010-03-30 22:02:32 +09:00
2007-07-05 17:40:27 -07:00
2010-05-06 00:47:21 -07:00
2010-03-21 20:33:36 -07:00
2008-07-25 21:43:18 -07:00
2010-05-16 22:26:58 -07:00
2010-03-30 22:02:32 +09:00
2010-05-05 01:07:37 -07:00
2010-05-16 00:36:33 -07:00
2010-05-01 15:00:15 -07:00
2010-05-15 23:57:10 -07:00
2009-06-09 00:19:10 -07:00
2009-09-22 16:18:09 +02:00