Re: [dpdk-dev] [PATCH v4] doc: add stack mempool guide

2020-10-08 Thread David Marchand
On Wed, Oct 7, 2020 at 4:41 PM Olivier Matz wrote: > > On Wed, Oct 07, 2020 at 09:18:32AM -0500, Gage Eads wrote: > > This guide describes the two stack modes, their tradeoffs, and (via a > > reference to the mempool guide) how to enable them. > > > > Signed-off-by: Gage Eads > > Reviewed-by: Oli

Re: [dpdk-dev] [PATCH v4] doc: add stack mempool guide

2020-10-07 Thread Olivier Matz
On Wed, Oct 07, 2020 at 09:18:32AM -0500, Gage Eads wrote: > This guide describes the two stack modes, their tradeoffs, and (via a > reference to the mempool guide) how to enable them. > > Signed-off-by: Gage Eads Reviewed-by: Olivier Matz

[dpdk-dev] [PATCH v4] doc: add stack mempool guide

2020-10-07 Thread Gage Eads
This guide describes the two stack modes, their tradeoffs, and (via a reference to the mempool guide) how to enable them. Signed-off-by: Gage Eads --- v4: Expanded first paragraph in stack.rst per Olivier's feedback v3: Fixed "Title underline too short" warning v2: Added commit description do