Skip to content
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

Create compatible build artifact #24

Open
velomatt opened this issue Feb 9, 2023 · 0 comments · May be fixed by #25
Open

Create compatible build artifact #24

velomatt opened this issue Feb 9, 2023 · 0 comments · May be fixed by #25
Assignees

Comments

@velomatt
Copy link
Contributor

velomatt commented Feb 9, 2023

Presently dss-sdk artifacts (nfmf_tgt, mkfs_blobfs) are not compatible on CPUs with different features than the system they were built on.

This is a problem because artifacts built on AWS tend to be "latest and greatest" using features not are not readily available on CPUs used by mere mortals.

This is a result of CPU optimizations that happen when building DPDK.

We should limit optimizations so that the resulting binaries are compatible on all CPU's for the appropriate architecture (eg: amd x86-64).

@velomatt velomatt linked a pull request Feb 9, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants