* primary (gdb) p rte_eth_devices[4] $5 = { rx_pkt_burst = 0x555555c07a15 , tx_pkt_burst = 0x555555c07c34 , tx_pkt_prepare = 0x0, data = 0x227ffb7f40, process_private = 0x0, dev_ops = 0x5555561d8a60 , device = 0x7ffff0000cc0, intr_handle = 0x0, link_intr_cbs = { tqh_first = 0x0, tqh_last = 0x5555563e3380 }, post_rx_burst_cbs = {0x0 }, pre_tx_burst_cbs = {0x0 }, state = RTE_ETH_DEV_ATTACHED, security_ctx = 0x0 } (gdb) p *rte_eth_devices[4].device $10 = { next = { tqe_next = 0x0, tqe_prev = 0x0 }, name = 0x7ffff00017e8 "eth_vhost1", driver = 0x555556210e30 , bus = 0x5555561ff940 , numa_node = -1, devargs = 0x7ffff00017d0 } * secondary (gdb) p rte_eth_devices[4] $5 = { rx_pkt_burst = 0x0, tx_pkt_burst = 0x0, tx_pkt_prepare = 0x0, data = 0x227ffb7f40, process_private = 0x0, dev_ops = 0x5555561d9a60 , device = 0x7fffe8007b70, intr_handle = 0x0, link_intr_cbs = { tqh_first = 0x0, tqh_last = 0x5555563e5280 }, post_rx_burst_cbs = {0x0 }, pre_tx_burst_cbs = {0x0 }, state = RTE_ETH_DEV_ATTACHED, security_ctx = 0x0 } (gdb) p *rte_eth_devices[4].device $8 = { next = { tqe_next = 0x0, tqe_prev = 0x0 }, name = 0x7fffe8007ac8 "eth_vhost1", driver = 0x555556211ef0 , bus = 0x555556200a00 , numa_node = -1, devargs = 0x7fffe8007ab0 }