Files
kernel-tenderloin-3.0/net/netfilter
Florian Westphal 10662aa308 netfilter: xt_NFQUEUE: queue balancing support
Adds support for specifying a range of queues instead of a single queue
id. Flows will be distributed across the given range.

This is useful for multicore systems: Instead of having a single
application read packets from a queue, start multiple
instances on queues x, x+1, .. x+n. Each instance can process
flows independently.

Packets for the same connection are put into the same queue.

Signed-off-by: Holger Eitzenberger <heitzenberger@astaro.com>
Signed-off-by: Florian Westphal <fwestphal@astaro.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
2009-06-05 13:24:24 +02:00
..
2009-02-18 16:29:08 +01:00
2009-03-16 17:10:36 +01:00
2008-11-03 18:21:05 -08:00
2009-04-15 12:16:19 +02:00
2008-12-14 23:19:02 -08:00
2009-02-24 15:30:29 +01:00
2008-11-14 10:39:25 +11:00