Re: [PATCH net V3 2/2] net: fix tcp reset packet flowlabel for ipv6

2017-07-31 Thread David Miller
From: Shaohua Li Date: Mon, 31 Jul 2017 12:30:27 -0700 > On Mon, Jul 31, 2017 at 11:10:38AM -0700, Cong Wang wrote: >> On Mon, Jul 31, 2017 at 10:08 AM, Shaohua Li wrote: >> > +/* Like ip6_make_flowlabel, but already has hash */ >> > +static inline __be32 ip6_make_flowlabel_from_hash(struct net

Re: [PATCH net V3 2/2] net: fix tcp reset packet flowlabel for ipv6

2017-07-31 Thread Shaohua Li
On Mon, Jul 31, 2017 at 11:10:38AM -0700, Cong Wang wrote: > On Mon, Jul 31, 2017 at 10:08 AM, Shaohua Li wrote: > > +/* Like ip6_make_flowlabel, but already has hash */ > > +static inline __be32 ip6_make_flowlabel_from_hash(struct net *net, > > + bo

Re: [PATCH net V3 2/2] net: fix tcp reset packet flowlabel for ipv6

2017-07-31 Thread Cong Wang
On Mon, Jul 31, 2017 at 10:08 AM, Shaohua Li wrote: > +/* Like ip6_make_flowlabel, but already has hash */ > +static inline __be32 ip6_make_flowlabel_from_hash(struct net *net, > + bool autolabel, u32 hash) > +{ > + __be32 flowlabel; > + > +