# # MPLS configuration # menuconfig MPLS bool "MultiProtocol Label Switching" default n ---help--- MultiProtocol Label Switching routes packets through logical circuits. Originally conceived as a way of routing packets at hardware speeds (before hardware was capable of routing ipv4 packets), MPLS remains a simple way of making tunnels. If you have not heard of MPLS you probably want to say N here. if MPLS config NET_MPLS_GSO tristate "MPLS: GSO support" help This is helper module to allow segmentation of non-MPLS GSO packets that have had MPLS stack entries pushed onto them and thus become MPLS GSO packets. config MPLS_ROUTING tristate "MPLS: routing support" ---help--- Add support for forwarding of mpls packets. config MPLS_IPTUNNEL tristate "MPLS: IP over MPLS tunnel support" depends on LWTUNNEL && MPLS_ROUTING ---help--- mpls ip tunnel support. endif # MPLS en' name='id' value='af78114ec757cea281aafa3433a3a2e211e2eb67'/> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2015-02-21 18:53:54 -0800
committerMark Brown <broonie@kernel.org>2015-02-24 17:16:14 +0900
commitaf78114ec757cea281aafa3433a3a2e211e2eb67 (patch)
treeece82b261454ef38ef913992f39603c5349febfd
parentc517d838eb7d07bbe9507871fab3931deccff539 (diff)
regulator: dbx500: Remove use of seq_puts/seq_printf return value
The seq_puts/seq_printf return value, because it's frequently misused, will eventually be converted to void. See: commit 1f33c41c03da ("seq_file: Rename seq_overflow() to seq_has_overflowed() and make public") Miscellanea: o Remove unnecessary dev_err("seq_<foo> overflow\n") messages Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat