John DeNisco | c8e7f41 | 2018-08-03 11:02:24 -0400 | [diff] [blame] | 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 | } |