linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-01-09 15:06:39 to 2017-01-11 23:58:01 UTC [more...]

[PATCH for-next 0/7] Change IDR usage and locking in uverbs
 2017-01-11 23:58 UTC  (13+ messages)
  ` [PATCH for-next 1/7] IB/core: Refactor IDR to be per-device
  ` [PATCH for-next 2/7] IB/core: Add support for custom types
  ` [PATCH for-next 3/7] IB/core: Add support for fd objects
  ` [PATCH for-next 4/7] IB/core: Add generic ucontext initialization and teardown
  ` [PATCH for-next 5/7] IB/core: Add macros for declaring types and type groups
  ` [PATCH for-next 6/7] IB/core: Declare all common IB types
  ` [PATCH for-next 7/7] IB/core: Use the new IDR and locking infrastructure in uverbs_cmd

How do I clear out a send/receive queue in the kernel?
 2017-01-11 23:01 UTC 

[PATCH 0/9] IB: Optimize DMA mapping
 2017-01-11 22:28 UTC  (20+ messages)
` [PATCH 1/9] treewide: Constify most dma_map_ops structures
` [PATCH 2/9] Move dma_ops from archdata into struct device
` [PATCH 3/9] dma: Add dma_virt_ops
` [PATCH 5/9] IB/qib: Remove DMA mapping code
` [PATCH 6/9] IB: Use dma_virt_ops instead of duplicating it
` [PATCH 7/9] RDS: IB: Remove an unused structure member
` [PATCH 8/9] IB: Convert ib_dma_*_coherent() argument type from u64 into dma_addr_t
` [PATCH 9/9] treewide: Inline ib_dma_map_*() functions
  ` [PATCH 4/9] IB/hf1: Remove DMA mapping code

[PATCH 0/3] IB/vmw_pvrdma patches for 4.10
 2017-01-11 22:27 UTC  (9+ 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

rdma-core package version schema
 2017-01-11 22:17 UTC  (8+ messages)

NFSoRDMA Fails for max_sge Less Than 18
 2017-01-11 21:48 UTC  (12+ messages)

[PATCH] uapi: use wildcards to list files
 2017-01-11 18:14 UTC  (6+ messages)
` [PATCH v2 0/7] uapi: export all headers under uapi directories
  ` [PATCH v2 7/7] "
    ` [Linux-c6x-dev] "

[PATCH] [RFC] IB/hfi1: Fix port ordering issue in a multiport device
 2017-01-11 18:10 UTC  (5+ messages)

[PATCH rdma_core] redhat spec: Avoid conflict due to implicit directory add
 2017-01-11 14:19 UTC 

[PATCHv2 0/4] IB cache port state, use it when resolve address
 2017-01-11 12:26 UTC  (2+ messages)

[RFC v2 00/10] HFI Virtual Network Interface Controller (VNIC)
 2017-01-11  9:16 UTC  (9+ messages)

mlx4_fmr_unmap() crasher
 2017-01-11  9:15 UTC  (2+ messages)

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

[PATCH v2 00/15] IB/rxe patches for kernel v4.11
 2017-01-10 21:57 UTC  (17+ 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

[PATCH rdma-core 0/4] Debian fixes
 2017-01-10 21:55 UTC  (9+ messages)
` [PATCH rdma-core 3/4] debian/copyright: Add copyright information

[PATCH rdma-core 0/4] Support compiling on ARM32 and others
 2017-01-10 19:49 UTC  (6+ 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

[PATCH v2 00/15] IB/rxe patches for kernel v4.11
 2017-01-10 19:18 UTC  (17+ 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

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

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  (2+ messages)

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

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  (9+ messages)
` [PATCH 10/15] IB/rxe: Introduce functions for queue draining
` [PATCH 11/15] IB/rxe: Generate a completion for all failed work requests
` [PATCH 14/15] IB/rxe: Remove a pointless indirection layer

[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  (10+ messages)
` [PATCH rdma-core 2/3] ibverbs: Add support for packet pacing
` [PATCH rdma-core 3/3] mlx5: Add packet pacing support

[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 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 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 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  (4+ messages)
` [for-next V2 08/10] IB/mlx5: Allow future extension of libmlx5 input data

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

[patch] i40iw: fix some indenting in i40iw_sc_vsi_init()
 2017-01-09 20:40 UTC  (5+ 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  (4+ messages)

[for-next V2 06/10] net/mlx5: Add interface to get reference to a UAR
 2017-01-09 16:06 UTC  (6+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).