linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-28 21:02:37 to 2016-05-04 12:21:08 UTC [more...]

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

[RFC] Proposal to address hfi1 UI and EPROM devices
 2016-05-04 12:20 UTC  (8+ messages)

[PATCH v2 net-next] net/mlx4: Avoid wrong virtual mappings
 2016-05-04 11:50 UTC 

[PATCH net-next 2/5] drivers: replace dev->trans_start accesses with dev_trans_start
 2016-05-04 11:33 UTC  (4+ messages)
  ` [PATCH net-next 4/5] treewide: replace dev->trans_start update with helper

[PATCH v6 00/21] Add HiSilicon RoCE driver
 2016-05-04 11:31 UTC  (3+ messages)

mlx4: Add support for promiscuous mode in the new steering model
 2016-05-04 11:26 UTC  (2+ messages)

[PATCH 0/11] More SRP patches for kernel v4.7
 2016-05-04  9:09 UTC  (28+ messages)
` [PATCH 01/11] IB/srp: Fix a spelling error in a source code comment
` [PATCH 02/11] IB/srp: Fix a comment
` [PATCH 03/11] IB/srp: Document srp_map_data() return value
` [PATCH 04/11] IB/srp: Fix srp_map_data() error paths
` [PATCH 05/11] IB/srp: Introduce target->mr_pool_size
` [PATCH 06/11] IB/srp: Avoid that mapping failure triggers an infinite loop
` [PATCH 07/11] IB/srp: Move code out of a loop
` [PATCH 08/11] IB/srp: Move common code into the caller
` [PATCH 09/11] IB/srp: Fix a NULL pointer dereference
` [PATCH 10/11] IB/srp: Do not register memory if register_always = -1
` [PATCH 11/11] IB/srp: Prevent mapping failures

[PATCH v3 00/20] NFS/RDMA client patches proposed for v4.7
 2016-05-04  6:37 UTC  (22+ messages)
  ` [PATCH v3 01/20] xprtrdma: Add rdma6 option to support NFS/RDMA IPv6
  ` [PATCH v3 02/20] sunrpc: Update RPCBIND_MAXNETIDLEN
  ` [PATCH v3 03/20] sunrpc: Advertise maximum backchannel payload size
  ` [PATCH v3 04/20] xprtrdma: Bound the inline threshold values
  ` [PATCH v3 05/20] xprtrdma: Limit number of RDMA segments in RPC-over-RDMA headers
  ` [PATCH v3 06/20] xprtrdma: Prevent inline overflow
  ` [PATCH v3 07/20] xprtrdma: Avoid using Write list for small NFS READ requests
  ` [PATCH v3 08/20] xprtrdma: Update comments in rpcrdma_marshal_req()
  ` [PATCH v3 09/20] xprtrdma: Allow Read list and Reply chunk simultaneously
  ` [PATCH v3 10/20] xprtrdma: Remove rpcrdma_create_chunks()
  ` [PATCH v3 11/20] xprtrdma: Use core ib_drain_qp() API
  ` [PATCH v3 12/20] xprtrdma: Rename rpcrdma_frwr::sg and sg_nents
  ` [PATCH v3 13/20] xprtrdma: Save I/O direction in struct rpcrdma_frwr
  ` [PATCH v3 14/20] xprtrdma: Reset MRs in frwr_op_unmap_sync()
  ` [PATCH v3 15/20] xprtrdma: Refactor the FRWR recovery worker
  ` [PATCH v3 16/20] xprtrdma: Move fr_xprt and fr_worker to struct rpcrdma_mw
  ` [PATCH v3 17/20] xprtrdma: Refactor __fmr_dma_unmap()
  ` [PATCH v3 18/20] xprtrdma: Add ro_unmap_safe memreg method
  ` [PATCH v3 19/20] xprtrdma: Remove ro_unmap() from all registration modes
  ` [PATCH v3 20/20] xprtrdma: Faster server reboot recovery

generic RDMA READ/WRITE API V8
 2016-05-04  6:15 UTC  (14+ messages)
` [PATCH 01/11] IB/cma: pass the port number to ib_create_qp
` [PATCH 02/11] IB/core: allow passing mapping an offset into the SG in ib_map_mr_sg
` [PATCH 03/11] IB/core: add a helper to check for READ WITH INVALIDATE support
` [PATCH 04/11] IB/core: refactor ib_create_qp
  ` [PATCH 05/11] IB/core: add a simple MR pool
  ` [PATCH 06/11] IB/core: add a need_inval flag to struct ib_mr
  ` [PATCH 07/11] IB/core: generic RDMA READ/WRITE API
  ` [PATCH 08/11] target: enhance and export target_alloc_sgl/target_free_sgl
  ` [PATCH 09/11] IB/srpt: convert to the generic RDMA READ/WRITE API
  ` [PATCH 10/11] IB/core: add RW API support for signature MRs
