Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1401142

[PATCH net-next] net: switchdev: Drop EXPERIMENTAL from description

From Florian Fainelli <f.fainelli@gmail.com>
Newsgroups linux.kernel
Subject [PATCH net-next] net: switchdev: Drop EXPERIMENTAL from description
Date 2016-05-14 22:00 +0200
Message-ID <ryNTc-7hW-9@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Switchdev has been around for quite a while now, putting "EXPERIMENTAL"
in the description is no longer accurate, drop it.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
---
 net/switchdev/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/switchdev/Kconfig b/net/switchdev/Kconfig
index 86a47e1..651fa20 100644
--- a/net/switchdev/Kconfig
+++ b/net/switchdev/Kconfig
@@ -3,7 +3,7 @@
 #
 
 config NET_SWITCHDEV
-	bool "Switch (and switch-ish) device support (EXPERIMENTAL)"
+	bool "Switch (and switch-ish) device support"
 	depends on INET
 	---help---
 	  This module provides glue between core networking code and device
-- 
2.7.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH net-next] net: switchdev: Drop EXPERIMENTAL from description Florian Fainelli <f.fainelli@gmail.com> - 2016-05-14 22:00 +0200
  Re: [PATCH net-next] net: switchdev: Drop EXPERIMENTAL from  description Jiri Pirko <jiri@resnulli.us> - 2016-05-14 22:30 +0200
  Re: [PATCH net-next] net: switchdev: Drop EXPERIMENTAL from  description David Miller <davem@davemloft.net> - 2016-05-16 04:10 +0200

csiph-web