Home
last modified time | relevance | path

Searched refs:xor_val (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/examples/packet_ordering/
H A Dmain.c485 const unsigned xor_val = (nb_ports > 1); in worker_thread() local
507 burst_buffer[i++]->port ^= xor_val; in worker_thread()
/f-stack/dpdk/examples/distributor/
H A Dmain.c581 const unsigned xor_val = (rte_eth_dev_count_avail() > 1); in lcore_worker() local
598 buf[i]->port ^= xor_val; in lcore_worker()