diff options
Diffstat (limited to 'docs/guides/progressivevpp/removedpdkplugin.rst')
-rw-r--r-- | docs/guides/progressivevpp/removedpdkplugin.rst | 18 |
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 |