aboutsummaryrefslogtreecommitdiffstats
path: root/docs/gettingstarted/developers/index.rst
blob: a5d71a9a5c3d243b5e6f5c1ffbd5f91720c8ebfe (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
.. _gstarteddevel:

##########
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
   softwarearchitecture
   infrastructure
   vlib
   plugins
   vnet
   featurearcs
   bihash
   vpp_api_module
   binary_api_support
   sample_plugin