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

2015-09-22 Thread Eric Dumazet
On Tue, 2015-09-22 at 17:31 -0700, David Miller wrote: > This doesn't apply to net-next, please respin. Sure. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at

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

2015-09-22 Thread David Miller
From: Eric Dumazet Date: Mon, 21 Sep 2015 16:28:27 -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:

[PATCH net-next] tcp: factorize sk_txhash init

2015-09-21 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