From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: Re: [PATCH V4 net-next 1/3] tcp: convert icsk_user_timeout from jiffies to msecs Date: Thu, 19 Jul 2018 06:33:17 -0700 Message-ID: <8a9af363-9bb2-7193-f647-a73c28949ded@gmail.com> References: <20180719011444.4694-2-jmaxwell37@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: edumazet@google.com, ncardwell@google.com, David.Laight@aculab.com, kuznet@ms2.inr.ac.ru, yoshfuji@linux-ipv6.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, jmaxwell@redhat.com To: Jon Maxwell , davem@davemloft.net Return-path: In-Reply-To: <20180719011444.4694-2-jmaxwell37@gmail.com> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 07/18/2018 06:14 PM, Jon Maxwell wrote: > This is a preparatory commit. Part of this series that improves the > socket TCP_USER_TIMEOUT option accuracy. Implement Eric Dumazets idea > to convert icsk->icsk_user_timeout from jiffies to msecs. To eliminate > the msecs_to_jiffies() and jiffies_to_msecs() dance in future. > > Signed-off-by: Jon Maxwell Signed-off-by: Eric Dumazet