Re: [PATCH v2 net-next] tcp: factorize sk_txhash init

2015-09-24 Thread David Miller
From: Eric Dumazet Date: Tue, 22 Sep 2015 20:44:17 -0700 > From: Eric Dumazet > > Neal suggested to move sk_txhash init into tcp_create_openreq_child(), > called both from IPv4 and IPv6. > > This opportunity was missed in commit 58d607d3e52f ("tcp: provide > skb->hash to synack packets") > >

[PATCH v2 net-next] tcp: factorize sk_txhash init

2015-09-22 Thread Eric Dumazet
From: Eric Dumazet Neal suggested to move sk_txhash init into tcp_create_openreq_child(), called both from IPv4 and IPv6. This opportunity was missed in commit 58d607d3e52f ("tcp: provide skb->hash to synack packets") Signed-off-by: Eric Dumazet Signed-off-by: Neal Cardwell --- v2: respin n