Hello, I am looking to confirm worker_thread creation/deletion capabilities. The descriptions in ./src/vpp/conf/startup.conf suggest we must define the number of worker_threads up front. A code inspection of vlib_thread_init() seems to confirm this. I am looking to understand if that is correct, or if we can add/remove worker_threads from a live system over time as workloads come and go. My question presupposes we have proper NIC <--> worker_thread mgmt. prior to worker_thread shutdown/deletion, etc.
-MikeB