public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-01-07 17:16:54 to 2017-01-10 19:15:48 UTC [more...]

[PATCH v2 00/15] IB/rxe patches for kernel v4.11
 2017-01-10 19:15 UTC  (10+ messages)
  ` [PATCH v2 01/15] IB/rxe: Suppress sparse warnings
  ` [PATCH v2 02/15] IB/rxe: Constify the pool name
  ` [PATCH v2 03/15] IB/rxe: Remove an unused function
  ` [PATCH v2 04/15] IB/rxe: Remove an unused variable and an unused argument
  ` [PATCH v2 05/15] IB/rxe: Remove superfluous casts
  ` [PATCH v2 06/15] IB/rxe: Enable type checking on SKB_TO_PKT() and PKT_TO_SKB() arguments
  ` [PATCH v2 07/15] IB/rxe: Let the compiler check the type of the cleanup functions
  ` [PATCH v2 08/15] IB/rxe: Issue warnings once
  ` [PATCH v2 09/15] IB/rxe: Add a runtime check in alloc_index()

[PATCH 0/3] IB/vmw_pvrdma patches for 4.10
 2017-01-10 19:15 UTC  (4+ messages)
  ` [PATCH 1/3] IB/vmw_pvrdma: Defer activating device until vmxnet3 link is up
  ` [PATCH 2/3] IB/vmw_pvrdma: Cleanup unused variables
  ` [PATCH 3/3] IB/vmw_pvrdma: Dont hardcode QP header page

[PATCH V1 rdma-core] rdma: Handle uninitialized data for ibv_cmd_modify_qp
 2017-01-10 19:15 UTC  (2+ messages)

[PATCH v2 00/15] IB/rxe patches for kernel v4.11
 2017-01-10 19:08 UTC  (16+ messages)
  ` [PATCH v2 01/15] IB/rxe: Suppress sparse warnings
      ` [PATCH v2 02/15] IB/rxe: Constify the pool name
          ` [PATCH v2 03/15] IB/rxe: Remove an unused function
              ` [PATCH v2 04/15] IB/rxe: Remove an unused variable and an unused argument
                  ` [PATCH v2 05/15] IB/rxe: Remove superfluous casts
                      ` [PATCH v2 06/15] IB/rxe: Enable type checking on SKB_TO_PKT() and PKT_TO_SKB() arguments
                          ` [PATCH v2 07/15] IB/rxe: Let the compiler check the type of the cleanup functions
                              ` [PATCH v2 08/15] IB/rxe: Issue warnings once
                                  ` [PATCH v2 09/15] IB/rxe: Add a runtime check in alloc_index()
                                      ` [PATCH v2 10/15] IB/rxe: Introduce functions for queue draining
                                          ` [PATCH v2 11/15] IB/rxe: Generate a completion for all failed work requests
                                              ` [PATCH v2 12/15] IB/rxe: Fix a MR reference leak in check_rkey()
                                                  ` [PATCH v2 13/15] IB/rxe: Fix reference leaks in memory key invalidation code
                                                      ` [PATCH v2 14/15] IB/rxe: Remove a pointless indirection layer
                                                          ` [PATCH v2 15/15] IB/rxe: Fix an skb leak

Missing Patches in Linux Kernel RDMA
 2017-01-10 19:06 UTC  (9+ messages)

[PATCH for rdma-next] RDMA: Adding ethertype ETH_P_IBOE
 2017-01-10 19:05 UTC  (3+ messages)

[PATCH 1/3] iw_cxgb4: refactor sq/rq drain logic
 2017-01-10 19:03 UTC  (2+ messages)

[PATCH rdma-core 0/4] Support compiling on ARM32 and others
 2017-01-10 19:02 UTC  (5+ messages)
  ` [PATCH rdma-core 1/4] Minimize the places where infiniband/arch.h is included
  ` [PATCH rdma-core 2/4] Detect if infiniband/arch.h is supported by the compiler
  ` [PATCH rdma-core 3/4] Provide cmake support to enable C11 stdatomic.h
  ` [PATCH rdma-core 4/4] Use C11 atomics instead of wmb/rmb macros for CPU-only atomics

Corrected link for OFA conference
 2017-01-10 19:01 UTC 

[PATCH rdma-core] rdma: Handle uninitialized data for ibv_cmd_modify_qp
 2017-01-10 18:54 UTC  (3+ messages)

[PATCHv14 0/3] rdmacg: IB/core: rdma controller support
 2017-01-10 18:51 UTC  (7+ messages)
` [PATCHv14 1/3] rdmacg: Added rdma cgroup controller
  ` [PATCHv14 2/3] IB/core: added support to use "
` [PATCHv14 3/3] rdmacg: Added documentation for rdmacg

[PATCH 00/15] IB/rxe patches for kernel v4.11
 2017-01-10 18:06 UTC  (40+ messages)
` [PATCH 01/15] IB/rxe: Suppress sparse warnings
` [PATCH 02/15] IB/rxe: Constify the pool name
` [PATCH 03/15] IB/rxe: Remove an unused function
` [PATCH 04/15] IB/rxe: Remove an unused variable
` [PATCH 05/15] IB/rxe: Remove superfluous casts
` [PATCH 06/15] IB/rxe: Enable type checking on SKB_TO_PKT() and PKT_TO_SKB() arguments
` [PATCH 07/15] IB/rxe: Let the compiler check the type of the cleanup functions
` [PATCH 09/15] IB/rxe: Add a runtime check in alloc_index()
` [PATCH 10/15] IB/rxe: Introduce functions for queue draining
` [PATCH 11/15] IB/rxe: Generate a completion for all failed work requests
` [PATCH 12/15] IB/rxe: Fix a MR reference leak in check_rkey()
` [PATCH 13/15] IB/rxe: Fix reference leaks in memory key invalidation code
` [PATCH 14/15] IB/rxe: Remove a pointless indirection layer
` [PATCH 15/15] IB/rxe: Fix an skb leak

[PATCH rdma-core] redhat/spec: can't build ibumad on 32-bit arm
 2017-01-10 17:54 UTC  (7+ messages)

[PATCH V2 rdma-core 0/3] Add packet pacing support
 2017-01-10 17:49 UTC  (4+ messages)
  ` [PATCH V2 rdma-core 1/3] ibverbs: Report packet pacing capabilities when querying device
  ` [PATCH V2 rdma-core 2/3] ibverbs: Add support for packet pacing
  ` [PATCH V2 rdma-core 3/3] mlx5: Add packet pacing support

[PATCH V1 rdma-core 0/3] Add packet pacing support
 2017-01-10 15:08 UTC  (4+ messages)
  ` [PATCH V1 rdma-core 1/3] ibverbs: Report packet pacing capabilities when querying device
  ` [PATCH V1 rdma-core 2/3] ibverbs: Add support for packet pacing
  ` [PATCH V1 rdma-core 3/3] mlx5: Add packet pacing support

[PATCH rdma-core] redhat: Remove non-existed infiniband modules
 2017-01-10 13:29 UTC  (5+ messages)

[PATCH rdma-core 0/3] Add packet pacing support
 2017-01-10  8:18 UTC  (11+ messages)
  ` [PATCH rdma-core 1/3] ibverbs: Report packet pacing capabilities when querying device
  ` [PATCH rdma-core 2/3] ibverbs: Add support for packet pacing
  ` [PATCH rdma-core 3/3] mlx5: Add packet pacing support

[RFC v2 00/10] HFI Virtual Network Interface Controller (VNIC)
 2017-01-10  8:14 UTC  (7+ messages)

[for-next V3 00/10][pull request] Mellanox 100G mlx5 4K UAR support
 2017-01-10  6:50 UTC  (14+ messages)
` [for-next V3 01/10] IB/mlx5: Fix kernel to user leak prevention logic
` [for-next V3 02/10] IB/mlx5: Fix error handling order in create_kernel_qp
  ` [for-next V3 03/10] mlx5: Fix naming convention with respect to UARs
  ` [for-next V3 07/10] IB/mlx5: Use blue flame register allocator in mlx5_ib
  ` [for-next V3 08/10] IB/mlx5: Allow future extension of libmlx5 input data
  ` [for-next V3 09/10] IB/mlx5: Support 4k UAR for libmlx5
` [for-next V3 04/10] IB/mlx5: Fix retrieval of index to first hi class bfreg
` [for-next V3 05/10] net/mlx5: Introduce blue flame register allocator
` [for-next V3 06/10] net/mlx5: Add interface to get reference to a UAR
` [for-next V3 10/10] net/mlx5: Activate support for 4K UARs

[for-next V2 00/10][pull request] Mellanox 100G mlx5 4K UAR support
 2017-01-10  4:29 UTC  (18+ messages)
` [for-next V2 02/10] IB/mlx5: Fix error handling order in create_kernel_qp
  ` [for-next V2 01/10] IB/mlx5: Fix kernel to user leak prevention logic
  ` [for-next V2 03/10] mlx5: Fix naming convention with respect to UARs
  ` [for-next V2 04/10] IB/mlx5: Fix retrieval of index to first hi class bfreg
  ` [for-next V2 05/10] net/mlx5: Introduce blue flame register allocator
  ` [for-next V2 06/10] net/mlx5: Add interface to get reference to a UAR
  ` [for-next V2 08/10] IB/mlx5: Allow future extension of libmlx5 input data
