RE: [PATCH net-next] store complete hash type information in socket buffer...

2016-02-19 Thread Paul Durrant
> -Original Message- > From: Tom Herbert [mailto:t...@herbertland.com] > Sent: 19 February 2016 02:22 > To: Eric Dumazet > Cc: David Miller; Paul Durrant; Linux Kernel Network Developers; Jay > Vosburgh; Veaceslav Falico; Andy Gospodarek > Subject: Re: [PATCH net-next

Re: [PATCH net-next] store complete hash type information in socket buffer...

2016-02-18 Thread Tom Herbert
On Wed, Feb 17, 2016 at 1:30 PM, Eric Dumazet wrote: > On mer., 2016-02-17 at 15:44 -0500, David Miller wrote: >> From: Paul Durrant >> Date: Mon, 15 Feb 2016 08:32:08 + >> >> > ...rather than a boolean merely indicating a canonical L4 hash. >> > >> > skb_set_hash() takes a hash type (from en

Re: [PATCH net-next] store complete hash type information in socket buffer...

2016-02-17 Thread Eric Dumazet
On mer., 2016-02-17 at 15:44 -0500, David Miller wrote: > From: Paul Durrant > Date: Mon, 15 Feb 2016 08:32:08 + > > > ...rather than a boolean merely indicating a canonical L4 hash. > > > > skb_set_hash() takes a hash type (from enum pkt_hash_types) as an > > argument but information is los

Re: [PATCH net-next] store complete hash type information in socket buffer...

2016-02-17 Thread David Miller
From: Paul Durrant Date: Mon, 15 Feb 2016 08:32:08 + > ...rather than a boolean merely indicating a canonical L4 hash. > > skb_set_hash() takes a hash type (from enum pkt_hash_types) as an > argument but information is lost since only a single bit in the skb > stores whether that hash type i

RE: [PATCH net-next] store complete hash type information in socket buffer...

2016-02-17 Thread Paul Durrant
Ping? > -Original Message- > From: Paul Durrant [mailto:paul.durr...@citrix.com] > Sent: 15 February 2016 08:32 > To: netdev@vger.kernel.org > Cc: Paul Durrant; David S. Miller; Jay Vosburgh; Veaceslav Falico; Andy > Gospodarek > Subject: [PATCH net-next] store complete hash type informati