From: Florian Westphal Date: Fri, 5 Jun 2009 11:24:24 +0000 (+0200) Subject: netfilter: xt_NFQUEUE: queue balancing support X-Git-Tag: v2.6.31-rc1~330^2~32^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10662aa3083f869c645cc2abf5d66849001e2f5d;p=pandora-kernel.git 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 Signed-off-by: Florian Westphal Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed