public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-12-16 06:56:01 to 2015-12-19 00:50:57 UTC [more...]

[PATCH rdma-next 0/6] dev attr cleanup (less is more)
 2015-12-19  0:50 UTC  (17+ messages)
  ` [PATCH rdma-next 1/6] IB/core: Save the device attributes on the device structure
  ` [PATCH rdma-next 2/6] IB/core: Avoid calling ib_query_device when possible
  ` [PATCH rdma-next 3/6] IB/ulps: Avoid calling ib_query_device
  ` [PATCH rdma-next 4/6] net/rds: "
  ` [PATCH rdma-next 5/6] xprtrdma: "
  ` [PATCH rdma-next 6/6] staging/o2iblnd: "

[PATCH 1/3] staging/rdma/hfi1: Remove incorrect link credit check
 2015-12-19  0:22 UTC  (6+ messages)
  ` [PATCH 2/3] staging/rdma/hfi1: Fix module parameter spelling
  ` [PATCH 3/3] staging/rdma/hfi1: check for ARMED->ACTIVE transition in receive interrupt

[ANNOUNCE] libcxgb4-1.3.6 release
 2015-12-18 20:23 UTC 

[PATCH 0/3] IB 64 bit counter support V2
 2015-12-18 16:26 UTC  (16+ messages)
` [PATCH 1/3] IB Core: Create get_perf_mad function in sysfs.c
` [PATCH 2/3] IB core counters: Specify attribute_id in port_table_attribute
` [PATCH 3/3] bject: IB Core: Display extended counter set if available

[PATCH] staging/rdma/hfi1: Fix a possible null pointer dereference
 2015-12-18 14:20 UTC  (4+ messages)
  ` [Cocci] "

MR cleanups
 2015-12-18 14:14 UTC  (12+ messages)
  ` [PATCH 01/10] IB: start documenting device capabilities
  ` [PATCH 02/10] IB: remove ib_query_mr
  ` [PATCH 03/10] IB: remove support for phys MRs
  ` [PATCH 04/10] IB: remove in-kernel support for memory windows
  ` [PATCH 05/10] cxgb3: simplify iwch_get_dma_wr
  ` [PATCH 06/10] nes: simplify nes_reg_phys_mr calling conventions
  ` [PATCH 07/10] amso1100: fold c2_reg_phys_mr into c2_get_dma_mr
  ` [PATCH 08/10] ehca: stop using struct ib_phys_buf
  ` [PATCH 09/10] IB: remove the struct ib_phys_buf definition
  ` [PATCH 10/10] IB: remove the unused usecnt field from struct ib_mr

[PATCH rdma-next V1 0/7] dev attr cleanup (less is more)
 2015-12-18 14:10 UTC  (10+ messages)
  ` [PATCH rdma-next V1 1/7] IB/core: Save the device attributes on the device structure
  ` [PATCH rdma-next V1 2/7] IB/core: Avoid calling ib_query_device
  ` [PATCH rdma-next V1 3/7] IB/ulps: "
  ` [PATCH rdma-next V1 4/7] net/rds: "
  ` [PATCH rdma-next V1 5/7] xprtrdma: "
  ` [PATCH rdma-next V1 6/7] staging/o2iblnd: "
  ` [PATCH rdma-next V1 7/7] IB/core: Remove ib_query_device

[PATCH] rds: use local_dma_lkey
 2015-12-18 13:55 UTC 

[PATCH] IB/mlx5: report tx/rx checksum cap when query device
 2015-12-18 11:53 UTC  (2+ messages)
  ` [PATCH] libmlx5: Add support for RAW_ETH TX/RX checksum offload

Review & Reply
 2015-12-18 10:18 UTC 

RoCE passive side failures on 4.4-rc5
 2015-12-18  8:27 UTC  (3+ messages)

Darlehen bieten
 2015-12-18  7:00 UTC 

[PATCH v2 00/14] Implement Expected Receive TID Caching
 2015-12-18  4:50 UTC  (15+ messages)
