RE: [PATCH v2 net-next 06/11] net: phylink: Add struct phylink_config to PHYLINK API

2019-05-29 Thread Ioana Ciornei
> Subject: Re: [PATCH v2 net-next 06/11] net: phylink: Add struct > phylink_config to > PHYLINK API > > Hello Ioana, > > On Tue, 28 May 2019 20:38:12 +0300 > Ioana Ciornei wrote: > > >The phylink_config structure will encapsulate a pointer to a struct

Re: [PATCH v2 net-next 06/11] net: phylink: Add struct phylink_config to PHYLINK API

2019-05-29 Thread Maxime Chevallier
Hello Ioana, On Tue, 28 May 2019 20:38:12 +0300 Ioana Ciornei wrote: >The phylink_config structure will encapsulate a pointer to a struct >device and the operation type requested for this instance of PHYLINK. >This patch does not make any functional changes, it just transitions the >PHYLINK inte

[PATCH v2 net-next 06/11] net: phylink: Add struct phylink_config to PHYLINK API

2019-05-28 Thread Ioana Ciornei
The phylink_config structure will encapsulate a pointer to a struct device and the operation type requested for this instance of PHYLINK. This patch does not make any functional changes, it just transitions the PHYLINK internals and all its users to the new API. A pointer to a phylink_config struc