]> git.baikalelectronics.ru Git - kernel.git/commit
mpls: Fix the openvswitch select of NET_MPLS_GSO
authorEric W. Biederman <ebiederm@xmission.com>
Sat, 7 Mar 2015 22:24:23 +0000 (16:24 -0600)
committerDavid S. Miller <davem@davemloft.net>
Sun, 8 Mar 2015 23:30:06 +0000 (19:30 -0400)
commit16a000879c9ff9b4f0298cdce4fd1dcb567e8c1f
tree91bde72da826aa7525a917ea2a751db482bf88be
parent8885bac5f39f540d4326b0d46d52af97f7de88ee
mpls: Fix the openvswitch select of NET_MPLS_GSO

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: 01abac3dd00 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>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/openvswitch/Kconfig