` [PATCH v2 02/14] uapi/rdma/hfi/hfi1_user.h: Correct comment for capability bit
  ` [PATCH v2 01/14] staging/rdma/hfi1: Add function stubs for TID caching
  ` [PATCH v2 03/14] uapi/rdma/hfi/hfi1_user.h: Convert definitions to use BIT() macro
  ` [PATCH v2 04/14] uapi/rdma/hfi/hfi1_user.h: Add command and event for TID caching
  ` [PATCH v2 05/14] staging/rdma/hfi1: Add definitions needed for TID caching support
  ` [PATCH v2 06/14] staging/rdma/hfi1: Remove un-needed variable
  ` [PATCH v2 07/14] staging/rdma/hfi1: Add definitions and support functions for TID groups
  ` [PATCH v2 08/14] staging/rdma/hfi1: Start adding building blocks for TID caching
  ` [PATCH v2 09/14] staging/rdma/hfi1: Convert lock to mutex
  ` [PATCH v2 10/14] staging/rdma/hfi1: Add Expected receive init and free functions
  ` [PATCH v2 11/14] staging/rdma/hfi1: Add MMU notifier callback function
  ` [PATCH v2 12/14] staging/rdma/hfi1: Add TID free/clear function bodies
  ` [PATCH v2 13/14] staging/rdma/hfi1: Add TID entry program function body
  ` [PATCH v2 14/14] staging/rdma/hfi1: Enable TID caching feature

[PATCH 00/14] Implement Expected Receive TID Caching
 2015-12-17 21:25 UTC  (21+ messages)
  ` [PATCH 01/14] staging/rdma/hfi1: Add function stubs for TID caching
  ` [PATCH 02/14] uapi/rdma/hfi/hfi1_user.h: Correct comment for capability bit
  ` [PATCH 03/14] uapi/rdma/hfi/hfi1_user.h: Convert definitions to use BIT() macro
  ` [PATCH 04/14] uapi/rdma/hfi/hfi1_user.h: Add command and event for TID caching
  ` [PATCH 05/14] staging/rdma/hfi1: Add definitions needed for TID caching support
  ` [PATCH 06/14] staging/rdma/hfi1: Remove un-needed variable
  ` [PATCH 07/14] staging/rdma/hfi1: Add definitions and support functions for TID groups
  ` [PATCH 08/14] staging/rdma/hfi1: Start adding building blocks for TID caching
  ` [PATCH 09/14] staging/rdma/hfi1: Convert lock to mutex
  ` [PATCH 10/14] staging/rdma/hfi1: Add Expected receive init and free functions
  ` [PATCH 11/14] staging/rdma/hfi1: Add MMU notifier callback function
  ` [PATCH 12/14] staging/rdma/hfi1: Add TID free/clear function bodies
  ` [PATCH 13/14] staging/rdma/hfi1: Add TID entry program function body
  ` [PATCH 14/14] staging/rdma/hfi1: Enable TID caching feature

[PATCH 0/3] IB 64 bit counter support
 2015-12-17 19:47 UTC  (20+ messages)
` [PATCH 3/3] IB core: Display 64 bit counters from the extended set

[PATCH 00/37] Add rdma verbs transport library
 2015-12-17 16:49 UTC  (11+ messages)
` [PATCH 37/37] IB/rdmavt: Add support for new memory registration API

[PATCH 00/15] add Intel(R) X722 iWARP driver
 2015-12-17 16:27 UTC  (24+ messages)
` [PATCH 01/15] i40e: Add support for client interface for IWARP driver
  ` [PATCH 02/15] i40iw: add main, hdr, status
    ` [PATCH 03/15] i40iw: add connection management code
        ` [PATCH 04/15] i40iw: add puda code
          ` [PATCH 05/15] i40iw: add pble resource files
              ` [PATCH 06/15] i40iw: add hmc "
                  ` [PATCH 07/15] i40iw: add hw and utils files
                      ` [PATCH 08/15] i40iw: add files for iwarp interface
                        ` [PATCH 09/15] i40iw: add file to handle cqp calls
                          ` [PATCH 10/15] i40iw: add hardware related header files
                            ` [PATCH 11/15] i40iw: add X722 register file
                              ` [PATCH 12/15] i40iw: user kernel shared files
                                ` [PATCH 13/15] i40iw: virtual channel handling files
                                  ` [PATCH 14/15] i40iw: Kconfig and Kbuild for iwarp module
                                    ` [PATCH 15/15] i40iw: changes for build of i40iw module

[PATCH for-next V2 00/11] Add RoCE v2 support
 2015-12-17 10:14 UTC  (13+ messages)

[PATCH 1/2] IB/mlx4: Suppress memory allocations warnings in kmalloc->__vmalloc flows
 2015-12-17  8:44 UTC  (4+ messages)
  ` [PATCH 2/2] IB/mlx4: Convert kmalloc to be kmalloc_array to fix checkpatch warnings

[PATCH RESEND] infiniband:core:Add needed error path in cm_init_av_by_path
 2015-12-17  8:43 UTC  (5+ messages)

[PATCH] IB/mlx4: Replace kfree with kvfree in mlx4_ib_destroy_srq
 2015-12-17  2:54 UTC 

[PATCH V3] IB/mlx4: Use vmalloc for WR buffers when needed
 2015-12-17  2:39 UTC  (3+ messages)

Review & Reply
 2015-12-17  0:55 UTC 

[PATCH v4 00/10] NFS/RDMA client patches for 4.5
 2015-12-16 22:23 UTC  (11+ messages)
  ` [PATCH v4 01/10] xprtrdma: Fix additional uses of spin_lock_irqsave(rb_lock)
  ` [PATCH v4 02/10] xprtrdma: xprt_rdma_free() must not release backchannel reqs
  ` [PATCH v4 03/10] xprtrdma: Disable RPC/RDMA backchannel debugging messages
  ` [PATCH v4 04/10] xprtrdma: Move struct ib_send_wr off the stack
  ` [PATCH v4 05/10] xprtrdma: Introduce ro_unmap_sync method
  ` [PATCH v4 06/10] xprtrdma: Add ro_unmap_sync method for FRWR
  ` [PATCH v4 07/10] xprtrdma: Add ro_unmap_sync method for FMR
  ` [PATCH v4 08/10] xprtrdma: Add ro_unmap_sync method for all-physical registration
  ` [PATCH v4 09/10] xprtrdma: Invalidate in the RPC reply handler
  ` [PATCH v4 10/10] xprtrdma: Revert commit e7104a2a9606 ('xprtrdma: Cap req_cqinit')

warning in ext4 with nfs/rdma server
 2015-12-16 21:06 UTC  (4+ messages)

small svc_rdma cleanup
 2015-12-16 18:49 UTC  (5+ messages)
  ` [PATCH] svc_rdma: use local_dma_lkey

[PATCH v3 00/11] NFS/RDMA client patches for 4.5
 2015-12-16 15:17 UTC  (15+ messages)
` [PATCH v3 04/11] xprtrdma: Move struct ib_send_wr off the stack
` [PATCH v3 06/11] xprtrdma: Add ro_unmap_sync method for FRWR
` [PATCH v3 09/11] SUNRPC: Introduce xprt_commit_rqst()

[PATCH for-next V2 0/5] User-space time-stamping support for mlx5_ib
 2015-12-16 14:50 UTC  (8+ messages)
` [PATCH for-next V2 2/5] IB/core: Add ib_is_udata_cleared
` [PATCH for-next V2 3/5] IB/mlx5: Add support for hca_core_clock and timestamp_mask
` [PATCH for-next V2 5/5] IB/mlx5: Mmap the HCA's core clock register to user-space

device attr cleanup (was: Handle mlx4 max_sge_rd correctly)
 2015-12-16 14:03 UTC  (10+ messages)
          ` device attr cleanup

[PATCH v4 00/11] NFS/RDMA server patches for v4.5
 2015-12-16 12:10 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox