linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-05 21:56:23 to 2016-01-09 11:05:04 UTC [more...]

IB/mlx5: Extend query_device/port to support RoCE
 2016-01-09 11:05 UTC  (2+ messages)

[PATCH] IB/mlx5: Fix passing casted pointer in mlx5_query_port_roce
 2016-01-09 11:01 UTC 

[PATCH v5 00/10] NFS/RDMA server patches for v4.5
 2016-01-08 14:02 UTC  (13+ messages)
  ` [PATCH v5 01/10] svcrdma: Clean up rdma_create_xprt()
  ` [PATCH v5 02/10] svcrdma: Clean up process_context()
  ` [PATCH v5 03/10] svcrdma: Improve allocation of struct svc_rdma_op_ctxt
  ` [PATCH v5 04/10] svcrdma: Improve allocation of struct svc_rdma_req_map
  ` [PATCH v5 05/10] svcrdma: Remove unused req_map and ctxt kmem_caches
  ` [PATCH v5 06/10] svcrdma: Add gfp flags to svc_rdma_post_recv()
  ` [PATCH v5 07/10] svcrdma: Remove last two __GFP_NOFAIL call sites
  ` [PATCH v5 08/10] svcrdma: Make map_xdr non-static
  ` [PATCH v5 09/10] svcrdma: Define maximum number of backchannel requests
  ` [PATCH v5 10/10] svcrdma: Add class for RDMA backwards direction transport
  ` [PATCH v5 11/10] svc_rdma: use local_dma_lkey

[patch] staging: rdma: shift wrapping bug in c2_get_dma_mr()
 2016-01-08 13:29 UTC  (2+ messages)

iw_cxgb4: Pass qid range to user space driver
 2016-01-08 13:12 UTC 

[PATCH 1/1] Fix deadlock when running run_iter_bw_infinitely
 2016-01-08  7:36 UTC  (6+ messages)
` Ping: "

[PATCH] IB/qib: fix mcast detach when qp not attached
 2016-01-07 21:48 UTC  (2+ messages)

[PATCHv1 0/6] rdma controller support
 2016-01-07 21:10 UTC  (36+ messages)
` [PATCHv1 2/6] IB/core: Added members to support rdma cgroup
` [PATCHv1 3/6] rdmacg: implements "
` [PATCHv1 6/6] rdmacg: Added documentation for rdma controller

[PATCH V1] IB/cma: Fix RDMA port validation for iWarp
 2016-01-07 17:38 UTC  (2+ messages)

[PATCH] IB/IPoIB: Fix kernel panic on multicast flow
 2016-01-07 16:03 UTC  (4+ messages)

[PATCH rdma-next 0/6] dev attr cleanup (less is more)
 2016-01-07 16:00 UTC  (3+ messages)
` [PATCH rdma-next 6/6] staging/o2iblnd: Avoid calling ib_query_device

[PATCH] RXE: A Soft RoCE back-end for the RVT
 2016-01-07 15:44 UTC  (3+ messages)

[PATCH v2 00/10] iSER support for remote invalidate
 2016-01-07 15:26 UTC  (6+ messages)

iser-target: Add iSCSI Extensions for RDMA (iSER) target driver
 2016-01-07 15:22 UTC  (5+ messages)

[PATCH] IB/cma: Fix RDMA port validation for iWarp
 2016-01-07  9:21 UTC  (3+ messages)

NULL pointer deref in k.o/for-4.5
 2016-01-07  6:07 UTC  (5+ messages)

[PATCH] [RFC] RVT: implementation of a generic IB transport module
 2016-01-06 18:55 UTC 

[PATCH 0/2] InfiniBand-iSER: Refactoring for two function implementations
 2016-01-06 18:47 UTC  (2+ messages)

