From: David Majnemer Date: Fri, 31 May 2013 13:15:38 +0000 (+0000) Subject: net: Update RFS target at poll for tcp/udp X-Git-Tag: v3.11-rc1~16^2~240 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3f1dbaf6e281642848b78fe101764170c15f168;p=pandora-kernel.git net: Update RFS target at poll for tcp/udp The current state of affairs is that read()/write() will setup RFS (Receive Flow Steering) for internet protocol sockets while poll()/epoll() does not. When poll() gets called with a TCP or UDP socket, we should update the flow target. This permits to RFS (if enabled) to select the appropriate CPU for following incoming packets. Note: Only connected UDP sockets can benefit from RFS. Signed-off-by: David Majnemer Signed-off-by: Eric Dumazet Cc: Paul Turner Cc: Tom Herbert Signed-off-by: David S. Miller --- Reading git-diff-tree failed