messages from 2016-01-04 06:55:35 to 2016-01-06 20:20:25 UTC [more...]
iser-target: Add iSCSI Extensions for RDMA (iSER) target driver
2016-01-06 20:20 UTC (3+ messages)
NULL pointer deref in k.o/for-4.5
2016-01-06 19:20 UTC (2+ messages)
[PATCH] RXE: A Soft RoCE back-end for the RVT
2016-01-06 18:56 UTC
[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 v2 00/10] iSER support for remote invalidate
2016-01-06 18:43 UTC (5+ 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 (12+ messages)
[PATCH] IB/cma: Fix RDMA port validation for iWarp
2016-01-06 16:50 UTC (2+ 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 (11+ 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)
[PATCHv1 0/6] rdma controller support
2016-01-05 22:01 UTC (11+ messages)
` [PATCHv1 1/6] rdmacg: Added rdma cgroup header file
` [PATCHv1 2/6] IB/core: Added members to support rdma cgroup
` [PATCHv1 4/6] IB/core: rdmacg support infrastructure APIs
` [PATCHv1 5/6] IB/core: use rdma cgroup for resource accounting
` [PATCHv1 6/6] rdmacg: Added documentation for rdma controller
` [PATCHv1 3/6] rdmacg: implements rdma cgroup
[PATCH][v4.2.y-ckt] net/mlx5e: Max mtu comparison fix
2016-01-05 21:13 UTC (2+ messages)
[PATCHv3 TRIVIAL] IB/core: Documentation fix to ib_mad_snoop_handler in the MAD header file
2016-01-05 19:56 UTC (5+ messages)
[PATCH v3] staging/rdma/hfi1: check for ARMED->ACTIVE transition in receive interrupt
2016-01-05 19:38 UTC
[PATCH v2] staging/rdma/hfi1: check for ARMED->ACTIVE transition in receive interrupt
2016-01-05 18:48 UTC (3+ messages)
device attr cleanup (was: Handle mlx4 max_sge_rd correctly)
2016-01-05 17:32 UTC (14+ messages)
` device attr cleanup
[PATCH rdma-RC] IB/cm: Fix rb-tree duplicate free and use-after-free
2016-01-05 11:33 UTC (10+ messages)
` [PATCH rdma-RC] IB/cm: Fix sleeping while atomic when creating AH from WC
[PATCHv2 TRIVIAL] IB/core: ib_mad.h ib_mad_snoop_handler documentation fix
2016-01-05 7:42 UTC (3+ messages)
[PATCH] IB/sysfs: Fix sparse warning on attr_id
2016-01-05 3:09 UTC (4+ messages)
[PATCH TRIVIAL] IB/core: ib_mad.h ib_mad_snoop_handler documentation fix
2016-01-04 20:17 UTC (2+ messages)
start moving user space visible constants to uapi headers
2016-01-04 17:02 UTC (2+ messages)
[PATCH] svc_rdma: use local_dma_lkey
2016-01-04 16:57 UTC (2+ messages)
[PATCH] staging: rdma: hfi1: diag: constify hfi1_filter_array structure
2016-01-04 15:48 UTC (2+ messages)
[RFC contig pages support 0/2] Add contiguous pages support
2016-01-04 14:44 UTC (11+ messages)
` [RFC contig pages support 1/2] IB: Supports contiguous memory operations
[PATCH V1 for-next 0/2] Fix hop-limit for RoCE
2016-01-04 8:49 UTC (3+ messages)
` [PATCH V1 for-next 1/2] IB/core: Rename rdma_addr_find_dmac_by_grh
` [PATCH V1 for-next 2/2] IB/core: Use hop-limit from IP stack for RoCE
[PATCH for-next 0/2] Fix hop-limit for RoCE
2016-01-04 8:23 UTC (4+ messages)
` [PATCH for-next 2/2] IB/core: Use hop-limit from IP stack "
[PATCH] IB/mad: Ensure fairness in ib_mad_completion_handler
2016-01-04 6:55 UTC (6+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).