Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_pie.c109 static const uint64_t port_speed_bytes = (10ULL*1000ULL*1000ULL*1000ULL)/8ULL; variable
114 double cycles_per_byte = (double)(cpu_clock) / (double)(port_speed_bytes); in init_port_ts()
H A Dtest_red.c118 static const uint64_t port_speed_bytes = (10ULL*1000ULL*1000ULL*1000ULL)/8ULL; variable
124 double cycles_per_byte = (double)(cpu_clock) / (double)(port_speed_bytes); in init_port_ts()
126 pkt_time_usec = 1000000.0 / ((double)port_speed_bytes / (double)RTE_RED_S); in init_port_ts()