vpp/docs/guides/progressivevpp/removedpdkplugin.rst
John DeNisco c8e7f419fe Added missing file
docs: Incorporate Javier's progressive VPP tutorial

Change-Id: Iecee041039c7ed81713bc0530fc536e989c71497
Signed-off-by: John DeNisco <jdenisco@cisco.com>
2018-08-03 17:38:40 +00:00

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 }
}