packet: Add 'cpu' fanout policy.
authorDavid S. Miller <davem@davemloft.net>
Wed, 6 Jul 2011 08:56:38 +0000 (01:56 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 6 Jul 2011 08:56:38 +0000 (01:56 -0700)
Unfortunately we have to use a real modulus here as
the multiply trick won't work as effectively with cpu
numbers as it does with rxhash values.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found