Re: [PATCH net-next 0/3] net-next: replace open code with helper functions
From: patchwork-bot+netdevbpf@kernel.org
Date: 2021-10-10 10:30:13
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller [off-list ref]: On Sun, 10 Oct 2021 13:03:26 +0900 you wrote:
Currently, there are many helper functions on netdevice.h. However, some code doesn't use the helper functions and remains open code. So this patchset replaces open code with an appropriate helper function. First patch modifies to use netif_is_rxfh_configured instead of dev->priv_flags & IFF_RXFH_CONFIGURED. Second patch replaces open code with netif_is_bond_master. Last patch substitutes netif_is_macsec() for dev->priv_flags & IFF_MACSEC. [...]
Here is the summary with links:
- [net-next,1/3] bnxt: use netif_is_rxfh_configured instead of open code
https://git.kernel.org/netdev/net-next/c/4b70dce2c1b9
- [net-next,2/3] hv_netvsc: use netif_is_bond_master() instead of open code
https://git.kernel.org/netdev/net-next/c/c60882a4566a
- [net-next,3/3] mlxsw: spectrum: use netif_is_macsec() instead of open code
https://git.kernel.org/netdev/net-next/c/019921521697
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html