> -----Original Message----- > From: netdev-ow...@vger.kernel.org [mailto:netdev-ow...@vger.kernel.org] > On Behalf Of David Miller > Sent: Friday, March 31, 2017 6:42 AM > To: gfree.w...@foxmail.com > Cc: kuz...@ms2.inr.ac.ru; jmor...@namei.org; netdev@vger.kernel.org; > f...@ikuai8.com > Subject: Re: [PATCH nf-next 1/1] net: tcp: Refine the __tcp_select_window > > From: gfree.w...@foxmail.com > Date: Thu, 30 Mar 2017 06:49:19 +0800 > > > From: Gao Feng <f...@ikuai8.com> > > > > 1. Move the "window = tp->rcv_wnd;" into the condition block without > > tp->rx_opt.rcv_wscale. > > Because it is unnecessary when enable wscale; > > > > 2. Use the macro ALIGN instead of two statements. > > The two statements are used to make window align to 1<<wscale. > > Use the ALIGN is more clearer. > > > > 3. Use the rounddown to make codes clearer. > > > > Signed-off-by: Gao Feng <f...@ikuai8.com> > > Applied, but please do not target non-netfilter patches using "nf-next" in your > Subject lines.
Sorry, I misspelled the subject. I would pay more attention on it. Regards Feng