-
Notifications
You must be signed in to change notification settings - Fork 156
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
Running vma inside docker container #1058
Comments
Hi @Cha465 the behavior is not container specific. |
Hi, I tried again with sockperf, specifying tcp connection:
[ 0] IP = 0.0.0.0 PORT = 11111 # TCP The performance is not ideal, and vma_stats -p <client_pid> is not showing a single line. What is the cause of this? Maybe the VMA ERROR must be fixed? |
could you try to set specific ip instead of 0.0.0.0. |
127.0.0.1 or ip inside the docker container give the same result. |
Of course, error should not be appeared. Example on the same node:
Statistic for server:
Launch client:
Statistic for client:
|
I got these results:
client
|
Did you launch on Mellanox device? Did you see any error messages from VMA? Use direct ip as mentioned before. |
|
Just use ip that is set on Mellanox NIC
It is strange. Did you use different users to set ulimit and launch application?
|
Hi, is it viable to preload libvma inside docker container, in a loopback scenario (server and client run in the same container)? I preload libvma.so before executable, but the output of strace still shows sendmsg/recvmsg syscalls, and vma_stats finds no offloaded packets.
The text was updated successfully, but these errors were encountered: