[PATCH V1 net 0/4] Batch of fixes for 3.15
From: Or Gerlitz <hidden>
Date: 2014-05-04 14:07:43
Hi Dave, This series contains fixes for 3.15-rc, mostly around SRIOV. The patches by Jack, Matan and myself fix few issues related to mlx4 SRIOV support for RoCE and single port VFs, and the patch from Eyal eliminates checking PCI caps for VFs which is misleading. Patches done against the net tree, commit 014f1b2 "net: bonding: Fix format string mismatch in bond_sysfs.c" We'd be happy to get Eyal's patch queued in your -stable list for 3.14.y Or. Changes from V0: - removed extra brackets in patch #1 per Sergey's comment Eyal Perry (1): net/mlx4_core: Don't issue PCIe speed/width checks for VFs Jack Morgenstein (1): net/mlx4_core: Adjust port number in qp_attach wrapper when detaching Matan Barak (1): net/mlx4_core: Fix slave id computation for single port VF Or Gerlitz (1): net/mlx4_core: Load the Eth driver first drivers/net/ethernet/mellanox/mlx4/main.c | 7 ++-- drivers/net/ethernet/mellanox/mlx4/port.c | 35 +++++++++++-------- .../net/ethernet/mellanox/mlx4/resource_tracker.c | 23 +++++++++++++ 3 files changed, 47 insertions(+), 18 deletions(-)