[dpdk-dev] [PATCH 00/19] Move PMDs to drivers directory

2015-05-15 Thread Thomas Monjalon
2015-05-13 16:58, Bruce Richardson: > On Wed, May 13, 2015 at 02:40:48PM +0100, Bruce Richardson wrote: > > On Wed, May 13, 2015 at 03:33:27PM +0200, Thomas Monjalon wrote: > > > 2015-05-13 11:01, Bruce Richardson: > > > > On Tue, May 12, 2015 at 09:30:45PM +0200, Thomas Monjalon wrote: > > > >>

[dpdk-dev] [PATCH 00/19] Move PMDs to drivers directory

2015-05-15 Thread Thomas Monjalon
2015-05-15 13:36, Bruce Richardson: > On Wed, May 13, 2015 at 02:40:48PM +0100, Bruce Richardson wrote: > > On Wed, May 13, 2015 at 03:33:27PM +0200, Thomas Monjalon wrote: > > > 2015-05-13 11:01, Bruce Richardson: > > > > On Tue, May 12, 2015 at 09:30:45PM +0200, Thomas Monjalon wrote: > > > >>

[dpdk-dev] [PATCH 00/19] Move PMDs to drivers directory

2015-05-15 Thread Bruce Richardson
On Fri, May 15, 2015 at 02:54:50PM +0200, Thomas Monjalon wrote: > 2015-05-13 16:58, Bruce Richardson: > > On Wed, May 13, 2015 at 02:40:48PM +0100, Bruce Richardson wrote: > > > On Wed, May 13, 2015 at 03:33:27PM +0200, Thomas Monjalon wrote: > > > > 2015-05-13 11:01, Bruce Richardson: > > > > >

[dpdk-dev] [PATCH 00/19] Move PMDs to drivers directory

2015-05-15 Thread Bruce Richardson
On Wed, May 13, 2015 at 02:40:48PM +0100, Bruce Richardson wrote: > On Wed, May 13, 2015 at 03:33:27PM +0200, Thomas Monjalon wrote: > > 2015-05-13 11:01, Bruce Richardson: > > > On Tue, May 12, 2015 at 09:30:45PM +0200, Thomas Monjalon wrote: > > >> 2015-05-12 19:04, Bruce Richardson: > > >>>

[dpdk-dev] [PATCH 00/19] Move PMDs to drivers directory

2015-05-13 Thread Bruce Richardson
On Wed, May 13, 2015 at 02:40:48PM +0100, Bruce Richardson wrote: > On Wed, May 13, 2015 at 03:33:27PM +0200, Thomas Monjalon wrote: > > 2015-05-13 11:01, Bruce Richardson: > > > On Tue, May 12, 2015 at 09:30:45PM +0200, Thomas Monjalon wrote: > > >> 2015-05-12 19:04, Bruce Richardson: > > >>>

[dpdk-dev] [PATCH 00/19] Move PMDs to drivers directory

2015-05-13 Thread Thomas Monjalon
2015-05-13 11:01, Bruce Richardson: > On Tue, May 12, 2015 at 09:30:45PM +0200, Thomas Monjalon wrote: >> 2015-05-12 19:04, Bruce Richardson: >>> drivers/e1000/e1000/e1000_hw.h | 1026 >> >> As explained in a previous comment, >>

[dpdk-dev] [PATCH 00/19] Move PMDs to drivers directory

2015-05-13 Thread Bruce Richardson
On Wed, May 13, 2015 at 03:33:27PM +0200, Thomas Monjalon wrote: > 2015-05-13 11:01, Bruce Richardson: > > On Tue, May 12, 2015 at 09:30:45PM +0200, Thomas Monjalon wrote: > >> 2015-05-12 19:04, Bruce Richardson: > >>> drivers/e1000/e1000/e1000_hw.h | 1026 > >> > >> As

[dpdk-dev] [PATCH 00/19] Move PMDs to drivers directory

2015-05-13 Thread Bruce Richardson
On Tue, May 12, 2015 at 09:30:45PM +0200, Thomas Monjalon wrote: > 2015-05-12 19:04, Bruce Richardson: > > drivers/e1000/e1000/e1000_hw.h | 1026 > > As explained in a previous comment, > http://dpdk.org/ml/archives/dev/2015-May/017509.html > I think this path would be

[dpdk-dev] [PATCH 00/19] Move PMDs to drivers directory

2015-05-12 Thread Thomas Monjalon
2015-05-12 19:04, Bruce Richardson: > drivers/e1000/e1000/e1000_hw.h | 1026 As explained in a previous comment, http://dpdk.org/ml/archives/dev/2015-May/017509.html I think this path would be better: drivers/net/e1000/base/e1000_hw.h

[dpdk-dev] [PATCH 00/19] Move PMDs to drivers directory

2015-05-12 Thread Bruce Richardson
As covered previously in an RFC, this patchset creates a new top-level drivers folder and moves the PMDs into it. Moving the drivers involves a lot of code - too big for a single patch, so each driver is moved separately in its own patchset. Some doc updates are done as part of this patchset -