linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-16 15:53:39 to 2016-01-24 01:26:01 UTC [more...]

[PULL REQUEST] Please pull rdma.git
 2016-01-24  1:26 UTC  (10+ 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 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 04/16] i40iw: add connection management code
` [PATCH v3 06/16] i40iw: add pble resource 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  (12+ messages)
` [PATCH 03/13] irq_poll: fold irq_poll_sched_prep into irq_poll_sched
        `  "
` [PATCH 07/13] IB: add a proper completion queue abstraction

[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)

[PATCH for-4.5] iw_cxgb4: Take clip reference first, before creating IPv6 listening servers
 2016-01-19 20:54 UTC  (3+ messages)

[PATCHv3 for-4.5 0/2] iw_cxgb4: Fixes static checker warnings
 2016-01-19 20:53 UTC  (3+ messages)

[PATCH 00/12] IB/mlx4: Add RoCEv2 support
 2016-01-19 20:50 UTC  (2+ messages)

[PATCH] infiniband: Replace memset with eth_zero_addr
 2016-01-19 20:44 UTC  (2+ messages)

[PATCH] IB/mlx5: Delete locally redefined variable
 2016-01-19 20:43 UTC  (2+ messages)

[PATCH 0/3] Three SRP driver patches for kernel 4.5
 2016-01-19 20:43 UTC  (2+ messages)

convert mad to the new CQ API
 2016-01-19 20:42 UTC  (2+ messages)

[PATCH] IB/qib: Improve ipoib UD performance
 2016-01-19 20:41 UTC  (2+ messages)

Obtaining initiator hex address for srpt acls, not /sys/class/infiniband/mlx4_0/ports/1/gids/0
 2016-01-19 19:46 UTC  (4+ messages)

[PATCH] IB/sysfs: Fix sparse warning on attr_id
 2016-01-19 19:14 UTC  (2+ messages)

[PATCH 0/8] IB/rdmavt: Add functions for cq, qp, post send and recv
 2016-01-19 18:53 UTC  (6+ messages)
` [PATCH 2/8] IB/rdmavt: Add post send to rdmavt

[PATCH V1] IB/cma: Fix RDMA port validation for iWarp
 2016-01-19 18:52 UTC  (11+ messages)

[patch] staging: rdma: shift wrapping bug in c2_get_dma_mr()
 2016-01-19 18:13 UTC  (3+ messages)

[PATCH] IB/qib: fix mcast detach when qp not attached
 2016-01-19 18:10 UTC  (3+ messages)

[PATCH] IB/IPoIB: Fix kernel panic on multicast flow
 2016-01-19 18:03 UTC  (3+ messages)

GREETINGS,
 2016-01-16 23:53 UTC 

[PATCH libmlx5 V1 0/2] Add cross-channel support
 2016-01-16 15:55 UTC  (3+ messages)
  ` [PATCH libmlx5 V1 1/2] Add CQ ignore overrun creation flag
  ` [PATCH libmlx5 V1 2/2] Add cross-channel work request opcodes

[PATCH V1 libibverbs 0/5] Add cross-channel support
 2016-01-16 15:53 UTC  (6+ messages)
  ` [PATCH libibverbs V1 1/5] Add CQ ignore overrun flag
  ` [PATCH libibverbs V1 2/5] Add cross-channel QP flags
  ` [PATCH libibverbs V1 3/5] Add cross-channel work requests primitives
  ` [PATCH libibverbs V1 4/5] Export cross-channel capability flag
  ` [PATCH libibverbs V1 5/5] Add an example of cross-channel synchronization


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).