From mboxrd@z Thu Jan 1 00:00:00 1970 From: Or Gerlitz Subject: [PATCH net-next 0/4] Mellanox driver update, Oct 13 2015 Date: Tue, 13 Oct 2015 18:44:05 +0300 Message-ID: <1444751049-2511-1-git-send-email-ogerlitz@mellanox.com> Cc: netdev@vger.kernel.org, Eli Cohen , Amir Vadai , Or Gerlitz To: "David S. Miller" Return-path: Received: from [193.47.165.129] ([193.47.165.129]:49483 "EHLO mellanox.co.il" rhost-flags-FAIL-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1752493AbbJMPoe (ORCPT ); Tue, 13 Oct 2015 11:44:34 -0400 Sender: netdev-owner@vger.kernel.org List-ID: 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