Searched refs:tx_core_id (Results 1 – 3 of 3) sorted by relevance
710 int distr_core_id = -1, rx_core_id = -1, tx_core_id = -1; in main() local827 if (tx_core_id < 0) { in main()828 tx_core_id = lcore_id; in main()844 lcore_id == (unsigned int)tx_core_id) in main()856 if (tx_core_id < 0) { in main()857 tx_core_id = lcore_id; in main()864 tx_core_id, in main()875 lcore_id == (unsigned int)tx_core_id) in main()892 dist_tx_ring, tx_core_id); in main()
510 tx_adapter->tx_core_id = -1; in eh_set_default_conf_tx_adapter()513 tx_adapter->tx_core_id = eh_get_next_eth_core(em_conf); in eh_set_default_conf_tx_adapter()888 if (tx_adapter->tx_core_id != lcore_id) in eh_start_worker_eth_core()1153 if (adapter->tx_core_id == (uint32_t) (-1)) { in eh_tx_adapter_configure()1339 if (adapter->tx_core_id == (uint32_t)-1) in eh_display_tx_adapter_conf()1342 else if (adapter->tx_core_id == RTE_MAX_LCORE) in eh_display_tx_adapter_conf()1348 adapter->tx_core_id, adapter->tx_ev_queue); in eh_display_tx_adapter_conf()
134 uint32_t tx_core_id; member