Re: [PATCH net-next 1/2] tcp: provide skb->hash to synack packets

2015-09-17 Thread David Miller
From: Eric Dumazet Date: Tue, 15 Sep 2015 15:24:20 -0700 > From: Eric Dumazet > > In commit b73c3d0e4f0e ("net: Save TX flow hash in sock and set in skbuf > on xmit"), Tom provided a l4 hash to most outgoing TCP packets. > > We'd like to provide one as well for SYNACK packets, so that all pack

Re: [PATCH net-next 1/2] tcp: provide skb->hash to synack packets

2015-09-15 Thread Tom Herbert
On Tue, Sep 15, 2015 at 3:24 PM, Eric Dumazet wrote: > From: Eric Dumazet > > In commit b73c3d0e4f0e ("net: Save TX flow hash in sock and set in skbuf > on xmit"), Tom provided a l4 hash to most outgoing TCP packets. > > We'd like to provide one as well for SYNACK packets, so that all packets > o

[PATCH net-next 1/2] tcp: provide skb->hash to synack packets

2015-09-15 Thread Eric Dumazet
From: Eric Dumazet In commit b73c3d0e4f0e ("net: Save TX flow hash in sock and set in skbuf on xmit"), Tom provided a l4 hash to most outgoing TCP packets. We'd like to provide one as well for SYNACK packets, so that all packets of a given flow share same txhash, to later enable bonding driver t