summaryrefslogtreecommitdiffstats
path: root/docs/guides/progressivevpp/removedpdkplugin.rst
diff options
context:
space:
mode:
authorJohn DeNisco <jdenisco@cisco.com>2018-08-03 11:02:24 -0400
committerDave Barach <openvpp@barachs.net>2018-08-03 17:38:40 +0000
commitc8e7f419fed65f2a9d055a5c9850e5fb213d9152 (patch)
treee7ef53d1113bbea129de6a1b4b709fa35ca2f2a7 /docs/guides/progressivevpp/removedpdkplugin.rst
parentb199e98fef4256795db7fb055b180a07ce84de5c (diff)
Added missing file
docs: Incorporate Javier's progressive VPP tutorial Change-Id: Iecee041039c7ed81713bc0530fc536e989c71497 Signed-off-by: John DeNisco <jdenisco@cisco.com>
Diffstat (limited to 'docs/guides/progressivevpp/removedpdkplugin.rst')
-rw-r--r--docs/guides/progressivevpp/removedpdkplugin.rst18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/guides/progressivevpp/removedpdkplugin.rst b/docs/guides/progressivevpp/removedpdkplugin.rst
new file mode 100644
index 00000000000..b64e1f0d197
--- /dev/null
+++ b/docs/guides/progressivevpp/removedpdkplugin.rst
@@ -0,0 +1,18 @@
+.. _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 }
+ } \ No newline at end of file