Re: [PATCH net-next v3 1/6] net: devlink: turn devlink into a built-in

2019-02-24 Thread Jiri Pirko
Fri, Feb 22, 2019 at 11:07:52PM CET, jakub.kicin...@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 co

[PATCH net-next v3 1/6] net: devlink: turn devlink into a built-in

2019-02-22 Thread Jakub Kicinski
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