From c8e7f419fed65f2a9d055a5c9850e5fb213d9152 Mon Sep 17 00:00:00 2001 From: John DeNisco Date: Fri, 3 Aug 2018 11:02:24 -0400 Subject: Added missing file docs: Incorporate Javier's progressive VPP tutorial Change-Id: Iecee041039c7ed81713bc0530fc536e989c71497 Signed-off-by: John DeNisco --- docs/guides/progressivevpp/removedpdkplugin.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/guides/progressivevpp/removedpdkplugin.rst (limited to 'docs/guides/progressivevpp/removedpdkplugin.rst') 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 -- cgit 1.2.3-korg