netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Simon Horman <horms@verge.net.au>
To: "Eric W. Biederman" <ebiederm@xmission.com>
Cc: David Miller <davem@davemloft.net>, netdev@vger.kernel.org
Subject: Re: [PATCH net-next 5/6] mpls: Fix the openvswitch select of NET_MPLS_GSO
Date: Sun, 8 Mar 2015 18:09:51 +0900	[thread overview]
Message-ID: <20150308090951.GA17311@verge.net.au> (raw)
In-Reply-To: <871tl04fag.fsf@x220.int.ebiederm.org>

On Sat, Mar 07, 2015 at 04:24:23PM -0600, Eric W. Biederman wrote:
> 
> Fix the OPENVSWITCH Kconfig option and old Kconfigs by having
> OPENVSWITCH select both NET_MPLS_GSO and MPLSO.
> 
> A Kbuild test robot reported that when NET_MPLS_GSO is selected by
> OPENVSWITCH the generated .config is broken because MPLS is not
> selected.
> 
> Cc: Simon Horman <horms@verge.net.au>
> Fixes: cec9166ca4e mpls: Refactor how the mpls module is built
> Reported-by: kbuild test robot <fengguang.wu@intel.com>
> Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>

Reviewed-by: Simon Horman <horms@verge.net.au>

> ---
>  net/openvswitch/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/net/openvswitch/Kconfig b/net/openvswitch/Kconfig
> index b7d818c59423..ed6b0f8dd1bb 100644
> --- a/net/openvswitch/Kconfig
> +++ b/net/openvswitch/Kconfig
> @@ -6,6 +6,7 @@ config OPENVSWITCH
>  	tristate "Open vSwitch"
>  	depends on INET
>  	select LIBCRC32C
> +	select MPLS
>  	select NET_MPLS_GSO
>  	---help---
>  	  Open vSwitch is a multilayer Ethernet switch targeted at virtualized
> -- 
> 2.2.1
> 

  reply	other threads:[~2015-03-08  9:09 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-07 22:18 [PATCH net-next 0/6] mpls: Minor fixes and cleanups Eric W. Biederman
2015-03-07 22:19 ` [PATCH net-next 1/6] mpls: Fix the kzalloc argument order in mpls_rt_alloc Eric W. Biederman
2015-03-07 22:21 ` [PATCH net-next 2/6] mpls: Cleanup the rcu usage in the code Eric W. Biederman
2015-03-07 22:22 ` [PATCH net-next 3/6] mpls: Better error code for unsupported option Eric W. Biederman
2015-03-07 22:23 ` [PATCH net-next 4/6] mpls: Correct the ttl decrement Eric W. Biederman
2015-03-07 22:24 ` [PATCH net-next 5/6] mpls: Fix the openvswitch select of NET_MPLS_GSO Eric W. Biederman
2015-03-08  9:09   ` Simon Horman [this message]
2015-03-07 22:25 ` [PATCH net-next 6/6] neigh: Use neigh table index for neigh_packet_xmit Eric W. Biederman
2015-03-08 23:33 ` [PATCH net-next 0/6] mpls: Minor fixes and cleanups 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=20150308090951.GA17311@verge.net.au \
    --to=horms@verge.net.au \
    --cc=davem@davemloft.net \
    --cc=ebiederm@xmission.com \
    --cc=netdev@vger.kernel.org \
    /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).