On 06/04/2017 07:37, Andrew Li (zhaoxili) wrote:
Hi vpp-dev,

I’m trying to run VPP without dpdk enabled. According to previous mails, looks 
like I need to add this to startup.conf:
plugins {
     plugin dpdk_plugin.so { disable }
}
However when I restart VPP, it was not happy with the fact that DPDK was gone:
…
Apr  5 23:28:12 guestendpoint-vpp-vxlan-jkulrk-server-1 vpp[2805]: 
load_one_plugin:103: Plugin disabled: dpdk_plugin.so
…
Apr  5 23:28:12 guestendpoint-vpp-vxlan-jkulrk-server-1 vpp[2805]: 
vlib_call_all_config_functions: unknown input `dpdk  '
Apr  5 23:28:12 guestendpoint-vpp-vxlan-jkulrk-server-1 systemd[1]: 
vpp.service: Main process exited, code=exited, status=1/FAILURE

Is there a way to gracefully stop VPP from using DPDK (like we did in VPP-lite)?

I think you just need to comment out the dpdk section, as was done in the following change:
https://gerrit.fd.io/r/#/c/5837/

Regards,
Sergio

Thanks,
Andrew
_______________________________________________
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mailman/listinfo/vpp-dev


_______________________________________________
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mailman/listinfo/vpp-dev

Reply via email to