Re: [PATCH net] net: pktgen: Fix interface flags printing

From: patchwork-bot+netdevbpf
Date: Wed Oct 18 2023 - 05:20:31 EST


Hello:

This patch was applied to netdev/net.git (main)
by David S. Miller <davem@xxxxxxxxxxxxx>:

On Mon, 16 Oct 2023 14:08:59 +0000 you wrote:
> Device flags are displayed incorrectly:
> 1) The comparison (i == F_FLOW_SEQ) is always false, because F_FLOW_SEQ
> is equal to (1 << FLOW_SEQ_SHIFT) == 2048, and the maximum value
> of the 'i' variable is (NR_PKT_FLAG - 1) == 17. It should be compared
> with FLOW_SEQ_SHIFT.
>
> 2) Similarly to the F_IPSEC flag.
>
> [...]

Here is the summary with links:
- [net] net: pktgen: Fix interface flags printing
https://git.kernel.org/netdev/net/c/1d30162f35c7

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html