mirror of
https://github.com/torvalds/linux.git
synced 2026-09-20 09:40:02 +02:00
Rate limit transition validation for RC QPs currently relies on the IB core qp_state_table. Add a driver-level helper to validate the rate limit attribute directly during QP modify, ensuring it is only accepted for RC QPs in INIT->RTR, RTR->RTS and RTS->RTS transitions. This makes the driver responsible for rate limit validation and prepares for a follow-up IB core change that delegates IB_QP_RATE_LIMIT and all future non-standard modify attributes handling to individual vendor drivers. Signed-off-by: Maher Sanalla <msanalla@nvidia.com> Reviewed-by: Michael Guralnik <michaelgur@nvidia.com> Signed-off-by: Edward Srouji <edwards@nvidia.com> Link: https://patch.msgid.link/20260524-packet-pacing-v1-7-3d79439f8d08@nvidia.com Signed-off-by: Leon Romanovsky <leon@kernel.org> |
||
|---|---|---|
| .. | ||
| ionic_admin.c | ||
| ionic_controlpath.c | ||
| ionic_datapath.c | ||
| ionic_fw.h | ||
| ionic_hw_stats.c | ||
| ionic_ibdev.c | ||
| ionic_ibdev.h | ||
| ionic_lif_cfg.c | ||
| ionic_lif_cfg.h | ||
| ionic_pgtbl.c | ||
| ionic_queue.c | ||
| ionic_queue.h | ||
| ionic_res.h | ||
| Kconfig | ||
| Makefile | ||