All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Walch <walch.martin@web.de>
To: Wang YanQing <udknight@gmail.com>
Cc: davem@davemloft.net, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org,
	j.vosburgh@gmail.com, vfalico@gmail.com,
	gospo@cumulusnetworks.com, Erik Hugne <erik.hugne@ericsson.com>
Subject: Re: [PATCH] net:Kconfig: drop no sense dependence entry for BONDING
Date: Thu, 12 Mar 2015 16:14:15 +0100	[thread overview]
Message-ID: <5969250.CkvXFhddBO@tacticalops> (raw)
In-Reply-To: <20150312135933.GA3502@udknight>

On Thursday 12 March 2015 21:59:33 Wang YanQing wrote:
> "IPV6 || IPV6=n" means no dependence!

IPV6 and BONDING are both tristate symbols and therefore this is not the same
as no dependency. When setting IPV6 to m, the expression evaluates to

"IPV6 || IPV6=n" 
"m || m=n"
"m || n"
"m"

So, if IPV6=m, then BONDING can only be n or m, but not y.


  parent reply	other threads:[~2015-03-12 15:14 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-12 13:59 [PATCH] net:Kconfig: drop no sense dependence entry for BONDING Wang YanQing
2015-03-12 14:13 ` Erik Hugne
2015-03-12 14:13   ` Erik Hugne
2015-03-12 15:14 ` Martin Walch [this message]
2015-03-12 17:30   ` Eric Dumazet
2015-03-12 18:15 ` David Miller

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=5969250.CkvXFhddBO@tacticalops \
    --to=walch.martin@web.de \
    --cc=davem@davemloft.net \
    --cc=erik.hugne@ericsson.com \
    --cc=gospo@cumulusnetworks.com \
    --cc=j.vosburgh@gmail.com \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=udknight@gmail.com \
    --cc=vfalico@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.