Eric Dumazet
b223feb9de
tcp: tsq: add shortcut in tcp_tasklet_func()
...
Under high stress, I've seen tcp_tasklet_func() consuming
~700 usec, handling ~150 tcp sockets.
By setting TCP_TSQ_DEFERRED in tcp_wfree(), we give a chance
for other cpus/threads entering tcp_write_xmit() to grab it,
allowing tcp_tasklet_func() to skip sockets that already did
an xmit cycle.
In the future, we might give to ACK processing an increased
budget to reduce even more tcp_tasklet_func() amount of work.
Signed-off-by: Eric Dumazet <edumazet@google.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2016-12-05 13:32:22 -05:00
..
2016-09-19 20:19:34 +02:00
2016-09-23 13:47:44 -04:00
2016-10-20 14:51:10 -04:00
2016-11-18 10:59:15 -05:00
2016-09-10 21:19:10 -07:00
2016-10-21 13:57:50 -04:00
2016-06-18 20:55:34 -07:00
2016-11-22 13:27:16 -05:00
2016-11-26 23:42:21 -05:00
2016-11-21 13:16:58 -05:00
2016-11-18 10:59:15 -05:00
2016-11-23 15:22:18 +01:00
2016-11-10 20:13:08 +01:00
2016-12-03 16:12:17 -05:00
2016-12-03 12:29:53 -05:00
2016-11-14 13:17:21 -05:00
2016-04-11 22:37:37 +01:00
2016-12-03 12:29:53 -05:00
2016-11-07 20:15:55 -05:00
2016-10-30 12:42:58 -04:00
2016-10-27 16:16:09 -04:00
2016-12-05 13:32:22 -05:00
2016-12-03 23:21:37 -05:00
2016-10-27 16:16:09 -04:00
2016-10-12 01:56:04 -04:00
2016-10-07 15:36:58 -07:00
2016-11-18 10:59:15 -05:00
2016-12-03 12:29:53 -05:00
2016-09-10 23:12:53 -07:00
2016-05-29 22:33:25 -07:00
2016-11-14 13:17:21 -05:00
2016-11-22 13:27:16 -05:00
2016-09-19 20:19:34 +02:00
2016-10-23 17:45:01 -04:00
2016-10-20 11:23:08 -04:00
2016-12-03 12:29:53 -05:00
2016-10-27 16:16:09 -04:00
2016-12-03 12:29:53 -05:00
2016-10-27 16:16:09 -04:00
2016-12-03 12:29:53 -05:00
2016-12-03 12:29:53 -05:00
2016-11-18 10:59:15 -05:00
2016-05-17 14:11:19 -04:00
2016-12-03 12:29:53 -05:00
2016-07-13 11:53:40 -07:00
2016-11-07 13:24:41 -05:00
2016-12-03 19:28:02 -05:00
2016-11-16 23:22:17 -05:00
2016-10-12 01:51:49 -04:00
2016-11-22 13:27:16 -05:00
2016-10-30 12:42:58 -04:00
2016-12-03 12:29:53 -05:00
2016-11-22 13:27:16 -05:00
2016-11-24 11:53:15 -05:00
2016-10-27 16:16:09 -04:00
2016-11-27 20:26:59 -05:00
2016-09-09 18:13:30 -07:00
2016-12-03 12:29:53 -05:00
2016-06-09 23:41:03 -07:00
2016-12-02 10:51:49 -05:00
2016-08-17 19:36:23 -04:00
2016-11-30 10:04:25 -05:00
2016-10-06 09:52:23 -07:00