Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1401142 > unrolled thread
| Started by | Florian Fainelli <f.fainelli@gmail.com> |
|---|---|
| First post | 2016-05-14 22:00 +0200 |
| Last post | 2016-05-16 04:10 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[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
| From | Florian Fainelli <f.fainelli@gmail.com> |
|---|---|
| Date | 2016-05-14 22:00 +0200 |
| Subject | [PATCH net-next] net: switchdev: Drop EXPERIMENTAL from description |
| Message-ID | <ryNTc-7hW-9@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | Jiri Pirko <jiri@resnulli.us> |
|---|---|
| Date | 2016-05-14 22:30 +0200 |
| Subject | Re: [PATCH net-next] net: switchdev: Drop EXPERIMENTAL from description |
| Message-ID | <ryOme-7YR-9@gated-at.bofh.it> |
| In reply to | #1401142 |
Sat, May 14, 2016 at 09:49:54PM CEST, f.fainelli@gmail.com wrote: >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> Acked-by: Jiri Pirko <jiri@mellanox.com>
[toc] | [prev] | [next] | [standalone]
| From | David Miller <davem@davemloft.net> |
|---|---|
| Date | 2016-05-16 04:10 +0200 |
| Subject | Re: [PATCH net-next] net: switchdev: Drop EXPERIMENTAL from description |
| Message-ID | <rzg8Q-u7-67@gated-at.bofh.it> |
| In reply to | #1401142 |
From: Florian Fainelli <f.fainelli@gmail.com> Date: Sat, 14 May 2016 12:49:54 -0700 > 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> Yeah this is long overdue, applied, thanks.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web