Eliezer Tamir
2d48d67fa8
net: poll/select low latency socket support
...
select/poll busy-poll support.
Split sysctl value into two separate ones, one for read and one for poll.
updated Documentation/sysctl/net.txt
Add a new poll flag POLL_LL. When this flag is set, sock_poll will call
sk_poll_ll if possible. sock_poll sets this flag in its return value
to indicate to select/poll when a socket that can busy poll is found.
When poll/select have nothing to report, call the low-level
sock_poll again until we are out of time or we find something.
Once the system call finds something, it stops setting POLL_LL, so it can
return the result to the user ASAP.
Signed-off-by: Eliezer Tamir <eliezer.tamir@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-06-25 16:35:52 -07:00
..
2013-05-07 20:16:25 -07:00
2013-03-03 19:36:31 -08:00
2013-03-03 19:36:31 -08:00
2013-05-07 20:16:25 -07:00
2013-05-06 13:06:59 -07:00
2013-05-31 15:17:56 -04:00
2013-03-03 19:36:31 -08:00
2013-06-13 22:34:14 -07:00
2013-04-09 14:12:56 -04:00
2013-06-12 08:28:19 -07:00
2013-05-31 16:23:35 -05:00
2013-04-09 14:12:56 -04:00
2013-03-03 19:36:31 -08:00
2013-03-03 19:36:31 -08:00
2013-03-03 19:36:31 -08:00
2013-03-07 01:08:55 -08:00
2013-05-01 14:08:52 -07:00
2013-06-04 23:53:31 -07:00
2013-05-13 20:12:10 +01:00
2013-03-03 19:36:31 -08:00
2013-03-23 14:26:28 -07:00
2013-02-27 19:10:24 -08:00
2013-05-07 20:16:25 -07:00
2013-05-07 20:49:51 -07:00
2013-05-14 09:30:54 -07:00
2013-05-08 15:11:48 -07:00
2013-05-24 16:22:50 -07:00
2013-03-12 18:55:21 -07:00
2013-04-29 15:54:27 -07:00
2013-06-03 15:15:42 +02:00
2013-06-03 16:40:22 +01:00
2013-05-24 16:22:51 -07:00
2013-05-07 20:16:25 -07:00
2013-05-04 15:48:45 -04:00
2013-06-08 17:39:40 -07:00
2013-04-29 15:41:42 -04:00
2013-05-07 18:38:27 -07:00
2013-03-12 18:55:21 -07:00
2013-05-03 09:56:25 -07:00
2013-05-01 17:51:54 -07:00
2013-03-03 19:36:31 -08:00
2013-05-24 16:03:47 -05:00
2013-04-21 18:08:42 -04:00
2013-03-23 14:15:31 -07:00
2013-03-03 19:36:31 -08:00
2013-06-07 12:15:38 -04:00
2013-05-30 16:31:34 -04:00
2013-02-13 06:15:14 -08:00
2013-05-10 09:28:55 -07:00
2013-05-24 16:22:52 -07:00
2013-05-09 13:46:38 -04:00
2013-05-07 20:16:25 -07:00
2013-06-12 16:29:46 -07:00
2013-03-03 19:36:31 -08:00
2013-03-03 19:36:31 -08:00
2013-06-12 16:29:44 -07:00
2013-05-09 16:42:10 -07:00
2013-03-03 19:36:31 -08:00
2013-05-31 15:17:31 -04:00
2013-03-11 22:05:56 +01:00
2013-02-26 20:16:07 -08:00
2013-05-31 23:14:20 +02:00
2013-04-29 09:17:57 +10:00
2013-03-11 07:09:48 -07:00
2013-04-05 15:35:52 -07:00
2013-03-12 18:55:21 -07:00
2013-05-07 20:16:25 -07:00
2013-05-07 20:16:25 -07:00
2013-04-30 09:36:50 -07:00
2013-06-14 15:59:45 -05:00
2013-06-12 16:29:46 -07:00
2013-02-26 02:46:11 -05:00
2012-12-17 17:15:12 -08:00
2013-05-01 17:51:54 -07:00
2013-05-02 10:16:16 -07:00
2013-05-02 10:16:16 -07:00
2012-12-17 17:15:23 -08:00
2013-04-29 15:40:23 -04:00
2013-04-30 17:04:03 -07:00
2012-12-20 17:40:19 -08:00
2013-03-23 14:26:34 -07:00
2013-05-08 10:13:35 -07:00
2013-05-08 10:13:35 -07:00
2013-05-08 10:13:35 -07:00
2013-05-04 15:03:05 -04:00
2013-05-07 20:16:25 -07:00
2013-05-04 14:45:54 -04:00
2013-05-04 15:43:02 -04:00
2013-03-03 23:00:23 -05:00
2013-05-08 10:13:35 -07:00
2012-12-17 17:15:27 -08:00
2013-05-01 07:21:43 -07:00
2013-05-01 17:51:54 -07:00
2013-02-22 23:31:31 -05:00
2012-12-20 14:04:11 -08:00
2013-06-15 05:39:08 +04:00
2013-05-01 17:31:42 -04:00
2013-03-03 19:36:31 -08:00
2013-03-01 23:51:07 -05:00
2013-05-08 10:13:35 -07:00
2013-05-01 17:51:54 -07:00
2013-04-09 14:12:58 -04:00
2013-02-22 23:31:31 -05:00
2013-04-17 13:25:09 +01:00
2013-04-30 17:04:04 -07:00
2012-12-20 18:46:29 -05:00
2013-02-22 23:31:31 -05:00
2013-05-01 17:51:54 -07:00
2013-04-09 14:12:52 -04:00
2013-06-15 05:41:45 +04:00
2013-05-04 15:18:53 -04:00
2013-03-03 22:58:33 -05:00
2013-05-07 20:16:25 -07:00
2013-05-31 15:16:33 -04:00
2013-05-01 17:51:54 -07:00
2013-05-07 20:16:25 -07:00
2013-02-22 23:31:31 -05:00
2013-06-25 16:35:52 -07:00
2013-04-09 14:13:29 -04:00
2013-03-03 22:58:46 -05:00
2013-05-01 17:51:54 -07:00
2013-02-26 02:46:08 -05:00
2012-12-20 18:50:07 -05:00
2013-02-27 19:10:24 -08:00
2013-03-03 22:46:22 -05:00
2013-03-02 09:35:13 -05:00
2012-12-20 18:50:08 -05:00
2012-12-20 18:50:11 -05:00