Tomasz Grobelny
871a2c16c2
dccp: Policy-based packet dequeueing infrastructure
...
This patch adds a generic infrastructure for policy-based dequeueing of
TX packets and provides two policies:
* a simple FIFO policy (which is the default) and
* a priority based policy (set via socket options).
Both policies honour the tx_qlen sysctl for the maximum size of the write
queue (can be overridden via socket options).
The priority policy uses skb->priority internally to assign an u32 priority
identifier, using the same ranking as SO_PRIORITY. The skb->priority field
is set to 0 when the packet leaves DCCP. The priority is supplied as ancillary
data using cmsg(3), the patch also provides the requisite parsing routines.
Signed-off-by: Tomasz Grobelny <tomasz@grobelny.oswiecenia.net>
Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
2010-12-07 13:47:12 +01:00
..
2010-11-12 07:55:31 -08:00
2010-10-27 18:03:17 -07:00
2010-08-14 23:02:14 -04:00
2010-08-04 15:21:40 +02:00
2010-10-24 13:41:39 -07:00
2010-08-06 12:55:52 -04:00
2010-11-11 12:09:59 +01:00
2010-08-04 15:21:40 +02:00
2010-08-04 15:21:40 +02:00
2010-10-27 18:03:09 -07:00
2010-04-23 02:09:52 +02:00
2010-02-24 13:51:32 +01:00
2010-01-13 10:55:16 -05:00
2010-08-04 15:21:40 +02:00
2010-08-04 15:21:40 +02:00
2010-10-29 11:49:38 -07:00
2010-02-05 12:22:34 +01:00
2010-10-22 22:22:47 -02:00
2010-03-06 11:26:32 -08:00
2010-10-27 19:02:41 -07:00
2010-11-10 12:00:47 -06:00
2010-08-05 13:53:34 -07:00
2010-10-28 20:31:51 +02:00
2010-10-31 21:07:00 +01:00
2010-08-04 15:21:40 +02:00
2010-08-04 15:21:40 +02:00
2010-08-30 15:25:18 +02:00
2010-10-28 12:13:00 -07:00
2010-08-04 15:31:02 -07:00
2010-08-04 15:21:40 +02:00
2010-10-28 16:18:59 -07:00
2010-08-04 15:21:40 +02:00
2010-10-24 10:52:48 +02:00
2010-08-16 11:54:50 -04:00
2010-11-12 07:55:32 -08:00
2010-10-19 09:13:04 +02:00
2010-10-26 16:52:14 -07:00
2010-08-12 08:43:30 -07:00
2010-08-04 15:21:40 +02:00
2010-04-23 02:09:52 +02:00
2010-12-07 13:47:12 +01:00
2010-07-11 22:17:45 +02:00
2010-09-29 17:20:24 +02:00
2010-10-17 01:57:50 +02:00
2010-10-22 20:30:48 -07:00
2010-09-23 09:16:53 -07:00
2010-08-04 15:21:40 +02:00
2010-04-02 20:12:01 +02:00
2010-10-26 11:11:12 -05:00
2010-08-04 15:21:40 +02:00
2010-10-25 10:40:05 +02:00
2010-05-25 00:23:16 -06:00
2010-11-12 07:55:32 -08:00
2010-08-04 15:21:40 +02:00
2010-10-26 16:52:11 -07:00
2010-10-26 16:52:07 -07:00
2010-08-04 15:21:40 +02:00
2010-10-22 10:21:40 -07:00
2010-10-22 20:55:43 -02:00
2010-10-26 16:52:08 -07:00
2010-08-04 15:21:40 +02:00
2010-07-01 16:02:55 +00:00
2010-10-22 08:54:21 -07:00
2010-08-04 15:21:40 +02:00
2010-04-08 11:34:34 +02:00
2010-08-12 08:43:30 -07:00
2010-08-02 15:35:15 +10:00
2010-04-23 02:09:52 +02:00
2010-08-04 15:21:40 +02:00
2010-07-20 17:49:30 +00:00
2010-04-23 02:09:52 +02:00
2010-07-11 21:55:42 +02:00
2010-03-24 16:31:22 -07:00
2010-10-28 00:32:23 +02:00
2010-08-11 23:04:10 +09:30
2010-09-09 20:41:25 +02:00
2010-07-29 15:16:18 -07:00
2010-10-28 09:35:11 -07:00
2010-08-14 11:56:46 -07:00
2010-08-11 08:59:21 -07:00
2010-02-25 14:43:57 -08:00
2010-10-22 10:16:42 -07:00
2010-05-10 11:49:30 -03:00
2010-02-05 12:22:39 +01:00
2010-03-12 15:52:35 -08:00
2010-10-28 09:35:11 -07:00
2010-09-09 18:57:24 -07:00
2010-08-04 15:21:40 +02:00
2010-03-06 11:26:29 -08:00
2010-08-04 15:21:40 +02:00
2010-03-12 15:52:39 -08:00
2010-09-11 16:49:21 -07:00
2010-08-04 15:21:40 +02:00
2010-11-11 12:09:59 +01:00
2010-03-19 07:12:20 -07:00
2010-10-14 08:55:27 +02:00
2010-08-04 15:21:40 +02:00
2010-11-12 07:55:32 -08:00
2010-03-12 15:52:35 -08:00
2010-08-04 15:21:40 +02:00
2010-03-24 16:31:22 -07:00
2010-09-03 08:19:51 +02:00
2010-05-19 08:37:43 +01:00
2010-08-11 08:59:18 -07:00
2010-02-05 12:22:44 +01:00
2010-11-11 12:09:59 +01:00
2010-03-10 17:09:33 -05:00
2010-06-05 17:39:09 +02:00
2010-04-23 02:09:52 +02:00
2010-07-19 10:56:54 +02:00
2010-04-22 15:24:56 -07:00
2010-05-24 07:31:20 -07:00
2010-08-04 15:21:40 +02:00
2010-08-09 20:45:05 -07:00
2010-03-16 11:47:56 +01:00
2010-10-26 17:32:41 -07:00
2010-08-02 15:35:10 +10:00
2010-03-24 16:31:20 -07:00
2010-10-11 15:20:26 +02:00