Merge branch 'so_incoming_cpu'
authorDavid S. Miller <davem@davemloft.net>
Tue, 11 Nov 2014 18:00:11 +0000 (13:00 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 11 Nov 2014 18:00:11 +0000 (13:00 -0500)
Eric Dumazet says:

====================
net: SO_INCOMING_CPU support

SO_INCOMING_CPU socket option (read by getsockopt()) provides
an alternative to RPS/RFS for high performance servers using
multi queues NIC.

TCP should use sk_mark_napi_id() for established sockets only.
====================

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

Trivial merge