The root cause is that DPDK cannot detect any available Ethernet devices, i.e., rte_eth_dev_count_avail() returns 0. This is one of the most frequently reported issues in the F-Stack community, with ...