netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [pull request][net 00/12] Mellanox, mlx5 fixes 2019-11-20
@ 2019-11-20 20:35 Saeed Mahameed
  2019-11-20 20:35 ` [net 01/12] net/mlx5e: Fix error flow cleanup in mlx5e_tc_tun_create_header_ipv4/6 Saeed Mahameed
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Saeed Mahameed @ 2019-11-20 20:35 UTC (permalink / raw)
  To: David S. Miller; +Cc: netdev@vger.kernel.org, Saeed Mahameed

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(-)

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

end of thread, other threads:[~2019-11-20 21:25 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-20 20:35 [pull request][net 00/12] Mellanox, mlx5 fixes 2019-11-20 Saeed Mahameed
2019-11-20 20:35 ` [net 01/12] net/mlx5e: Fix error flow cleanup in mlx5e_tc_tun_create_header_ipv4/6 Saeed Mahameed
2019-11-20 20:35 ` [net 02/12] net/mlx5e: Fix ingress rate configuration for representors Saeed Mahameed
2019-11-20 20:35 ` [net 03/12] net/mlx5e: Reorder mirrer action parsing to check for encap first Saeed Mahameed
2019-11-20 20:35 ` [net 04/12] net/mlx5: DR, Fix invalid EQ vector number on CQ creation Saeed Mahameed
2019-11-20 20:35 ` [net 05/12] net/mlx5: DR, Skip rehash for tables with byte mask zero Saeed Mahameed
2019-11-20 20:35 ` [net 06/12] net/mlx5: DR, Limit STE hash table enlarge based on bytemask Saeed Mahameed
2019-11-20 20:35 ` [net 07/12] net/mlx5e: Fix set vf link state error flow Saeed Mahameed
2019-11-20 20:35 ` [net 08/12] net/mlx5e: Do not use non-EXT link modes in EXT mode Saeed Mahameed
2019-11-20 20:35 ` [net 09/12] net/mlx5e: Add missing capability bit check for IP-in-IP Saeed Mahameed
2019-11-20 20:36 ` [net 10/12] net/mlx5: Fix auto group size calculation Saeed Mahameed
2019-11-20 20:36 ` [net 11/12] net/mlx5: Update the list of the PCI supported devices Saeed Mahameed
2019-11-20 20:36 ` [net 12/12] net/mlxfw: Verify FSM error code translation doesn't exceed array size Saeed Mahameed
2019-11-20 21:24 ` [pull request][net 00/12] Mellanox, mlx5 fixes 2019-11-20 David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).