You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How did you conclude that VPP failed to start due to absence of AVX512 instruction set?
Could you share details of the bare metal server that you are using?
Lastly, you seem to be using an older version of Calico/VPP.
I deployed VPP(version 22.02, which same with Calico/VPP 3.23 VPP version) on a bare-metal without AVX512 instruction set support, and I noticed three differences in the logs compared to a bare-metal with AVX512 support.
with AVX512 support:
without AVX512 support:
we can see from above two pictures:
intel_uncore_init: no uncore units found
topdown-level2: not supported
memory-stalls: not supported
And i noticed in VPP code:
So i guess that it is possible that topdown and memory utilizes avx512 instruction set.
So i guess that it is possible that topdown and memory utilizes avx512 instruction set.
Yes, going by the logs it certainly seems that way but I am not sure if that is reason enough for vpp to fail to start. Could you share the entire vpp logs? Are you able to reproduce it consistently on that server? Also, could you share the bare-metal server details so I can try and reproduce?
Environment
Issue description
Calico/VPP Cannot run on servers without AVX512 instruction set.
Calico/VPP logs
I dived into Calico/VPP code find the reason is VPP cannot start up, so I guess VPP cannot start up on server without AVX512 instruction set.
The text was updated successfully, but these errors were encountered: