Files
vpp/docs/gettingstarted/developers/index.rst
Dave Wallace d170681b24 tests docs: upgrade python packages
- Upgrade python package requirements for test & docs
- Clean up docs generation warnings
- Consolidate python requirements for docs in test
  requirements specs.
- Upgrade pip

Type: make

Change-Id: I74a3924b43ed93d15b32ec9f6fc41ed1ba95b69b
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
2021-08-13 15:57:21 +00:00

49 lines
1.2 KiB
ReStructuredText

.. _gstarteddevel:
###############
For Developers
###############
The Developers section covers the following areas:
* 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
testing_vpp
gdb_examples
add_plugin
add_plugin_goapi
gitreview
softwarearchitecture
infrastructure
vlib
plugins
vnet
featurearcs
metadata
multiarch/index.rst
bihash
vpp_api_module
binary_api_support
buildsystem/index.rst
eventviewer
fib20/index.rst
buildwireshark
punt
quic_plugin
cross_compile_macos.rst
cnat
ipsec
VPPAPI.md