On Fri, 15 Nov 2024, Stephen Hemminger wrote: > Need to include <rte_cycles.h> to get the prototype rte_get_tsc_cycles()
When I compile locally (on x86), it compiles successfully whether or not <rte_cycles.h> is included. However, cloud testing indicates that compilation fails on other architectures when <rte_cycles.h> is not included. Is <rte_cycles.h> the cause of the compilation failure? If so, I'm curious why this is the case.