Home
last modified time | relevance | path

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

/dpdk/examples/packet_ordering/
H A Dmain.c489 const unsigned xor_val = (nb_ports > 1); in worker_thread() local
511 burst_buffer[i++]->port ^= xor_val; in worker_thread()
/dpdk/examples/distributor/
H A Dmain.c577 const unsigned xor_val = (rte_eth_dev_count_avail() > 1); in lcore_worker() local
594 buf[i]->port ^= xor_val; in lcore_worker()