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-02-27 22:51:08 -05:00
2013-06-12 10:20:55 -04:00
2013-04-23 13:25:51 -04:00
2013-04-19 17:32:31 -04:00
2013-04-08 17:16:57 -04:00
2013-06-11 02:51:03 -07:00
2013-05-23 14:23:16 +02:00
2013-06-14 13:44:58 +02:00
2012-06-17 16:29:38 -07:00
2013-06-25 16:33:04 -07:00
2013-06-11 02:51:03 -07:00
2013-05-23 11:58:55 +02:00
2011-04-24 10:54:56 -07:00
2013-05-01 15:13:49 -04:00
2012-08-09 16:18:06 -07:00
2011-11-30 18:51:03 -05:00
2013-02-27 19:10:24 -08:00
2011-08-08 14:26:29 -04:00
2013-06-11 14:24:36 +02:00
2012-08-30 03:00:16 +02:00
2012-06-01 14:18:29 -04:00
2013-04-09 13:19:35 -04:00
2012-08-10 16:52:54 -07:00
2012-04-15 12:44:40 -04:00
2011-10-06 15:49:51 -04:00
2012-04-05 05:08:04 -04:00
2013-03-22 10:31:16 -04:00
2013-01-28 00:15:27 -05:00
2012-04-15 12:44:40 -04:00
2011-12-01 11:41:06 -05:00
2013-01-09 23:59:53 -08:00
2012-07-19 10:43:03 -07:00
2013-03-15 09:06:58 -04:00
2012-06-29 01:36:36 -07:00
2013-03-26 12:32:13 -04:00
2013-03-20 12:14:36 -04:00
2012-10-08 17:42:36 -04:00
2011-05-12 17:46:56 -04:00
2013-06-11 02:51:03 -07:00
2013-04-25 01:43:15 -04:00
2013-06-19 18:07:41 -07:00
2013-01-27 22:46:33 -05:00
2013-02-22 15:10:18 -05:00
2013-05-24 12:07:25 +02:00
2013-04-08 12:00:16 -04:00
2011-11-14 00:19:42 -05:00
2013-06-25 16:23:03 -07:00
2012-07-16 03:44:56 -07:00
2013-02-21 18:15:58 -05:00
2012-07-19 11:02:03 -07:00
2013-03-12 08:30:34 -04:00
2013-05-28 23:49:07 -07:00
2013-05-06 11:06:51 -04:00
2013-02-27 19:10:24 -08:00
2013-06-12 03:13:50 -07:00
2013-02-27 19:10:24 -08:00
2012-07-10 22:40:14 -07:00
2013-01-08 17:56:10 -08:00
2013-02-20 15:11:45 -05:00
2013-01-18 14:41:13 -05:00
2013-03-26 12:27:18 -04:00
2013-06-03 00:07:43 -07:00
2013-06-24 00:18:38 -07:00
2013-05-26 08:17:33 +09:00
2013-01-21 14:17:05 -05:00
2013-06-19 23:18:07 -07:00
2011-04-24 10:54:56 -07:00
2011-03-31 11:26:23 -03:00
2012-05-17 18:45:20 -04:00
2013-04-29 15:41:56 -04:00
2013-06-25 16:35:52 -07:00
2012-04-15 12:44:40 -04:00
2012-05-15 20:14:35 -04:00
2012-09-17 13:13:24 -04:00
2013-06-05 09:12:20 +02:00
2012-06-26 21:06:11 -07:00
2013-02-10 20:37:22 -05:00
2013-06-19 23:18:07 -07:00
2013-02-11 00:21:44 -05:00
2013-06-03 00:07:43 -07:00
2011-05-27 13:41:33 -04:00
2013-01-14 15:04:59 -05:00
2012-09-17 18:08:54 -07:00
2012-09-10 15:30:41 -04:00
2013-04-09 13:19:37 -04:00
2013-02-27 19:10:24 -08:00
2013-06-05 16:37:30 -07:00
2013-01-14 15:09:36 -05:00
2013-02-12 18:59:45 -05:00
2012-11-15 17:39:51 -05:00
2012-05-19 01:08:16 -04:00
2012-04-16 23:53:11 -04:00
2013-01-03 13:01:30 +01:00
2013-04-22 15:55:48 -04:00
2011-03-27 17:59:04 -07:00
2012-11-03 14:59:04 -04:00
2013-03-22 10:31:16 -04:00
2013-06-11 22:39:47 -07:00
2013-04-22 20:32:51 -04:00
2013-04-29 15:14:02 -04:00
2012-08-06 13:40:47 -07:00
2013-06-19 21:16:53 -07:00
2012-04-10 10:04:07 -07:00
2013-06-25 02:44:05 -07:00
2012-06-09 14:56:12 -07:00
2013-06-04 16:43:42 -07:00
2013-06-12 00:47:25 -07:00
2012-03-12 17:05:21 -07:00
2012-04-15 12:44:40 -04:00
2012-05-16 15:17:08 -04:00
2012-04-15 12:44:40 -04:00
2013-05-31 17:30:07 -07:00