mbox

[0/3] mlx5: relaxed ordering fixes

Message ID 1589286106-23411-1-git-send-email-shirik@mellanox.com (mailing list archive)
Headers

Message

Shiri Kuzin May 12, 2020, 12:21 p.m. UTC
  Fixed some bugs regarding relaxed ordering in mlx5.

Shiri Kuzin (3):
  common/mlx5: fix relaxed ordering support detection
  common/mlx5: fix relaxed ordering count object
  common/mlx5: disable relaxed ordering in unsuitable cpus

 drivers/common/mlx5/Makefile         |  5 +++
 drivers/common/mlx5/meson.build      |  2 +
 drivers/common/mlx5/mlx5_common.c    | 82 ++++++++++++++++++++++++++++++++++++
 drivers/common/mlx5/mlx5_common.h    |  2 +
 drivers/common/mlx5/mlx5_common_mr.c |  6 ++-
 drivers/common/mlx5/mlx5_devx_cmds.c |  4 ++
 drivers/common/mlx5/mlx5_devx_cmds.h |  2 +
 drivers/common/mlx5/mlx5_glue.h      |  2 +-
 drivers/common/mlx5/mlx5_prm.h       |  3 +-
 drivers/net/mlx5/mlx5_flow_dv.c      |  9 ++--
 10 files changed, 110 insertions(+), 7 deletions(-)