* Ethernet drivers wiki page @ 2010-06-04 21:52 Luis R. Rodriguez 2010-06-04 22:01 ` Ben Hutchings 2010-06-04 22:04 ` Luis R. Rodriguez 0 siblings, 2 replies; 5+ messages in thread From: Luis R. Rodriguez @ 2010-06-04 21:52 UTC (permalink / raw) To: netdev; +Cc: H. Peter Anvin, Stephen Hemminger, Johannes Berg Where can I start adding documentation for our Ethernet drivers upstream? I was hoping for a wiki but I don't think we have a netdev one yet. Shall we create one or piggy back on something else? I'm reviewing: https://wiki.kernel.org/ FWIW, I want to see something like this: http://wireless.kernel.org/en/users/Drivers But for ethernet. Luis ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Ethernet drivers wiki page 2010-06-04 21:52 Ethernet drivers wiki page Luis R. Rodriguez @ 2010-06-04 22:01 ` Ben Hutchings 2010-06-04 22:04 ` Luis R. Rodriguez 1 sibling, 0 replies; 5+ messages in thread From: Ben Hutchings @ 2010-06-04 22:01 UTC (permalink / raw) To: Luis R. Rodriguez Cc: netdev, H. Peter Anvin, Stephen Hemminger, Johannes Berg On Fri, 2010-06-04 at 14:52 -0700, Luis R. Rodriguez wrote: > Where can I start adding documentation for our Ethernet drivers > upstream? I was hoping for a wiki but I don't think we have a netdev > one yet. Shall we create one or piggy back on something else? I'm > reviewing: > > https://wiki.kernel.org/ > > FWIW, I want to see something like this: > > http://wireless.kernel.org/en/users/Drivers > > But for ethernet. Wherever you put it, it should probably be linked from: http://www.linuxfoundation.org/collaborate/workgroups/networking/ Ben. -- Ben Hutchings, Senior Software Engineer, Solarflare Communications Not speaking for my employer; that's the marketing department's job. They asked us to note that Solarflare product names are trademarked. ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Ethernet drivers wiki page 2010-06-04 21:52 Ethernet drivers wiki page Luis R. Rodriguez 2010-06-04 22:01 ` Ben Hutchings @ 2010-06-04 22:04 ` Luis R. Rodriguez 2010-06-04 22:23 ` Stephen Hemminger 1 sibling, 1 reply; 5+ messages in thread From: Luis R. Rodriguez @ 2010-06-04 22:04 UTC (permalink / raw) To: netdev; +Cc: H. Peter Anvin, Stephen Hemminger, Johannes Berg, linux-kernel On Fri, Jun 4, 2010 at 2:52 PM, Luis R. Rodriguez <mcgrof@gmail.com> wrote: > Where can I start adding documentation for our Ethernet drivers > upstream? I was hoping for a wiki but I don't think we have a netdev > one yet. Shall we create one or piggy back on something else? I'm > reviewing: > > https://wiki.kernel.org/ > > FWIW, I want to see something like this: > > http://wireless.kernel.org/en/users/Drivers > > But for ethernet. Since I've stuffed a few ethernet drivers on compat-wireless I might as well start carrying more. So now we'd have 802.11, Bluetooth and Ethernet all backported using the same framework, automatically, down to at least the oldest stable kernel supported listed on kernel.org and using all a generic compat module. I want to document all this crap. Luis ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Ethernet drivers wiki page 2010-06-04 22:04 ` Luis R. Rodriguez @ 2010-06-04 22:23 ` Stephen Hemminger 2010-06-05 22:54 ` Luis R. Rodriguez 0 siblings, 1 reply; 5+ messages in thread From: Stephen Hemminger @ 2010-06-04 22:23 UTC (permalink / raw) To: Luis R. Rodriguez; +Cc: netdev, H. Peter Anvin, Johannes Berg, linux-kernel On Fri, 4 Jun 2010 15:04:17 -0700 "Luis R. Rodriguez" <mcgrof@gmail.com> wrote: > On Fri, Jun 4, 2010 at 2:52 PM, Luis R. Rodriguez <mcgrof@gmail.com> wrote: > > Where can I start adding documentation for our Ethernet drivers > > upstream? I was hoping for a wiki but I don't think we have a netdev > > one yet. Shall we create one or piggy back on something else? I'm > > reviewing: > > > > https://wiki.kernel.org/ > > > > FWIW, I want to see something like this: > > > > http://wireless.kernel.org/en/users/Drivers > > > > But for ethernet. > > Since I've stuffed a few ethernet drivers on compat-wireless I might > as well start carrying more. So now we'd have 802.11, Bluetooth and > Ethernet all backported using the same framework, automatically, down > to at least the oldest stable kernel supported listed on kernel.org > and using all a generic compat module. > > I want to document all this crap. Why not Documentation/networking in kernel source? There is already documentation there though much of it is out of date. This has the advantage of having change log and matching kernel version. ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Ethernet drivers wiki page 2010-06-04 22:23 ` Stephen Hemminger @ 2010-06-05 22:54 ` Luis R. Rodriguez 0 siblings, 0 replies; 5+ messages in thread From: Luis R. Rodriguez @ 2010-06-05 22:54 UTC (permalink / raw) To: Stephen Hemminger Cc: netdev, H. Peter Anvin, Johannes Berg, linux-kernel, Luis R. Rodriguez On Fri, Jun 4, 2010 at 3:23 PM, Stephen Hemminger <shemminger@vyatta.com> wrote: > On Fri, 4 Jun 2010 15:04:17 -0700 > "Luis R. Rodriguez" <mcgrof@gmail.com> wrote: > >> On Fri, Jun 4, 2010 at 2:52 PM, Luis R. Rodriguez <mcgrof@gmail.com> wrote: >> > Where can I start adding documentation for our Ethernet drivers >> > upstream? I was hoping for a wiki but I don't think we have a netdev >> > one yet. Shall we create one or piggy back on something else? I'm >> > reviewing: >> > >> > https://wiki.kernel.org/ >> > >> > FWIW, I want to see something like this: >> > >> > http://wireless.kernel.org/en/users/Drivers >> > >> > But for ethernet. >> >> Since I've stuffed a few ethernet drivers on compat-wireless I might >> as well start carrying more. So now we'd have 802.11, Bluetooth and >> Ethernet all backported using the same framework, automatically, down >> to at least the oldest stable kernel supported listed on kernel.org >> and using all a generic compat module. >> >> I want to document all this crap. > > Why not Documentation/networking in kernel source? I think a wiki works better for this sort of documentation, the documentation I intend on writing is for end users, not developers. Users tend to also search on google, not the kernel source. > There is already documentation there though much of it is out of date. I think its because a git tree works well for code, but not for documentation. Technically I'm even an advocate for developer documentation on wikis too though. > This has the advantage of having change log and matching kernel version. With Ethernet I'd just stuff all new drivers into the wiki as they go into linux-next, after all the drivers would be available immediately even for use on older kernels, so the information would be up to date, we could just annotate as per what kernel release what feature went or what chipsets were supported. For example, see: http://wireless.kernel.org/en/users/Drivers/ath9k#supported_chipsets Luis ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-06-05 22:54 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2010-06-04 21:52 Ethernet drivers wiki page Luis R. Rodriguez 2010-06-04 22:01 ` Ben Hutchings 2010-06-04 22:04 ` Luis R. Rodriguez 2010-06-04 22:23 ` Stephen Hemminger 2010-06-05 22:54 ` Luis R. Rodriguez
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).