[dpdk-dev] [PATCH v2] doc: guidelines for library statistics

2015-06-16 Thread Cristian Dumitrescu
v3 changes -fixed bullets for correct doc generation v2 changes -small text changes -reordered sections to have guidelines at the top and motivation at the end -broke lines at 80 characters Signed-off-by: Cristian Dumitrescu --- doc/guides/guidelines/index.rst |1 + doc/guides/guidelin

[dpdk-dev] [PATCH v2] doc: guidelines for library statistics

2015-06-15 Thread Cristian Dumitrescu
Signed-off-by: Cristian Dumitrescu --- doc/guides/guidelines/index.rst |1 + doc/guides/guidelines/statistics.rst | 104 ++ 2 files changed, 105 insertions(+), 0 deletions(-) create mode 100644 doc/guides/guidelines/statistics.rst diff --git a/doc/guid