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

2020-08-24 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 --- v2: Added commit description doc/guides/mempool/index.rst | 1 + doc/guides/mempool/stack.rst | 38 ++

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

2020-08-11 Thread Gage Eads
Signed-off-by: Gage Eads --- doc/guides/mempool/index.rst | 1 + doc/guides/mempool/stack.rst | 38 +++ doc/guides/prog_guide/mempool_lib.rst | 2 ++ doc/guides/prog_guide/stack_lib.rst | 4 4 files changed, 45 insertions(+) create mode