Hi, I have compiled VPP v22.02 on Centos 8.4. I was able to compile it. But when I installed it and modified /etc/vpp/startup.conf, vpp service is not able to come up. I added below sections in /etc/vpp/startup.conf:-
dpdk { socket-mem 1024 dev 0000:00:08.0 dev 0000:00:09.0 dev 0000:00:0a.0 dev 0000:00:0b.0 } plugins { ## Adjusting the plugin path depending on where the VPP plugins are # path /ws/vpp/build-root/install-vpp-native/vpp/lib/vpp_plugins ## Disable all plugins by default and then selectively enable specific plugins # plugin default { disable } # plugin dpdk_plugin.so { enable } # plugin acl_plugin.so { enable } plugin linux_cp_plugin.so { enable } plugin linux_nl_plugin.so { enable } ## Enable all plugins by default and then selectively disable specific plugins # plugin dpdk_plugin.so { disable } # plugin acl_plugin.so { disable } } linux-cp { default netns dataplane interface-auto-create } VPP service log is showing error for the highlighted sections:- vlib_call_all_config_functions: unknown input `dpdk socket-mem 1024 dev 0000:00:08.0 dev 0000:00:09.0 ' vlib_call_all_config_functions: unknown input `linux-cp default netns dataplane interface-auto-create ' I have compiled VPP with all the plugins mentioned above. In "/usr/lib/vpp_plugins/" I can see .so files i.e dpdk_plugin.so, linux_cp_plugin.so, linux_nl_plugin.so Can you please help us if we are missing out something? Thanks and Regards, Chinmaya Agarwal.
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#21444): https://lists.fd.io/g/vpp-dev/message/21444 Mute This Topic: https://lists.fd.io/mt/91312985/21656 Group Owner: vpp-dev+ow...@lists.fd.io Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-