c8e7f419fe
docs: Incorporate Javier's progressive VPP tutorial Change-Id: Iecee041039c7ed81713bc0530fc536e989c71497 Signed-off-by: John DeNisco <jdenisco@cisco.com>
18 lines
408 B
ReStructuredText
18 lines
408 B
ReStructuredText
.. _removedpdkplugin:
|
|
|
|
.. toctree::
|
|
|
|
Removing the DPDK Plugin
|
|
------------------------
|
|
|
|
For the purposes of this tutorial, the dpdk plugin will be removed.
|
|
To do this edit the *startup.conf* file with the following,
|
|
your *startup.conf* file may already have this line commented, and may just need to
|
|
uncomment it:
|
|
|
|
.. code-block:: console
|
|
|
|
plugins
|
|
{
|
|
plugin dpdk_plugin.so { disable }
|
|
} |