hi all, rte_get_tsc_cycles function slowly increase, gettimeofday function is normally increase. The following pseudo-code is my test example: ``` uint64_t hz = rte_get_tsc_hz(); uint64_t start_cycles = rte_get_tsc_cycles(); // running on first cpuuint64_t start_time = gettimeofday(); // running on first cpu