mbox

[pull,request,net,00/12] Mellanox, mlx5 fixes 2019-11-20

Message ID 20191120203519.24094-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-2019-11-20

Message

Saeed Mahameed Nov. 20, 2019, 8:35 p.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 v4.9:
 ('net/mlx5e: Fix set vf link state error flow')

For -stable v4.14
 ('net/mlxfw: Verify FSM error code translation doesn't exceed array size')

For -stable v4.19
 ('net/mlx5: Fix auto group size calculation')

For -stable v5.3
 ('net/mlx5e: Fix error flow cleanup in mlx5e_tc_tun_create_header_ipv4/6')
 ('net/mlx5e: Do not use non-EXT link modes in EXT mode')
 ('net/mlx5: Update the list of the PCI supported devices')

Thanks,
Saeed.

---
The following changes since commit 6e4ff1c94a0477598ddbe4da47530aecdb4f7dff:

  mdio_bus: Fix init if CONFIG_RESET_CONTROLLER=n (2019-11-19 19:17:20 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-fixes-2019-11-20

for you to fetch changes up to 30e9e0550bf693c94bc15827781fe42dd60be634:

  net/mlxfw: Verify FSM error code translation doesn't exceed array size (2019-11-20 12:33:06 -0800)

----------------------------------------------------------------
mlx5-fixes-2019-11-20

----------------------------------------------------------------
Alex Vesker (3):
      net/mlx5: DR, Fix invalid EQ vector number on CQ creation
      net/mlx5: DR, Skip rehash for tables with byte mask zero
      net/mlx5: DR, Limit STE hash table enlarge based on bytemask

Eli Cohen (2):
      net/mlx5e: Fix error flow cleanup in mlx5e_tc_tun_create_header_ipv4/6
      net/mlx5e: Fix ingress rate configuration for representors

Eran Ben Elisha (2):
      net/mlx5e: Do not use non-EXT link modes in EXT mode
      net/mlxfw: Verify FSM error code translation doesn't exceed array size

Maor Gottlieb (1):
      net/mlx5: Fix auto group size calculation

Marina Varshaver (1):
      net/mlx5e: Add missing capability bit check for IP-in-IP

Roi Dayan (1):
      net/mlx5e: Fix set vf link state error flow

Shani Shapp (1):
      net/mlx5: Update the list of the PCI supported devices

Vlad Buslov (1):
      net/mlx5e: Reorder mirrer action parsing to check for encap first

 .../net/ethernet/mellanox/mlx5/core/en/tc_tun.c    | 18 ++++++++-----
 .../net/ethernet/mellanox/mlx5/core/en_ethtool.c   | 12 ++++-----
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c  |  5 +++-
 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c    | 31 +++++++++++-----------
 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c  |  2 +-
 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c  | 10 ++++---
 drivers/net/ethernet/mellanox/mlx5/core/fs_core.h  |  1 +
 drivers/net/ethernet/mellanox/mlx5/core/main.c     |  1 +
 .../ethernet/mellanox/mlx5/core/steering/dr_rule.c | 15 +++++++++++
 .../ethernet/mellanox/mlx5/core/steering/dr_send.c |  4 ++-
 .../ethernet/mellanox/mlx5/core/steering/dr_ste.c  | 22 +--------------
 drivers/net/ethernet/mellanox/mlxfw/mlxfw_fsm.c    |  2 ++
 12 files changed, 67 insertions(+), 56 deletions(-)

Comments

David Miller Nov. 20, 2019, 9:24 p.m. UTC | #1
From: Saeed Mahameed <saeedm@mellanox.com>
Date: Wed, 20 Nov 2019 20:35:41 +0000

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

Pulled.

> For -stable v4.9:
>  ('net/mlx5e: Fix set vf link state error flow')
> 
> For -stable v4.14
>  ('net/mlxfw: Verify FSM error code translation doesn't exceed array size')
> 
> For -stable v4.19
>  ('net/mlx5: Fix auto group size calculation')
> 
> For -stable v5.3
>  ('net/mlx5e: Fix error flow cleanup in mlx5e_tc_tun_create_header_ipv4/6')
>  ('net/mlx5e: Do not use non-EXT link modes in EXT mode')
>  ('net/mlx5: Update the list of the PCI supported devices')

Queued up.