mbox

[0/2] fix MMO QP usage

Message ID 20211028135850.6633-1-rzidane@nvidia.com (mailing list archive)
Headers

Message

Raja Zidane Oct. 28, 2021, 1:58 p.m. UTC
  0x20 reserved bytes were missed in the HCA cap PRM structure before the
newly added fields for MMO QP capabilities, that caused reading MMO QP
caps incorrectly.
The QP extension valid bit was not set in the QP creation for MMO
configuration.
That caused the QP not to be connected to the GGA MMO engines,
and any MMO WQE job got CQE with an error.

Raja Zidane (2):
  common/mlx5: fix HCA cap PRM alignment
  common/mlx5: fix MMO configuration in QP

 drivers/common/mlx5/mlx5_devx_cmds.c | 2 ++
 drivers/common/mlx5/mlx5_prm.h       | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)