Home
last modified time | relevance | path

Searched refs:rx_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
821 if (rx_core_id < 0) { in main()
822 rx_core_id = lcore_id; in main()
843 lcore_id == (unsigned int)rx_core_id || in main()
851 if (rx_core_id < 0) { in main()
852 rx_core_id = lcore_id; in main()
866 rx_core_id); in main()
874 lcore_id == (unsigned int)rx_core_id || in main()
913 pr, rx_core_id); in main()
/f-stack/dpdk/examples/ipsec-secgw/
H A Devent_helper.c411 adapter->rx_core_id = -1; in eh_set_default_conf_rx_adapter()
414 adapter->rx_core_id = eh_get_next_eth_core(em_conf); in eh_set_default_conf_rx_adapter()
855 if (rx_adapter->rx_core_id != lcore_id) in eh_start_worker_eth_core()
1287 if (adapter->rx_core_id == (uint32_t)-1) in eh_display_rx_adapter_conf()
1290 else if (adapter->rx_core_id == RTE_MAX_LCORE) in eh_display_rx_adapter_conf()
1295 "\tRx core: %-2d", adapter->rx_core_id); in eh_display_rx_adapter_conf()
H A Devent_helper.h118 uint32_t rx_core_id; member