Re: [RFC] net: documentation: build a directory structure for drivers

2018-12-05 Thread David Miller
From: Jakub Kicinski Date: Tue, 4 Dec 2018 23:34:55 -0800 > On Tue, 04 Dec 2018 21:13:27 -0800 (PST), David Miller wrote: >> From: Jakub Kicinski >> Date: Mon, 3 Dec 2018 17:43:28 -0800 >> >> > Documentation/networking/ is full of cryptically named files with >> > driver documentation. This m

Re: [RFC] net: documentation: build a directory structure for drivers

2018-12-05 Thread Henrik Austad
On Mon, Dec 03, 2018 at 05:43:28PM -0800, Jakub Kicinski wrote: > Documentation/networking/ is full of cryptically named files with > driver documentation. This makes finding interesting information > at a glance really hard. Move all those files into a directory > called device_drivers (since no

Re: [RFC] net: documentation: build a directory structure for drivers

2018-12-04 Thread Jakub Kicinski
On Tue, 04 Dec 2018 21:13:27 -0800 (PST), David Miller wrote: > From: Jakub Kicinski > Date: Mon, 3 Dec 2018 17:43:28 -0800 > > > Documentation/networking/ is full of cryptically named files with > > driver documentation. This makes finding interesting information > > at a glance really hard.

Re: [RFC] net: documentation: build a directory structure for drivers

2018-12-04 Thread David Miller
From: Jakub Kicinski Date: Mon, 3 Dec 2018 17:43:28 -0800 > Documentation/networking/ is full of cryptically named files with > driver documentation. This makes finding interesting information > at a glance really hard. Move all those files into a directory > called device_drivers (since not a

Re: [RFC] net: documentation: build a directory structure for drivers

2018-12-03 Thread David Ahern
On 12/3/18 6:43 PM, Jakub Kicinski wrote: > Documentation/networking/ is full of cryptically named files with > driver documentation. This makes finding interesting information > at a glance really hard. Move all those files into a directory > called device_drivers (since not all drivers are for

[RFC] net: documentation: build a directory structure for drivers

2018-12-03 Thread Jakub Kicinski
Documentation/networking/ is full of cryptically named files with driver documentation. This makes finding interesting information at a glance really hard. Move all those files into a directory called device_drivers (since not all drivers are for device) and fix up references. RFC v0.1 -> RFC v1