Hi All, I have a requirement where I would need to fork secondary process from a primary process. In the latest implementation of DPDK is this model supported?. Meaning in the parent process I would do rte_eal_init as primary and in the child processes, I would invoke rte_eal_init as secondary processes.
Thanks, Param.