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
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: