-
Notifications
You must be signed in to change notification settings - Fork 330
Description
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.