public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-06-13 10:22:40 to 2016-06-16 14:35:20 UTC [more...]

[PATCH v10 00/22] Add HiSilicon RoCE driver
 2016-06-16 14:35 UTC  (13+ messages)
` [PATCH v10 01/22] net: hns: Add reset function support for "
` [PATCH v10 02/22] devicetree: bindings: IB: Add binding document for HiSilicon RoCE
` [PATCH v10 04/22] IB/hns: Add RoCE engine reset function
` [PATCH v10 05/22] IB/hns: Add initial profile resource
  ` [PATCH v10 03/22] IB/hns: Add initial main frame driver and get cfg info
  ` [PATCH v10 06/22] IB/hns: Add initial cmd operation
  ` [PATCH v10 12/22] IB/hns: Set mtu and gid support
` [PATCH v10 07/22] IB/hns: Add event queue support
` [PATCH v10 08/22] IB/hns: Add icm support
` [PATCH v10 09/22] IB/hns: Add hca support
` [PATCH v10 10/22] IB/hns: Add process flow to init RoCE engine
` [PATCH v10 11/22] IB/hns: Add IB device registration

[PATCH v2 00/24] NFS/RDMA client patches proposed for v4.8
 2016-06-16 14:35 UTC  (28+ messages)
  ` [PATCH v2 01/24] mlx4-ib: Use coherent memory for priv pages
  ` [PATCH v2 02/24] xprtrdma: Remove FMRs from the unmap list after unmapping
  ` [PATCH v2 03/24] xprtrdma: Create common scatterlist fields in rpcrdma_mw
  ` [PATCH v2 04/24] xprtrdma: Move init and release helpers
  ` [PATCH v2 05/24] xprtrdma: Rename fields in rpcrdma_fmr
  ` [PATCH v2 06/24] xprtrdma: Use scatterlist for DMA mapping and unmapping under FMR
  ` [PATCH v2 07/24] xprtrdma: Refactor MR recovery work queues
  ` [PATCH v2 08/24] xprtrdma: Do not leak an MW during a DMA map failure
  ` [PATCH v2 09/24] xprtrdma: Remove ALLPHYSICAL memory registration mode
  ` [PATCH v2 10/24] xprtrdma: Remove rpcrdma_map_one() and friends
  ` [PATCH v2 11/24] xprtrdma: Reply buffer exhaustion can be catastrophic
  ` [PATCH v2 12/24] xprtrdma: Honor ->send_request API contract
  ` [PATCH v2 13/24] xprtrdma: Chunk list encoders must not return zero
  ` [PATCH v2 14/24] xprtrdma: Allocate MRs on demand
  ` [PATCH v2 15/24] xprtrdma: Release orphaned MRs immediately
  ` [PATCH v2 16/24] xprtrdma: Place registered MWs on a per-req list
  ` [PATCH v2 17/24] xprtrdma: Chunk list encoders no longer share one rl_segments array
  ` [PATCH v2 18/24] xprtrdma: rpcrdma_inline_fixup() overruns the receive page list
  ` [PATCH v2 19/24] xprtrdma: Do not update {head, tail}.iov_len in rpcrdma_inline_fixup()
  ` [PATCH v2 20/24] xprtrdma: Update only specific fields in private receive buffer
  ` [PATCH v2 21/24] xprtrdma: Clean up fixup_copy_count accounting
  ` [PATCH v2 22/24] xprtrdma: No direct data placement with krb5i and krb5p
  ` [PATCH v2 23/24] svc: Avoid garbage replies when pc_func() returns rpc_drop_reply
  ` [PATCH v2 24/24] NFS: Don't drop CB requests with invalid principals

[PATCH v2 rdma-next 00/29] Soft RoCE driver
 2016-06-16 14:34 UTC  (35+ messages)
  ` [PATCH v2 rdma-next 01/29] IB/rxe: IBA header types and methods
  ` [PATCH v2 rdma-next 02/29] IB/rxe: Bit mask and lengths declaration for different opcodes
  ` [PATCH v2 rdma-next 03/29] IB/rxe: Default rxe device and port parameters
  ` [PATCH v2 rdma-next 04/29] IB/rxe: External interface to lower level modules
  ` [PATCH v2 rdma-next 05/29] IB/rxe: Misc local interfaces between files
  ` [PATCH v2 rdma-next 06/29] IB/rxe: Add maintainer for rxe driver
  ` [PATCH v2 rdma-next 07/29] IB/rxe: Work request's opcode information table
  ` [PATCH v2 rdma-next 08/29] IB/rxe: User/kernel shared queues infrastructure
  ` [PATCH v2 rdma-next 09/29] IB/rxe: Common user/kernel queue implementation
  ` [PATCH v2 rdma-next 10/29] IB/rxe: Interface to ib_core
  ` [PATCH v2 rdma-next 11/29] IB/rxe: Allocation pool for RDMA objects
  ` [PATCH v2 rdma-next 12/29] IB/rxe: RXE tasks handling
  ` [PATCH v2 rdma-next 13/29] IB/rxe: Address vector manipulation functions
  ` [PATCH v2 rdma-next 14/29] IB/rxe: Shared Receive Queue (SRQ) "
  ` [PATCH v2 rdma-next 15/29] IB/rxe: Completion Queue (CQ) "
  ` [PATCH v2 rdma-next 16/29] IB/rxe: Queue Pair (QP) handling
  ` [PATCH v2 rdma-next 17/29] IB/rxe: Memory Region (MR) manioulation
  ` [PATCH v2 rdma-next 18/29] IB/rxe: Add multicast infrastructure
  ` [PATCH v2 rdma-next 19/29] IB/rxe: Received packets handling
  ` [PATCH v2 rdma-next 20/29] IB/rxe: Completion handling
  ` [PATCH v2 rdma-next 21/29] IB/rxe: QP request handling
  ` [PATCH v2 rdma-next 22/29] IB/rxe: QP response handling
  ` [PATCH v2 rdma-next 23/29] IB/rxe: Dummy DMA callbacks for RXE device
  ` [PATCH v2 rdma-next 24/29] IB/rxe: Invariant CRC implementation
  ` [PATCH v2 rdma-next 25/29] IB/rxe: Module init hooks
  ` [PATCH v2 rdma-next 26/29] IB/rxe: Interface to netdev stack
  ` [PATCH v2 rdma-next 27/29] IB/rxe: sysfs interface to RXE
  ` [PATCH v2 rdma-next 28/29] IB/rxe: Shared objects between user and kernel
  ` [PATCH v2 rdma-next 29/29] IB/rxe: Add Soft-RoCE to kbuild and makefiles

[PATCH V1 00/13] Create device FW version call back
 2016-06-16  9:46 UTC  (22+ messages)
  ` [PATCH V1 01/13] IB/core: Add get FW version string to the core
  ` [PATCH V1 02/13] IB/cxgb3: Support device FW version string
  ` [PATCH V1 03/13] IB/cxgb4: "
  ` [PATCH V1 04/13] IB/i40iw: "
  ` [PATCH V1 05/13] IB/mlx4: "
  ` [PATCH V1 06/13] IB/mlx5: "
  ` [PATCH V1 07/13] IB/mthca: Supprot "
  ` [PATCH V1 08/13] IB/nes: Support "
  ` [PATCH V1 09/13] IB/ocrdma: "
  ` [PATCH V1 10/13] IB/usnic: "
  ` [PATCH V1 11/13] IB/ipoib: Use new "
  ` [PATCH V1 12/13] IB/core: Export a common fw_ver sysfs entry
  ` [PATCH V1 13/13] IB/hfi1: Add device FW version string

[for-next 0/1] [pull request] Mellanox ConnectX-4 Shared Code
 2016-06-16  4:37 UTC  (2+ messages)

multipath IB/srp fail-over testing lands up in dump stack in swiotlb_alloc_coherent()
 2016-06-15 23:05 UTC  (23+ messages)

RXE and ib_write_bw
 2016-06-15 21:29 UTC  (2+ messages)

[PATCH 1/2] mlx5: only register devlink when ethernet is available
 2016-06-15 20:50 UTC  (4+ messages)
` [PATCH 2/2] mlx5: fix 64-bit division on times

generic NVMe over Fabrics library support V2
 2016-06-15 19:54 UTC  (12+ messages)
  ` [PATCH 1/8] blk-mq: add blk_mq_alloc_request_hctx
  ` [PATCH 2/8] nvme: allow transitioning from NEW to LIVE state
  ` [PATCH 3/8] nvme: Modify and export sync command submission for fabrics
  ` [PATCH 4/8] nvme: add fabrics sysfs attributes
  ` [PATCH 5/8] nvme.h: add NVMe over Fabrics definitions
  ` [PATCH 6/8] nvme-fabrics: add a generic NVMe over Fabrics library
  ` [PATCH 7/8] nvme.h: Add keep-alive opcode and identify controller attribute
  ` [PATCH 8/8] nvme: add keep-alive support

[PATCH 4/5] nvmet-rdma: add a NVMe over Fabrics RDMA target driver
 2016-06-15 18:32 UTC  (11+ messages)

[RFC] [PATCH v2 1/2] rdma/ucm: Sketch for an ioctl framework
 2016-06-15 17:53 UTC  (2+ messages)

[RFC] [PATCH v2 2/2] rdma/ucma: Integrate rdma cm into ioctl framework
 2016-06-15 17:14 UTC 

[PATCH rdma-next 00/29] Soft RoCE driver
 2016-06-15 16:54 UTC  (14+ messages)
` [PATCH rdma-next 11/29] IB/rxe: Allocation pool for RDMA objects