` [PATCH 11/11] IB/isert: convert to the generic RDMA READ/WRITE API

[PATCH rdma-next] IB/IPoIB: Allow setting the device address
 2016-05-04  5:36 UTC 

[PATCH rdma-next 0/4] Trivial fixes
 2016-05-04  5:36 UTC  (5+ messages)
  ` [PATCH rdma-next 1/4] IB/iwpm: Fix a potential skb leak
  ` [PATCH rdma-next 2/4] IB/core: Remove unnecessary check in ibnl_rcv_msg
  ` [PATCH rdma-next 3/4] IB/core: Fix a potential array overrun in CMA and SA agent
  ` [PATCH rdma-next 4/4] IB/sa: Use nlmsg_free instead of kfree_skb

RDMA Read: Local protection error
 2016-05-04  1:07 UTC  (11+ messages)

generic RDMA READ/WRITE API V6
 2016-05-03 21:23 UTC  (35+ messages)
` [PATCH 02/12] IB/cma: pass the port number to ib_create_qp
` [PATCH 10/12] IB/srpt: convert to the generic RDMA READ/WRITE API
` [PATCH 12/12] IB/isert: "

[PATCH v1 net] net/mlx4: Avoid wrong virtual mappings
 2016-05-03 16:41 UTC  (6+ messages)

[PATCH v5 00/21] Add HiSilicon RoCE driver
 2016-05-03  8:39 UTC  (11+ messages)
` [PATCH v5 09/21] IB/hns: Add hca support

[PATCH V1 for-next 0/4] Support SendOnlyFullMember join
 2016-05-03  6:52 UTC  (14+ messages)
  ` [PATCH V1 for-next 1/4] IB/core: Add support for get ClassPortInfo from the SA
  ` [PATCH V1 for-next 2/4] IB/sa: Add support for SA agent get ClassPortInfo
  ` [PATCH V1 for-next 3/4] IB/core: Support new type of join-state for multicast
  ` [PATCH V1 for-next 4/4] IB/ipoib: Support SendOnlyFullMember MCG for SendOnly join

Status of RXE/Soft-RoCE driver?
 2016-05-03  6:35 UTC  (22+ messages)

[PATCH V1 for-next 0/2] Add support for reporting LSO capabilities
 2016-05-02 19:06 UTC  (11+ messages)
` [PATCH V1 for-next 1/2] IB/core: Report LSO capabilities when querying device

[ANNOUNCE] Open Fabrics Verbs Working Group (OFVWG) meeting tomorrow - 5/3/2016
 2016-05-02 17:51 UTC 

[PATCH for-next 0/4] Support SendOnlyFullMember join
 2016-05-02 17:02 UTC  (23+ messages)
` [PATCH for-next 3/4] IB/core: Support new type of join-state for multicast
` [PATCH for-next 4/4] IB/ipoib: Support SendOnlyFullMember MCG for SendOnly join

iSER multi-queue configuration
 2016-05-02 15:12 UTC  (5+ messages)

[PATCH] i40e: constify i40e_client_ops structure
 2016-05-02  6:06 UTC  (2+ messages)

[PATCH] staging/rdma/hfi1: use RCU_INIT_POINTER() when NULLing
 2016-05-02  5:27 UTC  (2+ messages)

[PATCH] i40iw: constify i40iw_vf_cqp_ops structure
 2016-05-02  5:19 UTC  (2+ messages)

[v3, 01/70] IB/qib: Use cache inhibitted and guarded mapping on powerpc
 2016-05-01 13:02 UTC 

[PATCH for-next V1 0/2] mlx5_core: mlx5_ifc updates
 2016-04-29 19:41 UTC  (8+ messages)

[PATCH] IB/iser: fix max_sectors calculation
 2016-04-29 11:06 UTC  (10+ messages)

Why do only connected transports provide RDMA reads and writes?
 2016-04-29  7:00 UTC 

[PULL REQUEST] Please pull rdma.git
 2016-04-29  3:05 UTC 

[PATCH 0/7] RDMA/i40iw: Fixes for i40iw driver
 2016-04-29  2:40 UTC  (7+ messages)
` [PATCH 5/7] RDMA/i40iw: Fix for using one sge for RDMA READ

[PATCH V3 00/16] RDMA/Intel X722 iWARP driver update
 2016-04-29  2:39 UTC  (2+ messages)

[PATCH for-rc] IB/hfi1: Use kernel default llseek for ui device
 2016-04-29  2:37 UTC  (3+ messages)

[PATCH net] RDMA/nes: don't leak skb if carrier down
 2016-04-28 23:14 UTC  (3+ 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).