summaryrefslogtreecommitdiffstats
path: root/docs/gettingstarted/developers/index.rst
blob: b56fec8635c93098d065fbc7702e9a2c3cbd9327 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.. _gstarteddevel:

###############
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)


.. toctree::
   :maxdepth: 2

   building
   running_vpp
   gdb_examples
   gitreview
   softwarearchitecture
   infrastructure
   vlib
   plugins
   vnet
   featurearcs
   multiarch/index.rst
   bihash
   vpp_api_module
   binary_api_support
   buildsystem/index.rst
   sample_plugin