blob: 76feb057552fea30d998a693aaccff627564fb56 (
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
|
.. _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
running_vpp
gdb_examples
gitreview
softwarearchitecture
infrastructure
vlib
plugins
vnet
featurearcs
bihash
vpp_api_module
binary_api_support
sample_plugin
|