mbox series

[pull,request,net,V2,0/7] Mellanox, mlx5 fixes 2020-04-29

Message ID 20200430162551.14997-1-saeedm@mellanox.com
Headers show
Series Mellanox, mlx5 fixes 2020-04-29 | expand

Message

Saeed Mahameed April 30, 2020, 4:25 p.m. UTC
Hi Dave,

This series introduces some fixes to mlx5 driver.

Please pull and let me know if there is any problem.

v2:
 - Dropped the ktls patch, Tariq has to check if it is fixable in the stack

For -stable v4.12
 ('net/mlx5: Fix forced completion access non initialized command entry')
 ('net/mlx5: Fix command entry leak in Internal Error State')

For -stable v5.4
 ('net/mlx5: DR, On creation set CQ's arm_db member to right value')
 
For -stable v5.6
 ('net/mlx5e: Fix q counters on uplink representors')

Thanks,
Saeed.

---
The following changes since commit 30724ccbfc8325cade4a2d36cd1f75b06341d9eb:

  Merge branch 'wireguard-fixes' (2020-04-29 14:23:05 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-fixes-2020-04-29

for you to fetch changes up to 67b38de646894c9a94fe4d6d17719e70cc6028eb:

  net/mlx5e: Fix q counters on uplink representors (2020-04-30 09:20:33 -0700)

----------------------------------------------------------------
mlx5-fixes-2020-04-29

----------------------------------------------------------------
Erez Shitrit (1):
      net/mlx5: DR, On creation set CQ's arm_db member to right value

Moshe Shemesh (2):
      net/mlx5: Fix forced completion access non initialized command entry
      net/mlx5: Fix command entry leak in Internal Error State

Parav Pandit (3):
      net/mlx5: E-switch, Fix error unwinding flow for steering init failure
      net/mlx5: E-switch, Fix printing wrong error value
      net/mlx5: E-switch, Fix mutex init order

Roi Dayan (1):
      net/mlx5e: Fix q counters on uplink representors

 drivers/net/ethernet/mellanox/mlx5/core/cmd.c          |  6 +++++-
 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c       |  9 ++-------
 .../net/ethernet/mellanox/mlx5/core/eswitch_offloads.c | 18 +++++++++---------
 .../net/ethernet/mellanox/mlx5/core/steering/dr_send.c | 14 +++++++++++++-
 4 files changed, 29 insertions(+), 18 deletions(-)