summaryrefslogtreecommitdiffstats
path: root/docs/links/index.rst
blob: f241df9bb4dd6e4936f1ec6cffa23ebd48c5c0fa (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
33
.. _links:

#############################
VPP Wiki and Other Links
#############################

There are several places to find helpful Information regarding FD.io VPP.

.. toctree::

FD.io Main Site
===============

VPP is part of the FD.io Linux Foundation project. The link describing the FD.io Linux
foundation project is here:

`FD.io Main Site <https://fd.io>`_

VPP Wiki
==========

Much of the VPP developer documentation can be found on the VPP wiki.

`FD.io VPP wiki <https://wiki.fd.io/view/VPP>`_

Source code Documents
=====================

Some of VPP is documented in the sources with Doxygen. The links to these documents
can be found here.

`Doxygen <https://docs.fd.io/vpp/18.10/>`_
\ vcl/vppcom.c \ vcl/vcl_bapi.c \ vcl/vcl_cfg.c \ vcl/vcl_debug.h \ vcl/vcl_event.c \ vcl/vcl_private.h \ $(libvppinfra_la_SOURCES) \ $(libsvm_la_SOURCES) \ $(libvlibmemoryclient_la_SOURCES) nobase_include_HEADERS += \ vcl/vcl_event.h \ vcl/vppcom.h libvcl_ldpreload_la_LIBADD = $(libvppcom_la_DEPENDENCIES) -lpthread -lrt -ldl libvcl_ldpreload_la_SOURCES += \ vcl/ldp_socket_wrapper.c \ vcl/ldp.c \ $(libvppcom_la_SOURCES) nobase_include_HEADERS += \ vcl/ldp_socket_wrapper.h \ vcl/ldp_glibc_socket.h \ vcl/ldp.h noinst_PROGRAMS += \ vcl_test_server \ vcl_test_client \ sock_test_server \ sock_test_client \ test_vcl_listener_server \ test_vcl_listener_client test_vcl_listener_server_SOURCES = vcl/test_vcl_listener_server.c test_vcl_listener_server_LDADD = libvppcom.la test_vcl_listener_client_SOURCES = vcl/test_vcl_listener_client.c test_vcl_listener_client_LDADD = libvppcom.la vcl_test_server_SOURCES = vcl/vcl_test_server.c vcl_test_server_LDADD = libvppcom.la vcl_test_client_SOURCES = vcl/vcl_test_client.c vcl_test_client_LDADD = libvppcom.la sock_test_server_SOURCES = vcl/sock_test_server.c sock_test_client_SOURCES = vcl/sock_test_client.c nobase_include_HEADERS += \ vcl/sock_test_common.h \ vcl/sock_test.h \ vcl/vcl_test.h # vi:syntax=automake