From: patchwork-bot+netdevbpf@kernel.org
To: Jonathan Lemon <jonathan.lemon@gmail.com>
Cc: netdev@vger.kernel.org, richardcochran@gmail.com,
kernel-team@fb.com, davem@davemloft.net, kuba@kernel.org,
pabeni@redhat.com, edumazet@google.com
Subject: Re: [PATCH net RESEND] ptp: ocp: Use DIV64_U64_ROUND_UP for rounding.
Date: Tue, 10 May 2022 00:30:14 +0000 [thread overview]
Message-ID: <165214261405.23610.9810026932927620162.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220506223739.1930-2-jonathan.lemon@gmail.com>
Hello:
This patch was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@kernel.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
prev parent reply other threads:[~2022-05-10 0:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-06 22:37 [PATCH net RESEND] ptp: ocp: have adjtime handle negative delta_ns correctly Jonathan Lemon
2022-05-06 22:37 ` [PATCH net RESEND] ptp: ocp: Use DIV64_U64_ROUND_UP for rounding Jonathan Lemon
2022-05-10 0:30 ` patchwork-bot+netdevbpf [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=165214261405.23610.9810026932927620162.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=jonathan.lemon@gmail.com \
--cc=kernel-team@fb.com \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=richardcochran@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).