Re: [PATCH net-next v4 1/6] net: devlink: turn devlink into a built-in
From: Jiri Pirko <jiri@resnulli.us>
Date: 2019-03-01 07:33:01
From: Jiri Pirko <jiri@resnulli.us>
Date: 2019-03-01 07:33:01
Thu, Feb 28, 2019 at 05:02:56PM CET, jakub.kicinski@netronome.com wrote:
On Thu, 28 Feb 2019 16:01:25 +0100, Jiri Pirko wrote:quoted
Tue, Feb 26, 2019 at 04:34:02AM CET, jakub.kicinski@netronome.com wrote:quoted
diff --git a/net/Kconfig b/net/Kconfig index 62da6148e9f8..1efe1f9ee492 100644 --- a/net/Kconfig +++ b/net/Kconfig@@ -429,21 +429,12 @@ config NET_SOCK_MSGwith the help of BPF programs. config NET_DEVLINK - tristate "Network physical/parent device Netlink interface" + bool "Network physical/parent device Netlink interface"Wouldn't "default y" be better?No opinion. It used to be 'n', it didn't change here.. But we can change if we write convincing enough commit message :) Did you see cases where people "forget" to enable it?
I just did :) But I believe that is what's going to happen in the future.
quoted
quoted
help Network physical/parent device Netlink interface provides infrastructure to support access to physical chip-wide config and monitoring.