Re: [net-next] net/mlx5e: fix ip6_dst_lookup link failure
From: Jakub Kicinski <kuba@kernel.org>
Date: 2026-02-06 02:09:58
Also in:
linux-rdma, lkml
From: Jakub Kicinski <kuba@kernel.org>
Date: 2026-02-06 02:09:58
Also in:
linux-rdma, lkml
This is an AI-generated review of your patch. The human sending this email has considered the AI review valid, or at least plausible. For local reproduction steps see https://netdev-ai.bots.linux.dev/ai-local.html --- net/mlx5e: fix ip6_dst_lookup link failure This commit adds a Kconfig dependency to prevent a link failure when IPv6 is a loadable module but mlx5 ipsec support is built-in. Fixes: e35d7da8dd9e ("net/mlx5e: Use ip6_dst_lookup instead of ipv6_dst_lookup_flow for MAC init")
Add a Kconfig dependency that removes avoids this configuration.
This isn't a bug, but "removes avoids" appears to be an editing artifact where two verbs were left in place of one. -- pw-bot: cr