Re: [PATCH] net/mlx5e: fix non-IPV6 build

From: Jakub Kicinski
Date: Thu Dec 03 2020 - 20:48:53 EST


On Fri, 04 Dec 2020 01:20:15 +0000 patchwork-bot+netdevbpf@xxxxxxxxxx
wrote:
> Hello:
>
> This patch was applied to netdev/net-next.git (refs/heads/master):
>
> On Fri, 4 Dec 2020 00:12:59 +0100 you wrote:
> > From: Arnd Bergmann <arnd@xxxxxxxx>
> >
> > When IPv6 is disabled, the flow steering code causes a build failure:
> >
> > drivers/net/ethernet/mellanox/mlx5/core/en_accel/fs_tcp.c:55:14: error: no member named 'skc_v6_daddr' in 'struct sock_common'; did you mean 'skc_daddr'?
> > &sk->sk_v6_daddr, 16);
> > ^
> > include/net/sock.h:380:34: note: expanded from macro 'sk_v6_daddr'
> > #define sk_v6_daddr __sk_common.skc_v6_daddr
> >
> > [...]
>
> Here is the summary with links:
> - net/mlx5e: fix non-IPV6 build
> https://git.kernel.org/netdev/net-next/c/8a78a440108e
>
> You are awesome, thank you!
> --
> Deet-doot-dot, I am a bot.
> https://korg.docs.kernel.org/patchwork/pwbot.html

Heh, it appears you managed to create a similar enough patch for the
patchwork bot to confuse the two :)

So to be clear this was not applied :)