Hi all,
I am trying to make a custom congestion control (CC) on Connect-X 5. For that, I need to be able to control the transmission rate of each QP rapidly, ideally in ms granularity. I’ve been experimenting with ibv_modify_qp_rate_limit
, but it sometimes stall the packet transmission (up to 300ms), which is far too long for a CC.
Is there a a way to change the transmission rate at a higher frequencies?