Hello,
I have read the page about how to add plugin in VPP : https://fd.io/docs/vpp/master/gettingstarted/developers/add_plugin.html. However, the page describes that plugins can be added before VPP starts. I wonder if VPP can add plugins when VPP is running. I found comments in file src/vlib/unix/plugin.h : " If an application calls vlib_load_new_plugins() -- possibly after * changing vlib_plugin_main.plugin_path / vlib_plugin_main.plugin_name_filter, * -- new plugins will be loaded. That, in turn, allows considerable * flexibility in terms of adding feature code or fixing bugs without * requiring the data-plane process to restart. " It seems that VPP can add plugins when VPP is running. Can someone show me how to achive it ? Thanks, chupenghong
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14875): https://lists.fd.io/g/vpp-dev/message/14875 Mute This Topic: https://lists.fd.io/mt/68267897/21656 Group Owner: [email protected] Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
