All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 20.11 0/5] mlx5: some fixes
@ 2022-02-21 19:29 Michael Baum
  2022-02-21 19:29 ` [PATCH 20.11 1/5] common/mlx5: add minimum WQE size for striding RQ Michael Baum
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Michael Baum @ 2022-02-21 19:29 UTC (permalink / raw)
  To: dev; +Cc: Matan Azrad, Viacheslav Ovsiienko, akozyrev

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

Cc: akozyrev@nvidia.com

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-02-21 19:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-21 19:29 [PATCH 20.11 0/5] mlx5: some fixes Michael Baum
2022-02-21 19:29 ` [PATCH 20.11 1/5] common/mlx5: add minimum WQE size for striding RQ Michael Baum
2022-02-21 19:29 ` [PATCH 20.11 2/5] net/mlx5: improve stride parameter names Michael Baum
2022-02-21 19:29 ` [PATCH 20.11 3/5] net/mlx5: fix MPRQ stride devargs adjustment Michael Baum
2022-02-21 19:29 ` [PATCH 20.11 4/5] net/mlx5: fix memory socket selection in ASO management Michael Baum
2022-02-21 19:29 ` [PATCH 20.11 5/5] common/mlx5: fix error handling in multi-class probe Michael Baum

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.