On Tue, 17 Aug 2021 01:51:14 +0000 "Dong, Shaojie (NSB - CN/Hangzhou)" <[email protected]> wrote:
> Hi, DPDK expert > > > > We updated dpdk version from 18.05 to 20.11 > > > > Using following parameter to call rte_eal_init() with secondary instance Which additional thread? When you start rte_eal_init it needs to create several additional sleeping thread for monitoring. If you don't want the worker/slave threads then either only use a cpuset with a single CPU, or don't call rte_eal_launch()
