diff options
author | andrew <andrew.olechtchouk@gmail.com> | 2018-08-05 21:18:45 -0400 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2018-08-08 11:42:00 +0000 |
commit | 740302661bcf5b0dd1b62325312480bc8d8bd5f2 (patch) | |
tree | 936d6ff271291b377487f10b2f93c76bbae1e107 /docs/gettingstarted/developers/index.rst | |
parent | bcddab220f26c2036d7638b3fd4063541731818e (diff) |
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>
Diffstat (limited to 'docs/gettingstarted/developers/index.rst')
-rw-r--r-- | docs/gettingstarted/developers/index.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/gettingstarted/developers/index.rst b/docs/gettingstarted/developers/index.rst index 165488c7a31..a5d71a9a5c3 100644 --- a/docs/gettingstarted/developers/index.rst +++ b/docs/gettingstarted/developers/index.rst @@ -23,4 +23,7 @@ The Developers section covers the following areas: vnet featurearcs bihash + vpp_api_module + binary_api_support + sample_plugin |