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

2020-12-03 Thread Jakub Kicinski
On Fri, 04 Dec 2020 01:20:15 + patchwork-bot+netdev...@kernel.org 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 > > > > When IPv6 is disabled, the flow steering code causes a b

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

2020-12-03 Thread patchwork-bot+netdevbpf
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 > > 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

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

2020-12-03 Thread Randy Dunlap
On 12/3/20 3:12 PM, Arnd Bergmann wrote: > From: Arnd Bergmann > > 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'

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

2020-12-03 Thread Arnd Bergmann
From: Arnd Bergmann 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);