` [for-next V2 07/10] IB/mlx5: Use blue flame register allocator in mlx5_ib
` [for-next V2 09/10] IB/mlx5: Support 4k UAR for libmlx5
` [for-next V2 10/10] net/mlx5: Activate support for 4K UARs

[PATCH rdma-core v2] redhat/spec: further cleanups to depdendencies, descriptions, formatting
 2017-01-10  3:20 UTC  (4+ messages)
  ` [PATCH rdma-core v3] "

mlx4_fmr_unmap() crasher
 2017-01-09 22:01 UTC 

[patch] i40iw: fix some indenting in i40iw_sc_vsi_init()
 2017-01-09 20:40 UTC  (6+ messages)
      ` [patch v2] "

Abstracts due for OFA RDMA Conference 2017
 2017-01-09 20:39 UTC 

[PATCHv13 0/3] rdmacg: IB/core: rdma controller support
 2017-01-09 20:06 UTC  (8+ messages)
` [PATCHv13 1/3] rdmacg: Added rdma cgroup controller
` [PATCHv13 2/3] IB/core: added support to use "

[PATCH] svcrdma: avoid duplicate dma unmapping during error recovery
 2017-01-09 15:05 UTC  (3+ messages)

[PATCH] uapi: use wildcards to list files
 2017-01-09 12:56 UTC  (12+ messages)
` [PATCH v2 0/7] uapi: export all headers under uapi directories
  ` [PATCH v2 1/7] arm: put types.h in uapi
  ` [PATCH v2 3/7] nios2: put setup.h "
  ` [PATCH v2 7/7] uapi: export all headers under uapi directories

[PATCH v2] net/mlx4_core: VF probe fail when HW support 64-bit coherent DMA
 2017-01-09 11:16 UTC  (3+ messages)

[PATCH v1] net/mlx4_core: VF probe fail when HW support 64-bit coherent DMA
 2017-01-09  6:51 UTC  (4+ messages)

[PATCH v1 00/22] convert NFS server to new rdma_rw API
 2017-01-08 17:19 UTC  (15+ messages)
  ` [PATCH v1 12/22] svcrdma: Reduce size of sge array in struct svc_rdma_op_ctxt
  ` [PATCH v1 13/22] svcrdma: Remove old RDMA Write completion handlers
  ` [PATCH v1 14/22] svcrdma: Remove the req_map cache
  ` [PATCH v1 15/22] svcrdma: Clean up RPC-over-RDMA backchannel reply processing
  ` [PATCH v1 16/22] svcrdma: Use generic RDMA R/W API in RPC Call path
  ` [PATCH v1 17/22] svcrdma: Remove unused Read completion handlers
  ` [PATCH v1 18/22] svcrdma: Remove frmr cache
  ` [PATCH v1 19/22] svcrdma: Clean up after converting svc_rdma_recvfrom to rdma_rw API
  ` [PATCH v1 20/22] svcrdma: Clean-up in svc_rdma_post_recv
  ` [PATCH v1 21/22] svcrdma: Clean-up svc_rdma_unmap_dma
  ` [PATCH v1 22/22] svcrdma: Re-order fields in svc_rdma_op_ctxt

[PATCH 0/2] IB/core: introduce ib_mtu_int_to_enum
 2017-01-08 10:36 UTC  (6+ messages)
` [PATCH 1/2] IB/core: add the function ib_mtu_int_to_enum

rdma-core package version schema
 2017-01-08  8:51 UTC  (6+ messages)

[for-next 07/10] IB/mlx5: Use blue flame register allocator in mlx5_ib
 2017-01-08  6:22 UTC  (4+ messages)


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