[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <165639481508.10558.14591530550875326234.git-patchwork-notify@kernel.org>
Date: Tue, 28 Jun 2022 05:40:15 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Christophe JAILLET <christophe.jaillet@...adoo.fr>
Cc: davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org,
pabeni@...hat.com, linux-kernel@...r.kernel.org,
kernel-janitors@...r.kernel.org, netdev@...r.kernel.org
Subject: Re: [PATCH] hinic: Use the bitmap API when applicable
Hello:
This patch was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@...nel.org>:
On Sun, 26 Jun 2022 18:27:45 +0200 you wrote:
> 'vlan_bitmap' is a bitmap and is used as such. So allocate it with
> devm_bitmap_zalloc() and its explicit bit size (i.e. VLAN_N_VID).
>
> This avoids the need of the VLAN_BITMAP_SIZE macro which:
> - needlessly has a 'nic_dev' parameter
> - should be "long" (and not byte) aligned, so that the bitmap semantic
> is respected
>
> [...]
Here is the summary with links:
- hinic: Use the bitmap API when applicable
https://git.kernel.org/netdev/net-next/c/7c2c57263af4
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