From: Daniel Borkmann Date: Wed, 28 Aug 2013 20:13:09 +0000 (+0200) Subject: net: packet: add randomized fanout scheduler X-Git-Tag: v3.12-rc1~132^2~149 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5df0ddfbc9209ffafc82236509ba0e975120e3c3;p=pandora-kernel.git net: packet: add randomized fanout scheduler We currently allow for different fanout scheduling policies in pf_packet such as scheduling by skb's rxhash, round-robin, by cpu, and rollover. Also allow for a random, equidistributed selection of the socket from the fanout process group. Signed-off-by: Daniel Borkmann Signed-off-by: David S. Miller --- Reading git-diff-tree failed