[dpdk-dev] [PATCH 0/3] mlx5: relaxed ordering fixes

Shiri Kuzin shirik at mellanox.com
Tue May 12 14:21:43 CEST 2020


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(-)

-- 
1.8.3.1



More information about the dev mailing list