Re: [PATCH net-next v3 1/6] net: devlink: turn devlink into a built-in
From: Jiri Pirko <jiri@resnulli.us>
Date: 2019-02-24 10:56:30
From: Jiri Pirko <jiri@resnulli.us>
Date: 2019-02-24 10:56:30
Fri, Feb 22, 2019 at 11:07:52PM CET, jakub.kicinski@netronome.com wrote:
Being able to build devlink as a module causes growing pains. First all drivers had to add a meta dependency to make sure they are not built in when devlink is built as a module. Now we are struggling to invoke ethtool compat code reliably. Make devlink code built-in, users can still not build it at all but the dynamically loadable module option is removed. Signed-off-by: Jakub Kicinski <redacted> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Acked-by: Jiri Pirko <redacted>