This series from Bodong extends verbs packet pacing to use burst information. This enhancement enables an application to achieve best performance and accuracy by better controlling the QP send rate limit. The matching kernel part was lastly sent into rdma-next. PR was sent: https://github.com/linux-rdma/rdma-core/pull/307 Yishai Bodong Wang (2): verbs: Extend verbs packet pacing QP rate limiting with burst info mlx5: Support ibv_modify_qp_rate_limit libibverbs/driver.h | 2 + libibverbs/dummy_ops.c | 8 ++++ libibverbs/man/CMakeLists.txt | 1 + libibverbs/man/ibv_modify_qp_rate_limit.3 | 67 +++++++++++++++++++++++++++++++ libibverbs/verbs.h | 27 +++++++++++++ providers/mlx5/mlx5-abi.h | 19 ++++++++- providers/mlx5/mlx5.c | 1 + providers/mlx5/mlx5.h | 3 ++ providers/mlx5/verbs.c | 33 +++++++++++++++ 9 files changed, 160 insertions(+), 1 deletion(-) create mode 100644 libibverbs/man/ibv_modify_qp_rate_limit.3 -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html