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

Won't work on Azure #106

Open
shemminger opened this issue Jun 25, 2019 · 1 comment
Open

Won't work on Azure #106

shemminger opened this issue Jun 25, 2019 · 1 comment

Comments

@shemminger
Copy link

There a couple of problems that keep dpdk-ans form working on Azure.

First the current CPU on bigger machine types is reported as core-avx2 by install-deps.sh.
Even if I just link in the haswell binaries, it still doesn't start because.

Second, the network interface on Azure is using failsafe PMD and MLX as a hidden device.
Even if you get the portmask right, it fails when I start it as:

ans -w a8f0:00:02.0 -l 4,5 -n 4 -- -p 0xf --config='(1,4,5)'

USER1: rte_ip_frag_table_create: allocated 25165952 bytes at socket 0
add veth1 device, kni id 0
USER8: LCORE[4] Interface veth1 if_capabilities: 0x800e
USER8: LCORE[4] Interface (veth1) isnt' added

Of course since this is all in your non open source code :-( No outside party can fix it.

@bluenet13
Copy link
Member

bluenet13 commented Jun 26, 2019

Please share your all startup log.

You may try below command.
ans -w a8f0:00:02.0 -l 4,5 -n 4 -- -p 0x1 --config="(0,0,5)".

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

No branches or pull requests

2 participants