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
Hi Team,
I am using dpdk-ans to test dpdk-iperf. But while executing install_deps.sh, I get below error message and not able to compile further.
"Your native march is none of westmere/sandybridge/ivybridge/haswell/broadwell/knl."
"You may generate librte_ans.a/librte_anssock.a based on your -mnative by manual,"
My system has -march as "skylake" and other architecture other than westmere/sandybridge/ivybridge/haswell/broadwell/knl". "gcc -c -Q -march=native --help=target | grep march | sed 's/[[:space:]]//g'
-march=skylake
" How to generate librte_ans, libret_anscli, librte_anssock for other march?. Is there any reference document ?
Please let me know any changes to be made?
Hi Team,
I am using dpdk-ans to test dpdk-iperf. But while executing install_deps.sh, I get below error message and not able to compile further.
"Your native march is none of westmere/sandybridge/ivybridge/haswell/broadwell/knl."
"You may generate librte_ans.a/librte_anssock.a based on your -mnative by manual,"
My system has -march as "skylake" and other architecture other than westmere/sandybridge/ivybridge/haswell/broadwell/knl".
"gcc -c -Q -march=native --help=target | grep march | sed 's/[[:space:]]//g'
-march=skylake
"
How to generate librte_ans, libret_anscli, librte_anssock for other march?. Is there any reference document ?
Please let me know any changes to be made?
@bluenet13 @jiakai1000 @forsakening Let me know any inputs on this.
Waiting for your response.
Thanks.
The text was updated successfully, but these errors were encountered: