[GIT PULL] please pull infiniband.git

From: Roland Dreier
Date: Fri Apr 18 2014 - 14:41:05 EST


Hi Linus,

Please pull from

git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git tags/rdma-for-linus

----------------------------------------------------------------

InfiniBand/RDMA updates for 3.15-rc2:

- Mostly cxgb4 fixes unblocked by the merge of some prerequisites via
the net tree.

- Drop deprecated MSI-X API use.

- A couple other miscellaneous things.

----------------------------------------------------------------
Alexander Gordeev (2):
IB/qib: Use pci_enable_msix_range() instead of pci_enable_msix()
IB/mthca: Use pci_enable_msix_exact() instead of pci_enable_msix()

Eli Cohen (1):
IB/mlx5: Add block multicast loopback support

Hariprasad Shenai (1):
RDMA/cxgb4: Use pr_warn_ratelimited

Roland Dreier (1):
Merge branches 'cxgb4', 'misc', 'mlx5' and 'qib' into for-next

Steve Wise (9):
RDMA/cxgb4: Use the BAR2/WC path for kernel QPs and T5 devices
RDMA/cxgb4: Endpoint timeout fixes
RDMA/cxgb4: rmb() after reading valid gen bit
RDMA/cxgb4: SQ flush fix
RDMA/cxgb4: Max fastreg depth depends on DSGL support
RDMA/cxgb4: Initialize reserved fields in a FW work request
RDMA/cxgb4: Add missing debug stats
RDMA/cxgb4: Use uninitialized_var()
RDMA/cxgb4: Fix over-dereference when terminating

drivers/infiniband/hw/cxgb4/cm.c | 89 ++++++++++++++++++++------------
drivers/infiniband/hw/cxgb4/cq.c | 24 ++++-----
drivers/infiniband/hw/cxgb4/device.c | 41 ++++++++++++---
drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +
drivers/infiniband/hw/cxgb4/mem.c | 6 ++-
drivers/infiniband/hw/cxgb4/provider.c | 2 +-
drivers/infiniband/hw/cxgb4/qp.c | 70 +++++++++++++++----------
drivers/infiniband/hw/cxgb4/resource.c | 10 ++--
drivers/infiniband/hw/cxgb4/t4.h | 72 ++++++++++++++++++++++++--
drivers/infiniband/hw/mlx5/main.c | 2 +
drivers/infiniband/hw/mlx5/qp.c | 12 +++++
drivers/infiniband/hw/mthca/mthca_main.c | 8 +--
drivers/infiniband/hw/qib/qib_pcie.c | 55 ++++++++++----------
include/linux/mlx5/device.h | 1 +
include/linux/mlx5/qp.h | 1 +
15 files changed, 270 insertions(+), 125 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/