commit | 5df0ddfbc9209ffafc82236509ba0e975120e3c3 | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <dborkman@redhat.com> | Wed Aug 28 22:13:09 2013 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 29 16:43:29 2013 -0400 |
tree | ab8278af886022f052045a6c5c941df51006c305 | |
parent | 488594883e25cc6e40df067a9a7b39737ebb18d8 [diff] |
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 <dborkman@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>