X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=docs%2Fgettingstarted%2Fdevelopers%2Findex.rst;h=2d27da99ba808311196498eca3fda44ead26ec0b;hb=7858d6e9e2e3aa118638676a202e600fc9668986;hp=a5d71a9a5c3d243b5e6f5c1ffbd5f91720c8ebfe;hpb=740302661bcf5b0dd1b62325312480bc8d8bd5f2;p=vpp.git diff --git a/docs/gettingstarted/developers/index.rst b/docs/gettingstarted/developers/index.rst index a5d71a9a5c3..2d27da99ba8 100644 --- a/docs/gettingstarted/developers/index.rst +++ b/docs/gettingstarted/developers/index.rst @@ -1,29 +1,42 @@ .. _gstarteddevel: -########## -Developers -########## +############### +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 building + running_vpp + gdb_examples + add_plugin + gitreview softwarearchitecture infrastructure vlib plugins vnet featurearcs + metadata + multiarch/index.rst bihash vpp_api_module binary_api_support - sample_plugin - + buildsystem/index.rst + eventviewer + fib20/index.rst + buildwireshark + punt + quic_plugin