[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <165214261405.23610.9810026932927620162.git-patchwork-notify@kernel.org>
Date: Tue, 10 May 2022 00:30:14 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Jonathan Lemon <jonathan.lemon@...il.com>
Cc: netdev@...r.kernel.org, richardcochran@...il.com,
kernel-team@...com, davem@...emloft.net, kuba@...nel.org,
pabeni@...hat.com, edumazet@...gle.com
Subject: Re: [PATCH net RESEND] ptp: ocp: Use DIV64_U64_ROUND_UP for rounding.
Hello:
This patch was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@...nel.org>:
On Fri, 6 May 2022 15:37:39 -0700 you wrote:
> The initial code used roundup() to round the starting time to
> a multiple of a period. This generated an error on 32-bit
> systems, so was replaced with DIV_ROUND_UP_ULL().
>
> However, this truncates to 32-bits on a 64-bit system. Replace
> with DIV64_U64_ROUND_UP() instead.
>
> [...]
Here is the summary with links:
- [net,RESEND] ptp: ocp: Use DIV64_U64_ROUND_UP for rounding.
https://git.kernel.org/netdev/net/c/4bd46bb037f8
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists