RDMA/irdma: Implement HW Admin Queue OPs
authorMustafa Ismail <mustafa.ismail@intel.com>
Wed, 2 Jun 2021 20:51:25 +0000 (15:51 -0500)
committerJason Gunthorpe <jgg@nvidia.com>
Wed, 2 Jun 2021 22:55:17 +0000 (19:55 -0300)
commit3f49d684256963d3f27dfb9d9ff228e2255be78d
tree134cd0f5ea8a1745265cb126a01d761f81780802
parent44d9e52977a1b90b0db1c7f8b197c218e9226520
RDMA/irdma: Implement HW Admin Queue OPs

The driver posts privileged commands to the HW
Admin Queue (Control QP or CQP) to request administrative
actions from the HW. Implement create/destroy of CQP
and the supporting functions, data structures and headers
to handle the different CQP commands

Link: https://lore.kernel.org/r/20210602205138.889-4-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>
drivers/infiniband/hw/irdma/ctrl.c [new file with mode: 0644]
drivers/infiniband/hw/irdma/defs.h [new file with mode: 0644]
drivers/infiniband/hw/irdma/irdma.h [new file with mode: 0644]
drivers/infiniband/hw/irdma/type.h [new file with mode: 0644]