On Tue, Apr 05, 2016 at 08:28:32AM -0700, Stephen Hemminger wrote: > On Tue, 5 Apr 2016 02:56:29 +0200 > Guillaume Nault <g.na...@alphalink.fr> wrote: > > > Move PPP device initialisation and registration out of > > ppp_create_interface(). > > This prepares code for device registration with rtnetlink. > > > > Does PPP module autoload correctly based on the netlink attributes? > Patch #6 has MODULE_ALIAS_RTNL_LINK("ppp"). This works fine for auto-loading ppp_generic when creating a PPP device with rtnetlink. Is there anything else required?
- [RFC PATCH 0/6] ppp: add rtnetlink support Guillaume Nault
- [RFC PATCH 2/6] ppp: don't hold ppp_mutex before ca... Guillaume Nault
- [RFC PATCH 5/6] ppp: define reusable device creatio... Guillaume Nault
- Re: [RFC PATCH 5/6] ppp: define reusable device... Stephen Hemminger
- Re: [RFC PATCH 5/6] ppp: define reusable de... Guillaume Nault
- Re: [RFC PATCH 5/6] ppp: define reusabl... Stephen Hemminger
- [RFC PATCH 1/6] ppp: simplify usage of ppp_create_i... Guillaume Nault
- [RFC PATCH 3/6] ppp: don't lock ppp_mutex while han... Guillaume Nault
- [RFC PATCH 4/6] ppp: invert lock ordering between p... Guillaume Nault
- [RFC PATCH 6/6] ppp: add rtnetlink device creation ... Guillaume Nault
- Re: [RFC PATCH 6/6] ppp: add rtnetlink device c... walter harms
- Re: [RFC PATCH 6/6] ppp: add rtnetlink devi... Guillaume Nault
- Re: [RFC PATCH 6/6] ppp: add rtnetlink ... walter harms
- Re: [RFC PATCH 6/6] ppp: add rtnet... Guillaume Nault
- Re: [RFC PATCH 0/6] ppp: add rtnetlink support Stephen Hemminger