[PATCH 0/9] Start to rely on rdmavt for qp support and other verbs
 2016-01-06 18:23 UTC  (10+ messages)
  ` [PATCH 1/9] IB/qib: Remove ibport and use rdmavt version
  ` [PATCH 2/9] IB/qib: Implement qib support for AH notification
  ` [PATCH 3/9] IB/qib: Remove mmap from qib
  ` [PATCH 4/9] IB/qib: Use rdmavt pkey verbs function
  ` [PATCH 5/9] IB/qib: Remove qpn, qp tables and related variables from qib
  ` [PATCH 6/9] IB/qib: Delete QIB user context allocation and de-alloction functions
  ` [PATCH 7/9] IB/qib: Remove qib_query_device function
  ` [PATCH 8/9] IB/qib: Use rdmavt send and receive flags
  ` [PATCH 9/9] IB/qib: Remove create qp and create qp table functionality

[PATCH 0/6] Start to add qp support to rdmavt and other verbs
 2016-01-06 18:15 UTC  (7+ messages)
  ` [PATCH 1/6] IB/rdmavt: Add IB user context allocation and de-alloction functions
  ` [PATCH 2/6] IB/rdmavt: Add R and S flags for queue pairs
  ` [PATCH 3/6] IB/rdmavt: Add create queue pair functionality
  ` [PATCH 4/6] IB/rdmavt: Export reset_qp in rdmavt
  ` [PATCH 5/6] IB/rdmavt: Allow reserving just one qpn
  ` [PATCH 6/6] IB/rdmavt: Add support for rvt_query_device function

[PATCH v3 00/10] Begin to use rdmavt for qib
 2016-01-06 18:10 UTC  (11+ messages)
  ` [PATCH v3 01/10] IB/qib: Begin to use rdmavt for verbs
  ` [PATCH v3 02/10] IB/qib: Remove dma.c and use rdmavt version of dma functions
  ` [PATCH v3 03/10] IB/qib: Use rdmavt protection domain
  ` [PATCH v3 04/10] IB/qib: Remove most uses of QIB_PERMISSIVE_LID and QIB_MULTICAST_LID_BASE
  ` [PATCH v3 05/10] IB/qib: Use rdmavt lid defines in qib
  ` [PATCH v3 06/10] IB/qib: Remove driver specific members from qib qp type
  ` [PATCH v3 07/10] IB/qib: Add device specific info prints
  ` [PATCH v3 08/10] IB/qib: Remove qp and mr functionality from qib
  ` [PATCH v3 09/10] IB/qib: Use address handle in rdmavt and remove "
  ` [PATCH v3 10/10] IB/qib: Remove srq "

[PATCH v3 00/36] Add rdma verbs transport library
 2016-01-06 18:05 UTC  (37+ messages)
  ` [PATCH v3 01/36] IB/rdmavt: Create module framework and handle driver registration
  ` [PATCH v3 02/36] IB/rdmavt: Consolidate dma ops in rdmavt
  ` [PATCH v3 03/36] IB/rdmavt: Add protection domain to rdmavt
  ` [PATCH v3 04/36] IB/rdmavt: Add ib core device attributes to rvt driver params list
  ` [PATCH v3 05/36] IB/rdmavt: Macroize override checks during driver registration
  ` [PATCH v3 06/36] IB/rdmavt: Add query and modify device stubs
  ` [PATCH v3 07/36] IB/rdmavt: Add query and modify port stubs
  ` [PATCH v3 08/36] IB/rdmavt: Add pkey query stub
  ` [PATCH v3 09/36] IB/rdmavt: Add query gid stub
  ` [PATCH v3 10/36] IB/rdmavt: Alloc and dealloc ucontexts
  ` [PATCH v3 11/36] IB/rdmavt: Add queue pair function stubs
  ` [PATCH v3 12/36] IB/rdmavt: Add address handle stubs
  ` [PATCH v3 13/36] IB/rdmavt: Add memory region stubs
  ` [PATCH v3 14/36] IB/rdmavt: Add SRQ stubs
  ` [PATCH v3 15/36] IB/rdmavt: Add multicast stubs
  ` [PATCH v3 16/36] IB/rdmavt: Add process MAD stub
  ` [PATCH v3 17/36] IB/rdmavt: Add mmap stub
  ` [PATCH v3 18/36] IB/rdmavt: Add get port immutable stub
  ` [PATCH v3 19/36] IB/rdmavt: Add completion queue function stubs
  ` [PATCH v3 20/36] IB/rdmavt: Add post send and recv stubs
  ` [PATCH v3 21/36] IB/rdmavt: Move MR datastructures into rvt
  ` [PATCH v3 22/36] IB/rdmavt: Add queue pair data structure to rdmavt
  ` [PATCH v3 23/36] IB/rdmavt: Move driver helper functions to a common structure
  ` [PATCH v3 24/36] IB/rdmavt: Add device specific info prints
  ` [PATCH v3 25/36] IB/rdmavt: Add the start of capability flags
  ` [PATCH v3 26/36] IB/rdmavt: Move memory registration into rdmavt
  ` [PATCH v3 27/36] IB/rdmavt: Do not use rvt prints which rely on driver too early
  ` [PATCH v3 28/36] IB/rdmavt: Add common LID defines to rdmavt
  ` [PATCH v3 29/36] IB/rdmavt: Add AH "
  ` [PATCH v3 30/36] IB/rdmavt: Move SRQ data structure into rdmavt
  ` [PATCH v3 31/36] IB/rdmavt: Add an ibport data structure to rdmavt
  ` [PATCH v3 32/36] IB/rdmavt: Add driver notification for new AH
  ` [PATCH v3 33/36] IB/rdmavt: Break rdma_vt main include header file up
  ` [PATCH v3 34/36] IB/rdmavt: Initialize and teardown of qpn table
  ` [PATCH v3 35/36] IB/rdmavt: Add mmap related functions
  ` [PATCH v3 36/36] IB/rdmavt: Add pkey support

[PATCH 00/15] Various ib_srpt patches
 2016-01-06 17:04 UTC  (52+ messages)
` [PATCH 01/15] IB/srpt: Add parentheses around sizeof argument
` [PATCH 02/15] IB/srpt: Inline srpt_sdev_name()
` [PATCH 03/15] IB/srpt: Inline srpt_get_ch_state()
` [PATCH 04/15] IB/srpt: Introduce target_reverse_dma_direction()
` [PATCH 05/15] IB/srpt: Use scsilun_to_int()
` [PATCH 06/15] IB/srpt: Simplify srpt_handle_tsk_mgmt()
` [PATCH 07/15] IB/srpt: Simplify channel state management
` [PATCH 08/15] IB/srpt: Simplify srpt_shutdown_session()
` [PATCH 09/15] IB/srpt: Fix srpt_close_session()
` [PATCH 10/15] IB/srpt: Fix srpt_handle_cmd() error paths
` [PATCH 11/15] IB/srpt: Fix how aborted commands are processed
` [PATCH 12/15] IB/srpt: Eliminate srpt_find_channel()
` [PATCH 13/15] IB/srpt: Detect session shutdown reliably
` [PATCH 14/15] IB/srpt: Fix srpt_write_pending()
` [PATCH 15/15] IB/srpt: Fix a rare crash in srpt_close_session()

