mbox

[pull,request,net,0/7] Mellanox, mlx5 fixes 2020-02-18

Message ID 20200219030548.13215-1-saeedm@mellanox.com
State Accepted
Delegated to: David Miller
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-fixes-2020-02-18

Message

Saeed Mahameed Feb. 19, 2020, 3:06 a.m. UTC
Hi Dave,

This series introduces some fixes to mlx5 driver.

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

For -stable v5.3
 ('net/mlx5: Fix sleep while atomic in mlx5_eswitch_get_vepa')

For -stable v5.4
 ('net/mlx5: DR, Fix matching on vport gvmi')
 ('net/mlx5e: Fix crash in recovery flow without devlink reporter')

For -stable v5.5
 ('net/mlx5e: Reset RQ doorbell counter before moving RQ state from RST to RDY')
 ('net/mlx5e: Don't clear the whole vf config when switching modes')

Thanks,
Saeed.

---
The following changes since commit 9facfdb5467382a21fc0bd4211ced26c06f28832:

  netlabel_domainhash.c: Use built-in RCU list checking (2020-02-18 12:44:23 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-fixes-2020-02-18

for you to fetch changes up to 13a7e459a41a56d788ab33d825c6205379bbb711:

  net/mlx5: DR, Handle reformat capability over sw-steering tables (2020-02-18 19:01:20 -0800)

----------------------------------------------------------------
mlx5-fixes-2020-02-18

----------------------------------------------------------------
Aya Levin (2):
      net/mlx5e: Reset RQ doorbell counter before moving RQ state from RST to RDY
      net/mlx5e: Fix crash in recovery flow without devlink reporter

Dmytro Linkin (1):
      net/mlx5e: Don't clear the whole vf config when switching modes

Erez Shitrit (1):
      net/mlx5: DR, Handle reformat capability over sw-steering tables

Hamdan Igbaria (1):
      net/mlx5: DR, Fix matching on vport gvmi

Huy Nguyen (1):
      net/mlx5: Fix sleep while atomic in mlx5_eswitch_get_vepa

Paul Blakey (1):
      net/mlx5: Fix lowest FDB pool size

 .../net/ethernet/mellanox/mlx5/core/en/health.c    |  2 +-
 drivers/net/ethernet/mellanox/mlx5/core/en/txrx.h  |  8 +++++
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c  |  3 ++
 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c  | 20 +++++------
 .../ethernet/mellanox/mlx5/core/eswitch_offloads.c |  4 +--
 .../mellanox/mlx5/core/eswitch_offloads_chains.c   |  2 +-
 .../ethernet/mellanox/mlx5/core/steering/dr_ste.c  |  5 ++-
 .../ethernet/mellanox/mlx5/core/steering/fs_dr.c   |  9 +++--
 drivers/net/ethernet/mellanox/mlx5/core/wq.c       | 39 +++++++++++++++++-----
 drivers/net/ethernet/mellanox/mlx5/core/wq.h       |  2 ++
 include/linux/mlx5/mlx5_ifc.h                      |  5 ++-
 11 files changed, 70 insertions(+), 29 deletions(-)

Comments

David Miller Feb. 19, 2020, 6:35 p.m. UTC | #1
From: Saeed Mahameed <saeedm@mellanox.com>
Date: Wed, 19 Feb 2020 03:06:20 +0000

> This series introduces some fixes to mlx5 driver.
> 
> Please pull and let me know if there is any problem.

Pulled.

> For -stable v5.3
>  ('net/mlx5: Fix sleep while atomic in mlx5_eswitch_get_vepa')
> 
> For -stable v5.4
>  ('net/mlx5: DR, Fix matching on vport gvmi')
>  ('net/mlx5e: Fix crash in recovery flow without devlink reporter')
> 
> For -stable v5.5
>  ('net/mlx5e: Reset RQ doorbell counter before moving RQ state from RST to RDY')
>  ('net/mlx5e: Don't clear the whole vf config when switching modes')

Queued up.

Thank you.