linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-19 20:54:41 to 2016-01-26 18:52:08 UTC [more...]

[PATCH 00/15] Various ib_srpt patches
 2016-01-26 18:52 UTC  (7+ messages)
` [PATCH 06/15] IB/srpt: Simplify srpt_handle_tsk_mgmt()

[PATCH] IB/cm: Expose driver version
 2016-01-26 17:50 UTC  (4+ messages)

[LSF/MM TOPIC] Remote access to pmem on storage targets
 2016-01-26 17:00 UTC  (6+ messages)
  ` [Lsf-pc] "

IB/mlx5: Add create and destroy functionality for Raw Packet QP
 2016-01-26  8:48 UTC  (2+ messages)

[PATCH][V2] IB/sysfs: remove unused va_list args
 2016-01-25 18:41 UTC  (2+ messages)

[PATCH] IB/sysfs: remove unused va_list args
 2016-01-25 18:28 UTC  (3+ messages)

[PATCH v4 00/22] kthread: Use kthread worker API more widely
 2016-01-25 15:45 UTC  (2+ messages)
` [PATCH v4 18/22] IB/fmr_pool: Convert the cleanup thread into kthread worker API

[PULL REQUEST] Please pull rdma.git
 2016-01-25  1:05 UTC  (23+ messages)

[PATCH v2 0/7] IB/qib: Use rdmavt for cq, post send/recv, some qp ops
 2016-01-22 21:08 UTC  (8+ messages)
  ` [PATCH v2 1/7] IB/qib: Use rdmavt device allocation function
  ` [PATCH v2 2/7] IB/qib: Remove create and free mad agents
  ` [PATCH v2 3/7] IB/qib: Remove completion queue data structures and functions from qib
  ` [PATCH v2 4/7] IB/qib: Use rdmavt version of post_send
  ` [PATCH v2 5/7] IB/qib: Remove qib_post_receive and use rdmavt version
  ` [PATCH v2 6/7] IB/qib: Remove qib multicast verbs functions
  ` [PATCH v2 7/7] IB/qib: Remove qib_query_qp function

[PATCH v2 0/6] IB/rdmavt: clean ups, mad agents and query_qp
 2016-01-22 21:05 UTC  (7+ messages)
  ` [PATCH v2 1/6] IB/rdmavt: Remove unused variable from Queue Pair
  ` [PATCH v2 2/6] IB/rdmavt: add modify queue pair driver helpers
  ` [PATCH v2 3/6] IB/rdmavt: Add device structure allocation
  ` [PATCH v2 4/6] IB/rdmavt: Add mad agents to rdmavt
  ` [PATCH v2 5/6] IB/rdmavt: Fix copyright date
  ` [PATCH v2 6/6] IB/rdmavt: Add support for rvt_query_qp

[PATCH v2 0/8] IB/rdmavt: Add functions for cq, qp, post send and recv
 2016-01-22 21:01 UTC  (9+ messages)
  ` [PATCH v2 1/8] IB/rdmavt: Add completion queue functions
  ` [PATCH v2 2/8] IB/rdmavt: Add post send to rdmavt
  ` [PATCH v2 3/8] IB/rdmavt: Add support for tracing events
  ` [PATCH v2 4/8] IB/rdmavt: Add modify qp
  ` [PATCH v2 5/8] IB/rdmavt: Add destroy qp verb
  ` [PATCH v2 6/8] IB/rdmavt: Add post receive to rdmavt
  ` [PATCH v2 7/8] IB/rdmavt: Add multicast functions
  ` [PATCH v2 8/8] IB/rdmavt: Add misc dev register functionality

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

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

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

[PATCH 1/1] Ibacm: Check the presence of header files for netlink support
 2016-01-22 18:41 UTC  (2+ messages)

[PATCH v3 00/16] add Intel X722 iWARP driver
 2016-01-21 19:21 UTC  (25+ messages)
