Hi Dave,

This series contains two more patches from Eli, patch from Majd
to support PCI error handlers and a fix from Jack to mlx4 VFs
when probed without a provisioned mac address.

The patch set applied on top of net-next commit bbb300e "Merge branch 
'bridge-vlan'"

Or.

Eli Cohen (2):
  net/mlx5_core: Fix internal error detection conditions
  net/mlx5_core: Wait for FW readiness on startup

Jack Morgenstein (1):
  net/mlx4_core: Replace VF zero mac with random mac in mlx4_core

Majd Dibbiny (1):
  net/mlx5_core: Add pci error handlers to mlx5_core driver

 drivers/net/ethernet/mellanox/mlx4/en_netdev.c     |  23 ++-
 drivers/net/ethernet/mellanox/mlx4/fw.c            |  16 ++
 drivers/net/ethernet/mellanox/mlx4/main.c          |   2 +
 drivers/net/ethernet/mellanox/mlx4/mlx4.h          |   2 +
 drivers/net/ethernet/mellanox/mlx5/core/cmd.c      | 170 +++++++++++++++++
 drivers/net/ethernet/mellanox/mlx5/core/health.c   | 123 +++++++++++-
 drivers/net/ethernet/mellanox/mlx5/core/main.c     | 212 ++++++++++++++++++++-
 .../net/ethernet/mellanox/mlx5/core/mlx5_core.h    |   4 +
 .../net/ethernet/mellanox/mlx5/core/pagealloc.c    |  13 +-
 include/linux/mlx4/device.h                        |   1 +
 include/linux/mlx5/device.h                        |   3 +-
 include/linux/mlx5/driver.h                        |  28 +++
 12 files changed, 565 insertions(+), 32 deletions(-)

-- 
2.3.7

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to