andrew 740302661b DOC ONLY: Add a new doc for integrating a plugin with VPP
Convert doxygen docs (vpp api module and binary api support) to .rst

Added a brief explanation of binary api message numbering for plugins

Change-Id: If7d37f29aa65a884b51f3d27957f80d1357ed29b
Signed-off-by: andrew <andrew.olechtchouk@gmail.com>
Signed-off-by: Dave Barach <dave@barachs.net>
2018-08-08 11:42:00 +00:00

30 lines
488 B
ReStructuredText

.. _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