Home
last modified time | relevance | path

Searched refs:tx_core_id (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/examples/distributor/
H A Dmain.c710 int distr_core_id = -1, rx_core_id = -1, tx_core_id = -1; in main() local
827 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()
/f-stack/dpdk/examples/ipsec-secgw/
H A Devent_helper.c510 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()
H A Devent_helper.h134 uint32_t tx_core_id; member