Hi Linus, The following changes since commit 75c1657e1d50730dc0130a67977f7831a4e241f4: IB/mlx5: Fix RC transport send queue overhead computation (2016-02-12 14:56:08 -0500) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git tags/for-linus for you to fetch changes up to c2bab619813a525d3f58b5ffbfcdc4edee27e497: IB/mlx4: Add support for the port info class for RoCE ports (2016-02-17 10:07:20 -0500) ---------------------------------------------------------------- Additional 4.5-rc5 fixes - One fix ocrdma - The new CQ API support was added to ocrdma, but they got the arming logic wrong, so without this, transfers eventually fail when they fail to arm the interrupt properly under load - Two related fixes for mlx4 - When we added the 64bit extended counters support to the core IB code, they forgot to update the RoCE side of the mlx4 driver (the IB side they properly updated). I debated whether or not to include these patches as they could be considered feature enablement patches, but the existing code will blindy copy the 32bit counters, whether any counters were requested at all (a bug). These two patches make it A) check to see that counters were requested and B) copy the right counters (the 64bit support is new, the 32bit is not). For that reason I went ahead and took them. ---------------------------------------------------------------- Devesh Sharma (1): RDMA/ocrdma: Fix arm logic to align with new cq API Eran Ben Elisha (2): IB/mlx4: Add support for extended counters over RoCE ports IB/mlx4: Add support for the port info class for RoCE ports drivers/infiniband/hw/mlx4/mad.c | 63 +++++++++++++++++++++++------ drivers/infiniband/hw/ocrdma/ocrdma.h | 3 -- drivers/infiniband/hw/ocrdma/ocrdma_verbs.c | 18 ++------- 3 files changed, 54 insertions(+), 30 deletions(-) -- Doug Ledford GPG KeyID: 0E572FDD