-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
spdk target exits when running on system without AVX 512 #159
Labels
bug
Something isn't working
Comments
See here for how I proposed fixing this for p4-dpdk. |
for SPDK you can try
because
|
So folks are aware, the way to test this is as follows:
If all that works, we can merge this. |
Trying this now and following my instructions on verifying before we merge as above. |
Verified the pushed container image and the tests pass locally on my laptop using a Virtualbox VM. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The VMs which we are using to build SPDK and push to GHCR have AVX512. So if you try to run the container on a system that does not have AVX 512, it will fail.
The text was updated successfully, but these errors were encountered: