]> git.droids-corp.org - dpdk.git/commit
common/mlx5: fix MMO configuration in DevX queue pair
authorRaja Zidane <rzidane@nvidia.com>
Thu, 28 Oct 2021 13:58:50 +0000 (13:58 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 8 Nov 2021 08:36:27 +0000 (09:36 +0100)
commitf66898ebd0d96462bd037b37157054175a75f049
tree892dfa99fd24cef68ea4e1f66b456371f369863e
parent4b99fe057748a20dfc160cf7f585a60e707182ed
common/mlx5: fix MMO configuration in DevX queue pair

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.
Set the QP ext bit when MMO is configured.

Fixes: ddda0006188a ("common/mlx5: add MMO configuration for DevX queue pair")
Signed-off-by: Raja Zidane <rzidane@nvidia.com>
Acked-by: Matan Azrad <matan@nvidia.com>
drivers/common/mlx5/mlx5_devx_cmds.c