Add psutil to testing virtualenv
[vpp.git] / docs / guides / progressivevpp / removedpdkplugin.rst
1 .. _removedpdkplugin:
2
3 .. toctree::
4
5 Removing the DPDK Plugin
6 ------------------------
7
8 For the purposes of this tutorial, the dpdk plugin will be removed. 
9 To do this edit the *startup.conf* file with the following, 
10 your *startup.conf* file may already have this line commented, and may just need to 
11 uncomment it:
12
13 .. code-block:: console
14
15     plugins
16     {
17         plugin dpdk_plugin.so { disable }
18     }