Re: [PATCH] net: core: fix msleep() is not accurate

2020-12-16 Thread Jakub Kicinski
On Tue, 15 Dec 2020 10:04:25 +0800 Yejune Deng wrote: > See Documentation/timers/timers-howto.rst, msleep() is not > for (1ms - 20ms), use usleep_range() instead. > > Signed-off-by: Yejune Deng # Form letter - net-next is closed We have already sent the networking pull request for 5.11 and ther

Re: [PATCH] net: core: fix msleep() is not accurate

2020-12-10 Thread Yejune Deng
Does anyone else have a different opinion? If not,I will adopt it and resubmit. On Thu, Dec 10, 2020 at 6:19 PM Eric Dumazet wrote: > > On Thu, Dec 10, 2020 at 10:35 AM Yejune Deng wrote: > > > > See Documentation/timers/timers-howto.rst, msleep() is not > > for (1ms - 20ms), There is a more adv