[dpdk-dev] [PATCH v2] doc: add coding standards documentation

2015-06-04 Thread Bruce Richardson
On Thu, Jun 04, 2015 at 11:49:49AM +0200, Thomas Monjalon wrote: > 2015-06-04 10:33, Bruce Richardson: > > On Wed, Jun 03, 2015 at 07:35:32PM +0200, Thomas Monjalon wrote: > > > 2015-06-03 14:58, Bruce Richardson: > > > > Add coding standards document to guides directory. This document > > > > codi

[dpdk-dev] [PATCH v2] doc: add coding standards documentation

2015-06-04 Thread Thomas Monjalon
2015-06-04 10:33, Bruce Richardson: > On Wed, Jun 03, 2015 at 07:35:32PM +0200, Thomas Monjalon wrote: > > 2015-06-03 14:58, Bruce Richardson: > > > Add coding standards document to guides directory. This document > > > codifies the current DPDK C coding conventions, to make it easier for > > > con

[dpdk-dev] [PATCH v2] doc: add coding standards documentation

2015-06-04 Thread Bruce Richardson
On Wed, Jun 03, 2015 at 07:35:32PM +0200, Thomas Monjalon wrote: > 2015-06-03 14:58, Bruce Richardson: > > Add coding standards document to guides directory. This document > > codifies the current DPDK C coding conventions, to make it easier for > > contributors to see the format their code should

[dpdk-dev] [PATCH v2] doc: add coding standards documentation

2015-06-03 Thread Thomas Monjalon
2015-06-03 14:58, Bruce Richardson: > Add coding standards document to guides directory. This document > codifies the current DPDK C coding conventions, to make it easier for > contributors to see the format their code should be in. > > Signed-off-by: Siobhan Butler > Signed-off-by: Bruce Richard

[dpdk-dev] [PATCH v2] doc: add coding standards documentation

2015-06-03 Thread Bruce Richardson
Add coding standards document to guides directory. This document codifies the current DPDK C coding conventions, to make it easier for contributors to see the format their code should be in. Signed-off-by: Siobhan Butler Signed-off-by: Bruce Richardson --- Updates in V2: * Fixed file creation