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:

plugins
{
    plugin dpdk_plugin.so { disable }
}