[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240819172232.34bf6e9d@kernel.org>
Date: Mon, 19 Aug 2024 17:22:32 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Hangbin Liu <liuhangbin@...il.com>
Cc: Herbert Xu <herbert@...dor.apana.org.au>, Steffen Klassert
<steffen.klassert@...unet.com>, netdev@...r.kernel.org
Subject: Re: [Question] Does CONFIG_XFRM_OFFLOAD depends any other configs?
On Tue, 20 Aug 2024 07:39:08 +0800 Hangbin Liu wrote:
> Yesterday I tried to build the kernel with CONFIG_XFRM_OFFLOAD=y via `vng`[1],
> but the result .config actually doesn't contain CONFIG_XFRM_OFFLOAD=y. I saw
> XFRM_OFFLOAD in net/xfrm/Kconfig doesn't has any dependences. Do you know if
> I missed something?
It's a hidden config option, not directly controlled by the user.
You should enable INET_ESP_OFFLOAD and INET6_ESP_OFFLOAD instead
(which "select" it)
Powered by blists - more mailing lists