aboutsummaryrefslogtreecommitdiffstats
path: root/docs/events/DPDKSummit/index.rst
blob: 11824f02f88647906c4e005b08fbc5915326f18b (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
.. _DPDKSummit:

.. toctree::

###########
DPDK Summit
###########

================
2017 DPDK Summit
================

.. toctree::
    :maxdepth: 2

    2017/index.rst
    
================
2016 DPDK Summit
================

.. toctree::
    :maxdepth: 2

    2016/index.rst
an>object): """Constants used in CSIT.""" # OpenVPP testing directory location at topology nodes REMOTE_FW_DIR = '/tmp/openvpp-testing' # shell scripts location RESOURCES_LIB_SH = 'resources/libraries/bash' # vat templates location RESOURCES_TPL_VAT = 'resources/templates/vat' # OpenVPP VAT binary name VAT_BIN_NAME = 'vpp_api_test' # QEMU version to install QEMU_INSTALL_VERSION = 'qemu-2.5.0' # QEMU install directory QEMU_INSTALL_DIR = '/opt/qemu-2.5.0' # Honeycomb directory location at topology nodes: REMOTE_HC_DIR = '/opt/honeycomb' # Honeycomb persistence files location REMOTE_HC_PERSIST = '/var/lib/honeycomb/persist' # Honeycomb templates location RESOURCES_TPL_HC = 'resources/templates/honeycomb' # ODL Client Restconf listener port ODL_PORT = 8181