[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<172967042926.1509139.6764323624352044400.git-patchwork-notify@kernel.org>
Date: Wed, 23 Oct 2024 08:00:29 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Ales Nezbeda <anezbeda@...hat.com>
Cc: netdev@...r.kernel.org, sd@...asysnail.net, kuba@...nel.org
Subject: Re: [PATCH net-next v2] netdevsim: macsec: pad u64 to correct length in
logs
Hello:
This patch was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@...hat.com>:
On Thu, 17 Oct 2024 15:19:33 +0200 you wrote:
> Commit 02b34d03a24b ("netdevsim: add dummy macsec offload") pads u64
> number to 8 characters using "%08llx" format specifier.
>
> Changing format specifier to "%016llx" ensures that no matter the value
> the representation of number in log is always the same length.
>
> Before this patch, entry in log for value '1' would say:
> removing SecY with SCI 00000001 at index 2
> After this patch is applied, entry in log will say:
> removing SecY with SCI 0000000000000001 at index 2
>
> [...]
Here is the summary with links:
- [net-next,v2] netdevsim: macsec: pad u64 to correct length in logs
https://git.kernel.org/netdev/net-next/c/1a629afd590b
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