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,
when i run ib_send_bw with freeflow,there is a warning: BlueFlame available, but failed to mmap() BlueFlame page, just like :
does this matters? becuase the ib_send_bw hangs after that, and can not get the result, i wander if this warning is related to the problem.
The text was updated successfully, but these errors were encountered:
Check if FFL and FFR successfully share the same SHMEM IPC namespace, ie /dev/shm/*, otherwise ib_send_bw will be stuck since they use SHMEM to do some data-path operations when ffrouter working in fast-path mode.
Note that -e --ipc=container:router1 makes --ipc=container:router1 an environment variable instead of reusing router1's IPC namespace, so you'd better remove -e to fix it.
PS This has nothing to do with the warning you mentioned.
Thanks very much for your helpful advice.
I follow your suggest to remove -e and it works!
Now, I have another question : How can i use low-cpu mode instead of fast-path mode?
Hi,
when i run ib_send_bw with freeflow,there is a warning: BlueFlame available, but failed to mmap() BlueFlame page, just like :
does this matters? becuase the ib_send_bw hangs after that, and can not get the result, i wander if this warning is related to the problem.
The text was updated successfully, but these errors were encountered: