netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: Hangbin Liu <liuhangbin@gmail.com>
Cc: Herbert Xu <herbert@gondor.apana.org.au>,
	Steffen Klassert <steffen.klassert@secunet.com>,
	netdev@vger.kernel.org
Subject: Re: [Question] Does CONFIG_XFRM_OFFLOAD depends any other configs?
Date: Mon, 19 Aug 2024 18:05:25 -0700	[thread overview]
Message-ID: <20240819180525.5996de13@kernel.org> (raw)
In-Reply-To: <ZsPqS6oFNpRmadxZ@Laptop-X1>

On Tue, 20 Aug 2024 08:58:51 +0800 Hangbin Liu wrote:
> > 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)  
> 
> Thanks for your reply. How to know if an option is hide other than review all
> `make menuconfig` result?

If it has no description after bool or tristate -- it will be hidden

> Should we add a "depends on" for XFRM_OFFLOAD?

You need it in bonding? You should use select (but not that select
doesn't resolve dependencies, it only enables that single option).

  reply	other threads:[~2024-08-20  1:05 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-19 23:39 [Question] Does CONFIG_XFRM_OFFLOAD depends any other configs? Hangbin Liu
2024-08-20  0:22 ` Jakub Kicinski
2024-08-20  0:58   ` Hangbin Liu
2024-08-20  1:05     ` Jakub Kicinski [this message]
2024-08-20  1:26       ` Hangbin Liu
2024-08-20  1:35         ` Jakub Kicinski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240819180525.5996de13@kernel.org \
    --to=kuba@kernel.org \
    --cc=herbert@gondor.apana.org.au \
    --cc=liuhangbin@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=steffen.klassert@secunet.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).