` [PATCH v3 04/16] i40iw: add connection management code
` [PATCH v3 06/16] i40iw: add pble resource files
  ` [PATCH v3 01/16] i40e: Add support for client interface for IWARP driver
  ` [PATCH v3 02/16] i40iw: add entry in rdma_netlink
  ` [PATCH v3 03/16] i40iw: add main, hdr, status
  ` [PATCH v3 05/16] i40iw: add puda code
  ` [PATCH v3 07/16] i40iw: add hmc resource files
  ` [PATCH v3 08/16] i40iw: add hw and utils files
  ` [PATCH v3 11/16] i40iw: add hardware related header files
  ` [PATCH v3 13/16] i40iw: user kernel shared files
` [PATCH v3 09/16] i40iw: add files for iwarp interface
` [PATCH v3 10/16] i40iw: add file to handle cqp calls
` [PATCH v3 12/16] i40iw: add X722 register file
` [PATCH v3 14/16] i40iw: virtual channel handling files
` [PATCH v3 15/16] i40iw: Kconfig and Makefile for iwarp module
` [PATCH v3 16/16] i40iw: changes for build of i40iw module

Back from PTO
 2016-01-21 19:01 UTC  (3+ messages)

[PATCH 1/1] IB/sa: Fix netlink local service GFP crash
 2016-01-21 17:49 UTC  (2+ messages)

[PATCH 1/1] Fix deadlock when running run_iter_bw_infinitely
 2016-01-21 14:12 UTC  (8+ messages)
` Ping: "

rdma hangs on poll_device() while tcp is correct
 2016-01-21  6:31 UTC 

[GIT PULL] target updates for v4.5-rc1
 2016-01-20 21:16 UTC 

[PATCH V1] IB/core: Do not allocate more memory than required for cma_configfs
 2016-01-20  8:20 UTC  (3+ messages)

completion queue abstraction V2
 2016-01-20  7:15 UTC  (6+ messages)
` [PATCH 03/13] irq_poll: fold irq_poll_sched_prep into irq_poll_sched
        `  "

[PATCH 00/31] staging/rdma/hfi1: Add rdmavt support to hfi1
 2016-01-19 22:44 UTC  (32+ messages)
  ` [PATCH 01/31] staging/rdma/hfi1: Begin to use rdmavt for verbs
  ` [PATCH 02/31] staging/rdma/hfi1: Add basic rdmavt capability flags for hfi1
  ` [PATCH 03/31] staging/rdma/hfi1: Consolidate dma ops "
  ` [PATCH 04/31] staging/rdma/hfi1: Use rdmavt protection domain
  ` [PATCH 05/31] staging/rdma/hfi1: Remove MR data structures from hfi1
  ` [PATCH 06/31] staging/rdma/hfi1: Remove driver specific members from hfi1 qp type
  ` [PATCH 07/31] staging/rdma/hfi1: Add device specific info prints
  ` [PATCH 08/31] staging/rdma/hfi1: Use correct rdmavt header files after move
  ` [PATCH 09/31] staging/rdma/hfi1: Use address handle in rdmavt and remove from hfi1
  ` [PATCH 10/31] staging/rdma/hfi1: Implement hfi1 support for AH notification
  ` [PATCH 11/31] staging/rdma/hfi1: Remove hfi1 MR and hfi1 specific qp type
  ` [PATCH 12/31] staging/rdma/hfi1: Remove srq from hfi1
  ` [PATCH 13/31] staging/rdma/hfi1: Remove ibport and use rdmavt version
  ` [PATCH 14/31] staging/rdma/hfi1: Remove mmap from hfi1
  ` [PATCH 15/31] staging/rdma/hfi1: Use rdmavt pkey verbs function
  ` [PATCH 16/31] staging/rdma/hfi1: Remove user context allocation and de-alloction functions
  ` [PATCH 17/31] staging/rdma/hfi1: Use rdmavt send flags and recv flags
  ` [PATCH 18/31] staging/rdma/hfi1: Remove qpdev and qpn table from hfi1
  ` [PATCH 19/31] staging/rdma/hfi1: Remove create_qp functionality
  ` [PATCH 20/31] staging/rdma/hfi1: Remove query_device function
  ` [PATCH 21/31] staging/rdma/hfi1: Remove CQ data structures and functions from hfi1
  ` [PATCH 22/31] staging/rdma/hfi1: Clean up return handling
  ` [PATCH 23/31] staging/rdma/hfi1: Use rdmavt version of post_send
  ` [PATCH 24/31] staging/rdma/hfi1: Remove multicast verbs functions
  ` [PATCH 25/31] staging/rdma/hfi1: Remove modify queue pair from hfi1
  ` [PATCH 26/31] staging/rdma/hfi1: Remove destroy qp verb
  ` [PATCH 27/31] staging/rdma/hfi1: Remove post_recv and use rdmavt version
  ` [PATCH 28/31] staging/rdma/hfi1: Clean up register device
  ` [PATCH 29/31] staging/rdma/hfi1: Use rdmavt device allocation function
  ` [PATCH 30/31] staging/rdma/hfi1: Remove create and free mad agents
  ` [PATCH 31/31] staging/rdma/hfi1: Remove hfi1_query_qp function

[PATCH 0/7] IB/qib: Use rdmavt for cq, post send/recv, some qp ops
 2016-01-19 22:34 UTC  (8+ messages)
  ` [PATCH 1/7] IB/qib: Use rdmavt device allocation function
  ` [PATCH 2/7] IB/qib: Remove create and free mad agents
  ` [PATCH 3/7] IB/qib: Remove completion queue data structures and functions from qib
  ` [PATCH 4/7] IB/qib: Use rdmavt version of post_send
  ` [PATCH 5/7] IB/qib: Remove qib_post_receive and use rdmavt version
  ` [PATCH 6/7] IB/qib: Remove qib multicast verbs functions
  ` [PATCH 7/7] IB/qib: Remove qib_query_qp function

[PATCH 0/6] IB/rdmavt: clean ups, mad agents and query_qp
 2016-01-19 22:28 UTC  (7+ messages)
  ` [PATCH 1/6] IB/rdmavt: Remove unused variable from Queue Pair
  ` [PATCH 2/6] IB/rdmavt: add modify queue pair driver helpers
  ` [PATCH 3/6] IB/rdmavt: Add device structure allocation
  ` [PATCH 4/6] IB/rdmavt: Add mad agents to rdmavt
  ` [PATCH 5/6] IB/rdmavt: Fix copyright date
  ` [PATCH 6/6] IB/rdmavt: Add support for rvt_query_qp

[PATCH] IB/srpt: Remove redundant wc array
 2016-01-19 21:46 UTC  (2+ messages)

[PATCH v2] IB/core: sysfs.c: Fix PerfMgt ClassPortInfo handling
 2016-01-19 21:21 UTC  (5+ messages)

[PATCH] IB/core: Remove a set-but-not-used variable from ib_sg_to_pages()
 2016-01-19 21:15 UTC  (2+ messages)

[PATCH V1 for-next 0/2] Fix hop-limit for RoCE
 2016-01-19 21:10 UTC  (2+ messages)

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

[PATCH] IB/cm: Fix a recently introduced deadlock
 2016-01-19 21:06 UTC  (3+ messages)

[PATCH] IB/qib: Support creating qps with GFP_NOIO flag
 2016-01-19 21:04 UTC  (5+ messages)

[PATCH] IB/mlx5: Fix passing casted pointer in mlx5_query_port_roce
 2016-01-19 21:01 UTC  (2+ messages)

[PATCH v5 00/10] NFS/RDMA server patches for v4.5
 2016-01-19 21:01 UTC  (4+ messages)
` [PATCH v5 11/10] svc_rdma: use local_dma_lkey

[patch] RDMA/nes: checking for NULL instead of IS_ERR
 2016-01-19 20:59 UTC  (3+ messages)

[patch] IB/cma: allocating too much memory in make_cma_ports()
 2016-01-19 20:59 UTC  (3+ messages)

[PATCH] net/mlx4: Remove unused macro
 2016-01-19 20:58 UTC  (2+ messages)

[PATCH] IB/mlx4: Take source mac from AH instead from the port
 2016-01-19 20:58 UTC  (2+ messages)

[PATCH] IB/mlx4: Initialize hop_limit when creating address handle
 2016-01-19 20:56 UTC  (2+ messages)

[PATCH] IB/mlx5: Expose correct maximum number of CQE capacity
 2016-01-19 20:54 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).