[dpdk-dev] [PATCH v4] doc: add contributors guide

2015-12-14 Thread Mcnamara, John
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Sunday, December 13, 2015 10:35 PM > To: Mcnamara, John > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v4] doc: add contributors guide > > Thanks for this very useful

[dpdk-dev] [PATCH v4] doc: add contributors guide

2015-12-13 Thread Thomas Monjalon
Thanks for this very useful doc, John. 2015-11-20 12:46, John McNamara: > +* Run ``make install``, ``make examples`` and ``make test`` and build the > shared and combined libraries > + to ensure the changes haven't broken existing code: > + > + .. code-block:: console > + > + export RTE_TAR

[dpdk-dev] [PATCH v4] doc: add contributors guide

2015-11-20 Thread John McNamara
Add a document to explain the DPDK patch submission and review process. Signed-off-by: John McNamara Acked-by: Harry van Haaren --- v4: * Fixes for mailing list comments. v3: * Add recommendation to test build the shared and combined libraries. v2: * Fixes for mailing list comments. * Fix fo