diff options
author | John DeNisco <jdenisco@cisco.com> | 2018-08-23 14:04:22 -0400 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2018-08-27 14:18:25 +0000 |
commit | 2ba9dcf408d5f861738356dfb43c28a803fcd7fc (patch) | |
tree | 85fd9195081b6e16c6d6cdf8475447181d3d3c1b /docs/gettingstarted/developers/index.rst | |
parent | 33ed3e4c7d0fa1335642ad45e4e52c7ba15cded6 (diff) |
docs: Finish event logger, viewer and cleanup.
Change-Id: I3de038439bf0ab5755777c0f4930aec0514f5b63
Signed-off-by: John DeNisco <jdenisco@cisco.com>
Diffstat (limited to 'docs/gettingstarted/developers/index.rst')
-rw-r--r-- | docs/gettingstarted/developers/index.rst | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/docs/gettingstarted/developers/index.rst b/docs/gettingstarted/developers/index.rst index b56fec8635c..d57c954fc5b 100644 --- a/docs/gettingstarted/developers/index.rst +++ b/docs/gettingstarted/developers/index.rst @@ -6,11 +6,14 @@ For Developers The Developers section covers the following areas: -* Building VPP -* Describes the components of the four VPP layers -* How to Create, Add, Enable/Disable features -* Discusses different aspects of Bounded-index Extensible Hashing (bihash) - +* Describes how to build different types of VPP images +* Explains how to run VPP with and without GDB, with some GDB examples +* Describes the steps required to get a patch reviewed and merged +* Describes the VPP software architecture and identifies the associated four VPP layers +* Describes the different components that are associated with each VPP layer +* Explains how to Create, Add, Enable/Disable different ARC features +* Discusses different aspects of Bounded-index Extensible Hashing (bihash), and how it is used in database lookups +* Describes the different types of API support and how to integrate a plugin .. toctree:: :maxdepth: 2 @@ -30,5 +33,6 @@ The Developers section covers the following areas: vpp_api_module binary_api_support buildsystem/index.rst + eventviewer sample_plugin |