blob: b64e1f0d197da952c319fc781007b85d926a280f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 }
}
|