Eric Dumazet 6bcfd7f8c2 tcp: fix RFS vs lockless listeners
Before recent TCP listener patches, we were updating listener
sk->sk_rxhash before the cloning of master socket.

children sk_rxhash was therefore correct after the normal 3WHS.

But with lockless listener, we no longer dirty/change listener sk_rxhash
as it would be racy.

We need to correctly update the child sk_rxhash, otherwise first data
packet wont hit correct cpu if RFS is used.

Fixes: 079096f103fa ("tcp/dccp: install syn_recv requests into ehash table")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Reported-by: Willem de Bruijn <willemb@google.com>
Cc: Tom Herbert <tom@herbertland.com>
Acked-by: Tom Herbert <tom@herbertland.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-10-11 05:33:15 -07:00
..
2015-08-30 18:12:36 -04:00
2015-10-08 04:27:03 -07:00
2015-10-11 05:33:15 -07:00
2015-10-08 04:27:03 -07:00
2015-08-24 14:48:10 -07:00
2015-10-07 04:27:43 -07:00
2015-10-08 04:27:03 -07:00
2015-10-01 16:38:52 -04:00
2015-10-08 04:27:03 -07:00