aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/irdma/ws.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-06-02RDMA/irdma: Add QoS definitionsMustafa Ismail1-0/+41
Add definitions for managing the RDMA HW work scheduler (WS) tree. A WS node is created via a control QP operation with the bandwidth allocation, arbitration scheme, and traffic class of the QP specified. The Qset handle returned associates the QoS parameters for the QP. The Qset is registered with the LAN and an equivalent node is created in the LAN packet scheduler tree. Link: https://lore.kernel.org/r/20210602205138.889-7-shiraz.saleem@intel.com Signed-off-by: Mustafa Ismail <mustafa.ismail@intel.com> Signed-off-by: Shiraz Saleem <shiraz.saleem@intel.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>