[ANNOUNCE] OFED 3.18-2-rc3 release is available
 2016-06-15 14:59 UTC 

Basic query regarding the scatter-gather DMA
 2016-06-15 11:17 UTC 

[PATCH] nvme-rdma: don't use IB-CM status code in reject path
 2016-06-15 10:28 UTC  (2+ messages)

[PATCH v9 00/22] Add HiSilicon RoCE driver
 2016-06-15  1:34 UTC  (8+ messages)
` [PATCH v9 05/22] IB/hns: Add initial profile resource
` [PATCH v9 11/22] IB/hns: Add IB device registration

[PATCH 0/4] RDMA/Intel X722 iWarp driver fixes
 2016-06-14 21:54 UTC  (5+ messages)
  ` [PATCH 1/4] i40iw: Correct CQ arming
  ` [PATCH 2/4] i40iw: Correct status check on i40iw_get_pble
  ` [PATCH 3/4] i40iw: Return correct max_fast_reg_page_list_len
  ` [PATCH 4/4] i40iw: Enable level-1 PBL for fast memory registration

[GIT PULL] Please Pull Mellanox Shared Code
 2016-06-14 17:51 UTC  (9+ messages)

[for-next 0/1] [pull request] Mellanox ConnectX-4 Shared Code
 2016-06-14 10:35 UTC  (2+ messages)
  ` [PATCH for-next 1/1] {net,IB}/mlx5: mlx5_ifc updates

[target:nvmet-configfs-ng 22/27] drivers/nvme/target/rdma.c:1441:1-3: WARNING: PTR_ERR_OR_ZERO can be used
 2016-06-14  6:57 UTC  (3+ messages)
  ` [PATCH] nvmet/rdma: fix ptr_ret.cocci warnings

[target:nvmet-configfs-ng 19/27] drivers/nvme/target/configfs-ng.c:321:15: error: passing argument 1 of 'atomic64_inc' from incompatible pointer type
 2016-06-14  5:10 UTC 

[PATCH 00/13] Create device FW version call back
 2016-06-14  2:56 UTC  (9+ messages)
` [PATCH 01/13] IB/core: Add get FW version string to the core
` [PATCH 12/13] IB/core: Export a common fw_ver sysfs entry

[RFC 12/18] limits: track RLIMIT_MEMLOCK actual max
 2016-06-13 21:17 UTC  (3+ messages)

[ANNOUNCE] Open Fabrics Verbs Working Group (OFVWG) meeting tomorrow - 6/14/2016 at 11:00PDT
 2016-06-13 18:48 UTC 

[PATCH 1/3] infiniband: rxe: avoid 64-bit division
 2016-06-13 15:29 UTC  (7+ messages)
` [PATCH 2/3] infiniband: rxe: add UDP_TUNNEL dependency
` [PATCH 3/3] infiniband: rxe: fix 32-bit build warnings

[PATCH v4 00/44] dma-mapping: Use unsigned long for dma_attrs
 2016-06-13 15:08 UTC  (4+ messages)
` [PATCH v4 16/44] infiniband: "

[patch] IB/rxe: fix error code in rxe_srq_from_init()
 2016-06-13 13:20 UTC  (2+ messages)

[target:nvmet-configfs-ng 30/35] drivers/nvme/target/configfs-ng.c:253:18: error: 'struct nvmet_port' has no member named 'port_binding_mutex'
 2016-06-13 10:56 UTC 

[ANNOUNCE] ibsim 0.7 release
 2016-06-13 10:34 UTC 

[target:nvmet-configfs-ng 30/35] drivers/nvme/target/configfs-ng.c:253:18: error: 'struct nvmet_port' has no member named 'port_binding_mutex'; did you mean 'port_binding_list'?
 2016-06-13 10:22 UTC 


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