messages from 2015-11-17 08:54:01 to 2015-11-23 20:01:36 UTC [more...]
add a proper completion queue abstraction
2015-11-23 20:01 UTC (53+ messages)
` [PATCH 1/9] move blk_iopoll to limit and make it generally available
` [PATCH 2/9] IB: add a proper completion queue abstraction
` [PATCH 3/9] IB: add a helper to safely drain a QP
` [PATCH 4/9] srpt: chain RDMA READ/WRITE requests
` [PATCH 5/9] srpt: use the new CQ API
` [PATCH 6/9] srp: "
[PATCH for-next V1 0/9] Add RoCE v2 support
2015-11-23 19:53 UTC (4+ messages)
memory registration updates
2015-11-23 19:48 UTC (23+ messages)
` [PATCH 01/11] IB: start documenting device capabilities
` [PATCH 02/11] IB: remove ib_query_mr
` [PATCH 03/11] IB: remove support for phys MRs
` [PATCH 04/11] IB: remove in-kernel support for memory windows
` [PATCH 05/11] cxgb3: simplify iwch_get_dma_wr
` [PATCH 06/11] nes: simplify nes_reg_phys_mr calling conventions
` [PATCH 07/11] amso1100: fold c2_reg_phys_mr into c2_get_dma_mr
` [PATCH 08/11] ehca: stop using struct ib_phys_buf
` [PATCH 09/11] IB: remove the struct ib_phys_buf definition
` [PATCH 10/11] IB: only keep a single key in struct ib_mr
` [PATCH 11/11] IB: provide better access flags for fast registrations
[PATCH] IB/cma: Add a missing rcu_read_unlock()
2015-11-23 18:47 UTC (4+ messages)
[PATCH] IB/ipoib: CSUM support in connected mode
2015-11-23 18:29 UTC (14+ messages)
[PATCH for-next 00/10] iSER support for remote invalidate
2015-11-23 18:13 UTC (70+ messages)
` [PATCH for-next 01/10] IB/iser: Fix module init not cleaning up on error flow
` [PATCH for-next 02/10] IB/iser: Default to fastreg instead of fmr
` [PATCH for-next 03/10] IB/iser: Don't register memory for all immediatedata writes
` [PATCH for-next 04/10] IB/iser: set intuitive values for mr_valid
` [PATCH for-next 05/10] iser: Have initiator and target to share protocol structures and definitions
` [PATCH for-next 06/10] iser-target: Remove unused file iser_proto.h
` [PATCH for-next 07/10] iser-target: Declare correct flags when accepting a connection
` [PATCH for-next 08/10] iser-target: Support the remote invalidation exception
` [PATCH for-next 10/10] IB/iser: "
garbage collect old memory registration code
2015-11-23 17:58 UTC (2+ messages)
[PATCH v3 3/3] staging/rdma/hfi1: Method to toggle "fast ECN" detection
2015-11-23 2:41 UTC (4+ messages)
[PATCH v2 0/7] Fix hfi1_ioctl locking
2015-11-23 2:17 UTC (6+ messages)
` [PATCH v2 1/7] staging/rdma/hfi1: diag.c Correct code style issues
[PATCH] IB/mlx5: fix null dereference
2015-11-22 17:41 UTC (2+ messages)
srp state in current mainline
2015-11-22 15:31 UTC (7+ messages)
[PATCH for-next 0/4] User-space time-stamping support for mlx5_ib
2015-11-22 14:04 UTC (6+ messages)
` [PATCH for-next 1/4] IB/mlx5: Add create_cq extended command
[PATCH] IB/srp: Fix possible send queue overflow
2015-11-22 13:37 UTC (5+ messages)
HFI1 code duplication todo
2015-11-21 15:53 UTC (13+ messages)
[PATCH] IB/srp: Fix a memory leak
2015-11-21 2:22 UTC (3+ messages)
[PATCH] IB/iser: use sector_div instead of do_div
2015-11-21 2:18 UTC (2+ messages)
[PATCH v3] staging/rdma/hfi1: Eliminate WARN_ON when VL is invalid
2015-11-21 0:43 UTC
[PATCH v2 0/2] staging/rdma/hfi1: Miscellaneous Fixes
2015-11-20 23:59 UTC (8+ messages)
` [PATCH v2 2/2] staging/rdma/hfi1: Eliminate WARN_ON when VL is invalid
[PATCH] staging/rdma/hfi1: Fix error in hfi1 driver build
2015-11-20 23:13 UTC
[PATCH 01/18] staging/rdma/hfi1: Support alternate firmware names
2015-11-20 22:04 UTC (24+ messages)
` [PATCH 02/18] staging/rdma/hfi1: Decode CNP opcode
` [PATCH 03/18] staging/rdma/hfi1: Add aeth name syndrome decode
` [PATCH 05/18] staging/rdma/hfi1: Clean up comments
` [PATCH 06/18] staging/rdma/hfi: Add one-time LCB reset
` [PATCH 07/18] staging/rdma/hfi1: Extend quiet timeout
` [PATCH 09/18] staging/rdma/hfi1: Correctly limit VLs against SDMA engines
` [PATCH 18/18] staging/rdma/hfi1: Workaround CONFIG_SDMA_VERBOSITY timing issue
[PATCH v3] staging/rdma/hfi1: set Gen3 half-swing for integrated devices
2015-11-20 15:54 UTC (5+ messages)
[PATCH 0/9] staging/rdma/hfi1: Fix bugs and performance issues
2015-11-20 8:21 UTC (5+ messages)
` [PATCH 5/9] staging/rdma/hfi1: Add function stubs for TID caching
[PATCH ib-next 0/3] IB core uverbs support for leagacy commands
2015-11-19 21:56 UTC (2+ messages)
[PATCH v3 00/22] kthread: Use kthread worker API more widely
2015-11-19 12:46 UTC (4+ messages)
` [PATCH v3 18/22] IB/fmr_pool: Convert the cleanup thread into kthread worker API
[PATCH 1/1] Fix deadlock when running run_iter_bw_infinitely
2015-11-18 12:27 UTC
[PATCH libmlx5 v2 0/5] Support CQE versions
2015-11-17 21:52 UTC (6+ messages)
` [PATCH libmlx5 v2 1/5] libmlx5: Add infrastructure for resource identification
` [PATCH libmlx5 v2 2/5] libmlx5: Add QPs and XSRQs resource tracking
` [PATCH libmlx5 v2 3/5] libmlx5: Added new poll_cq according to the new CQE format
` [PATCH libmlx5 v2 4/5] libmlx5: Added QP and XSRQ create/destroy flow with user index
` [PATCH libmlx5 v2 5/5] libmlx5: Work with CQE version 1
[PATCH] IB/ipoib: Change sendq threshold size
2015-11-17 15:02 UTC (3+ 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).