[PATCH 10/11] IB: only keep a single key in struct ib_mr
 2016-01-06 16:59 UTC  (11+ messages)

[PATCH] IB/ipoib: Expose ioctl command to retrieve SGID of a given socket
 2016-01-06 13:10 UTC  (5+ messages)

[PATCH] IB/cm: Fix a recently introduced deadlock
 2016-01-06 11:35 UTC  (2+ messages)

Unable to establish rdma connection, breaks rdma basic functionality
 2016-01-06 11:20 UTC  (3+ messages)

convert mad to the new CQ API
 2016-01-06  9:35 UTC  (8+ messages)
` [PATCH 1/2] IB/mad: pass ib_mad_send_buf explicitly to the recv_handler
` [PATCH 2/2] IB/mad: use CQ abstraction
    ` [PATCH 2/2 v2] "

How to determine hex address for srpt acls, its not /sys/class/infiniband/mlx4_0/ports/1/gids/0
 2016-01-06  9:06 UTC  (2+ messages)

Obtaining initiator hex address for srpt acls, not /sys/class/infiniband/mlx4_0/ports/1/gids/0
 2016-01-06  9:05 UTC  (3+ messages)

[RFC PATCH 00/15] staging/rdma/hfi1: Initial patches to add rdmavt support in HFI1
 2016-01-05 22:50 UTC  (8+ messages)

[PATCHv4 TRIVIAL] IB/core: Documentation fix to the snoop handler in the MAD header file
 2016-01-05 22:03 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;
as well as URLs for NNTP newsgroup(s).