Home
last modified time | relevance | path

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

/dpdk/examples/distributor/
H A Dmain.c706 int distr_core_id = -1, rx_core_id = -1, tx_core_id = -1; in main() local
823 if (tx_core_id < 0) { in main()
824 tx_core_id = lcore_id; in main()
840 lcore_id == (unsigned int)tx_core_id) in main()
852 if (tx_core_id < 0) { in main()
853 tx_core_id = lcore_id; in main()
860 tx_core_id, in main()
871 lcore_id == (unsigned int)tx_core_id) in main()
888 dist_tx_ring, tx_core_id); in main()
/dpdk/examples/ipsec-secgw/
H A Devent_helper.c514 tx_adapter->tx_core_id = -1; in eh_set_default_conf_tx_adapter()
517 tx_adapter->tx_core_id = eh_get_next_eth_core(em_conf); in eh_set_default_conf_tx_adapter()
982 if (tx_adapter->tx_core_id != lcore_id) in eh_start_worker_eth_core()
1247 if (adapter->tx_core_id == (uint32_t) (-1)) { in eh_tx_adapter_configure()
1433 if (adapter->tx_core_id == (uint32_t)-1) in eh_display_tx_adapter_conf()
1436 else if (adapter->tx_core_id == RTE_MAX_LCORE) in eh_display_tx_adapter_conf()
1442 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