X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=docs%2Fgettingstarted%2Fdevelopers%2Findex.rst;h=3520ed377f55dbb937b8540830f07e409c91a9cb;hb=f9faf2420c74fd38f96d1a78af3ec1dee9b85db1;hp=b56fec8635c93098d065fbc7702e9a2c3cbd9327;hpb=c4c72d28352f74be5e3c78521e73ff64bbb78ea0;p=vpp.git diff --git a/docs/gettingstarted/developers/index.rst b/docs/gettingstarted/developers/index.rst index b56fec8635c..3520ed377f5 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 - sample_plugin - + eventviewer + add_plugin + fib20/index.rst