[PATCH 20.11 v2 0/5] mlx5: some fixes

Michael Baum michaelba at nvidia.com
Wed Feb 23 17:07:08 CET 2022


Backport some fixes to 20.11.5

The upstream commits:
 - 10599cf83e  common/mlx5: add minimum WQE size for striding RQ
 - 8928997a13  common/mlx5: fix error handling in multi-class probe
 - 147f6fb42b  net/mlx5: fix memory socket selection in ASO management
 - 34776af600  net/mlx5: fix MPRQ stride devargs adjustment
 - 0947ed380f  net/mlx5: improve stride parameter names

The following commit [1] sent by Alexander Kozyrev fixes one of them
[2], so I integrated it inside.

[1] 728b6447e7  net/mlx5: fix MPRQ WQE size assertion

[2] 34776af600  net/mlx5: fix MPRQ stride devargs adjustment 


v2: apply on the correct branch.


Michael Baum (5):
  common/mlx5: add minimum WQE size for striding RQ
  net/mlx5: improve stride parameter names
  net/mlx5: fix MPRQ stride devargs adjustment
  net/mlx5: fix memory socket selection in ASO management
  common/mlx5: fix error handling in multi-class probe

 drivers/common/mlx5/mlx5_common_pci.c |   7 +-
 drivers/common/mlx5/mlx5_devx_cmds.c  |  28 +++
 drivers/common/mlx5/mlx5_devx_cmds.h  |   1 +
 drivers/common/mlx5/mlx5_prm.h        |  38 +++-
 drivers/net/mlx5/linux/mlx5_os.c      |  48 ++---
 drivers/net/mlx5/linux/mlx5_verbs.c   |   4 +-
 drivers/net/mlx5/mlx5.c               |   4 +-
 drivers/net/mlx5/mlx5.h               |  12 +-
 drivers/net/mlx5/mlx5_defs.h          |   4 +-
 drivers/net/mlx5/mlx5_devx.c          |   4 +-
 drivers/net/mlx5/mlx5_flow_age.c      |  27 ++-
 drivers/net/mlx5/mlx5_rxq.c           | 249 +++++++++++++++++---------
 drivers/net/mlx5/mlx5_rxtx.c          |  22 +--
 drivers/net/mlx5/mlx5_rxtx.h          |  10 +-
 drivers/net/mlx5/mlx5_rxtx_vec.c      |   8 +-
 15 files changed, 290 insertions(+), 176 deletions(-)

-- 
2.25.1



More information about the stable mailing list