blob: b64e1f0d197da952c319fc781007b85d926a280f [file] [log] [blame]
John DeNiscoc8e7f412018-08-03 11:02:24 -04001.. _removedpdkplugin:
2
3.. toctree::
4
5Removing the DPDK Plugin
6------------------------
7
8For the purposes of this tutorial, the dpdk plugin will be removed.
9To do this edit the *startup.conf* file with the following,
10your *startup.conf* file may already have this line commented, and may just need to
11uncomment it:
12
13.. code-block:: console
14
15 plugins
16 {
17 plugin dpdk_plugin.so { disable }
18 }