Re: [PATCH v2] eal/linux: fix fbarray name with multiple secondaryprocesses

2024-11-15 Thread Zhou congjie
On Fri, 15 Nov 2024, Stephen Hemminger wrote: > Need to include to get the prototype rte_get_tsc_cycles() For the code without could run on x86, I think I have found the reason. Through the path -> -> , the is included. is independent on each architecture. And on x86 the includes its

Re: [PATCH v2] eal/linux: fix fbarray name with multiple secondaryprocesses

2024-11-15 Thread Zhou congjie
On Fri, 15 Nov 2024, Stephen Hemminger wrote: > Need to include to get the prototype rte_get_tsc_cycles() When I compile locally (on x86), it compiles successfully whether or not is included. However, cloud testing indicates that compilation fails on other architectures when is not include