I was trying to call ibv_post_send multiple times on CX7. Most of the setting are the same:
- I used the same QP,
- the QP state was not changed between these two calles,
- the parameters for ibv_post_send is almost the same, except for the memory address and local key.
But the second ibv_post_send call never seems to work. It returns 0, but no packet is generated.
Interestingly, CX-5 does not have this problem, only CX-7 has. Are there specific settings for this to work on CX-7?