messages from 2015-07-26 15:33:42 to 2015-07-30 14:56:42 UTC [more...]
[PATCH for-4.3 00/15] Modify MR allocation API
2015-07-30 14:56 UTC (19+ messages)
` [PATCH for-4.3 01/15] IB/core: Get rid of redundant verb ib_destroy_mr
` [PATCH for-4.3 03/15] IB/iser: Convert to ib_alloc_mr
` [PATCH for-4.3 06/15] xprtrdma, svcrdma: "
` [PATCH for-4.3 08/15] mlx5: Drop mlx5_ib_alloc_fast_reg_mr
` [PATCH for-4.3 14/15] qib: Support ib_alloc_mr verb
` [PATCH for-4.3 02/15] IB: Modify ib_create_mr API
` [PATCH for-4.3 04/15] iser-target: Convert to ib_alloc_mr
` [PATCH for-4.3 05/15] IB/srp: "
` [PATCH for-4.3 07/15] RDS: "
` [PATCH for-4.3 09/15] mlx4: Support ib_alloc_mr verb
` [PATCH for-4.3 10/15] ocrdma: "
` [PATCH for-4.3 11/15] iw_cxgb4: "
` [PATCH for-4.3 12/15] cxgb3: "
` [PATCH for-4.3 13/15] nes: "
` [PATCH for-4.3 15/15] IB/core: Drop ib_alloc_fast_reg_mr
Potential lost receive WCs (was "[PATCH WIP 38/43]")
2015-07-30 14:51 UTC (7+ messages)
[PATCH v4 00/14] Demux IB CM requests in the rdma_cm module
2015-07-30 14:50 UTC (15+ messages)
` [PATCH v4 01/14] IB/core: Add rwsem to allow reading device list or client list
` [PATCH v4 02/14] IB/core: lock client data with lists_rwsem
` [PATCH v4 03/14] IB/core: Find the network device matching connection parameters
` [PATCH v4 04/14] IB/ipoib: Return IPoIB devices "
` [PATCH v4 05/14] IB/cm: Expose service ID in request events
` [PATCH v4 06/14] IB/cm: Share listening CM IDs
` [PATCH v4 07/14] IB/cma: Refactor RDMA IP CM private-data parsing code
` [PATCH v4 08/14] IB/cma: Helper functions to access port space IDRs
` [PATCH v4 09/14] IB/cm: Expose BTH P_Key in CM and SIDR request events
` [PATCH v4 10/14] IB/cma: Add net_dev and private data checks to RDMA CM
` [PATCH v4 11/14] IB/cma: Validate routing of incoming requests
` [PATCH v4 12/14] IB/cma: Use found net_dev for passive connections
` [PATCH v4 13/14] IB/cma: Share ib_cm_ids between rdma_cm_ids
` [PATCH v4 14/14] IB/cm: Remove compare_data checks
[PATCH for-next 0/4] few mlx4 IB driver fixes for 4.3
2015-07-30 14:34 UTC (5+ messages)
` [PATCH for-next 1/4] IB/mlx4: Fix potential deadlock when sending mad to wire
` [PATCH for-next 2/4] IB/mlx4: Deprecate mcast group warning message to debug because of flooding
` [PATCH for-next 3/4] IB/mlx4: In sysfs under RoCE, do not allow changing the paravirtualization mapping for pkeys
` [PATCH for-next 4/4] IB/mlx4: Use correct SL on AH query under RoCE
[PATCH] IB/ipoib: CSUM support in connected mode
2015-07-30 13:58 UTC (2+ messages)
[PATCH 00/22] iser patches for 4.3
2015-07-30 13:52 UTC (35+ messages)
` [PATCH 01/22] IB/iser: Change some module parameters to be RO
` [PATCH 02/22] IB/iser: Change minor assignments and logging prints
` [PATCH 03/22] IB/iser: Remove '.' from log message
` [PATCH 04/22] IB/iser: Fix missing return status check in iser_send_data_out
` [PATCH 05/22] IB/iser: Get rid of un-maintained counters
` [PATCH 06/22] IB/iser: Fix possible bogus DMA unmapping
` COMMERCIAL: "
` [PATCH 07/22] IB/iser: Remove a redundant always-false condition
` [PATCH 08/22] IB/iser: Remove an unneeded print for unaligned memory
` [PATCH 09/22] IB/iser: Introduce struct iser_reg_resources
` [PATCH 10/22] IB/iser: Rename struct fast_reg_descriptor -> iser_fr_desc
` [PATCH 11/22] IB/iser: Remove dead code in fmr_pool alloc/free
` [PATCH 12/22] IB/iser: Introduce iser_reg_ops
` [PATCH 13/22] IB/iser: Move fastreg descriptor allocation to iser_create_fastreg_desc
` [PATCH 14/22] IB/iser: Introduce iser registration pool struct
` [PATCH 15/22] IB/iser: Maintain connection fmr_pool under a single registration descriptor
` [PATCH 16/22] IB/iser: Rename iser_reg_page_vec to iser_fast_reg_fmr
` [PATCH 17/22] IB/iser: Make reg_desc_get a per device routine
` [PATCH 18/22] IB/iser: Unify fast memory registration flows
` [PATCH 19/22] IB/iser: Pass registration pool a size parameter
` [PATCH 20/22] IB/iser: Support up to 8MB data transfer in a single command
` [PATCH 21/22] IB/iser: Add debug prints to the various memory registration methods
` [PATCH 22/22] IB/iser: Chain all iser transaction send work requests
[PATCH] IB/ipath: Move ipath driver to staging
2015-07-30 13:25 UTC
[PATCH v2] xprtrdma: take HCA driver refcount at client
2015-07-30 11:00 UTC
[PATCH v3 00/13] Demux IB CM requests in the rdma_cm module
2015-07-30 9:03 UTC (16+ messages)
` [PATCH v3 01/13] IB/core: lock client data with lists_rwsem
` [PATCH v3 02/13] IB/core: Find the network device matching connection parameters
` [PATCH v3 03/13] IB/ipoib: Return IPoIB devices "
` [PATCH v3 04/13] IB/cm: Expose service ID in request events
` [PATCH v3 05/13] IB/cm: Share listening CM IDs
` [PATCH v3 06/13] IB/cma: Refactor RDMA IP CM private-data parsing code
` [PATCH v3 07/13] IB/cma: Helper functions to access port space IDRs
` [PATCH v3 08/13] IB/cm: Expose BTH P_Key in CM and SIDR request events
` [PATCH v3 09/13] IB/cma: Add net_dev and private data checks to RDMA CM
` [PATCH v3 10/13] IB/cma: Validate routing of incoming requests
` [PATCH v3 11/13] IB/cma: Use found net_dev for passive connections
` [PATCH v3 12/13] IB/cma: Share ib_cm_ids between rdma_cm_ids
` [PATCH v3 13/13] IB/cm: Remove compare_data checks
[PATCH WIP 00/43] New fast registration API
2015-07-30 8:08 UTC (37+ messages)
` [PATCH WIP 21/43] mlx5: Allocate a private page list in ib_alloc_mr
` [PATCH WIP 28/43] IB/core: Introduce new fast registration API
` [PATCH WIP 38/43] iser-target: Port to new memory "
[PATCH] rds: rds_ib_device.refcount overflow
2015-07-30 5:35 UTC (4+ messages)
[PATCH 00/10] IB: Replace safe uses for ib_get_dma_mr with pd->local_dma_lkey
2015-07-29 16:39 UTC (11+ messages)
[PATCH REPOST libibverbs] Add IP and TCP/UDP TX checksum offload support
2015-07-29 16:32 UTC (4+ messages)
[PATCH] RDMA/amso1100: deprecate the amso1100 provider
2015-07-29 15:11 UTC (2+ messages)
deprecating amso1100
2015-07-29 14:34 UTC (7+ messages)
[PATCH] IB/ipath: Move ipath driver to staging
2015-07-29 14:31 UTC (2+ messages)
[PATCH v1 RESEND] xprtrdma: take vendor driver refcount at client
2015-07-29 12:49 UTC
[PATCH v1] xprtrdma: take vendor driver refcount at client
2015-07-29 12:41 UTC (3+ messages)
ADMINISTRATOR
2015-07-29 9:25 UTC
removal of ib_reg_phys_mr()
2015-07-29 6:44 UTC (2+ messages)
[PATCH v2 00/13] Demux IB CM requests in the rdma_cm module
2015-07-29 6:34 UTC (25+ messages)
` [PATCH v2 01/13] IB/core: lock client data with lists_rwsem
` [PATCH v2 02/13] IB/core: Find the network device matching connection parameters
` [PATCH v2 03/13] IB/ipoib: Return IPoIB devices "
` [PATCH v2 04/13] IB/cm: Expose service ID in request events
` [PATCH v2 05/13] IB/cm: Share listening CM IDs
` [PATCH v2 06/13] IB/cma: Refactor RDMA IP CM private-data parsing code
` [PATCH v2 07/13] IB/cma: Helper functions to access port space IDRs
` [PATCH v2 08/13] IB/cm: Expose BTH P_Key in CM and SIDR request events
` [PATCH v2 09/13] IB/cma: Add net_dev and private data checks to RDMA CM
` [PATCH v2 10/13] IB/cma: Validate routing of incoming requests
` [PATCH v2 11/13] IB/cma: Use found net_dev for passive connections
` [PATCH v2 12/13] IB/cma: Share ib_cm_ids between rdma_cm_ids
` [PATCH v2 13/13] IB/cm: Remove compare_data checks
RE::
2015-07-28 18:54 UTC
net/mlx5e: Allocate DMA coherent memory on reader NUMA node
2015-07-28 16:59 UTC
[PATCH for-4.2] iw_cxgb4: set the default MPA version to 2
2015-07-28 15:23 UTC (2+ messages)
[PATCH for-4.2] iw_cxgb4: gracefully handle unknown CQE status errors
2015-07-28 15:23 UTC (2+ messages)
[PATCH] IB/qib: Change lkey table allocation to support more MRs
2015-07-28 15:16 UTC (2+ messages)
[PATCH] mlx5: Fix missing device local_dma_lkey
2015-07-28 15:09 UTC (2+ messages)
[PATCH] xprtrdma: take vendor driver refcount at client
2015-07-28 14:56 UTC (4+ messages)
[PATCH] IB/mlx5: Remove dead code from alloc_cached_mr()
2015-07-28 14:47 UTC (3+ messages)
[PATCH] RDMA/iser: Limit sgs to the device fastreg depth
2015-07-28 14:47 UTC (2+ messages)
[PATCH RESEND 0/4] Use max_sge_rd device capability
2015-07-28 14:45 UTC (10+ messages)
` [PATCH RESEND 1/4] mlx4, mlx5, mthca: Expose max_sge_rd correctly
` [PATCH RESEND 2/4] ipath,qib: "
` [PATCH RESEND 3/4] svcrdma: Use max_sge_rd for destination read depths
` [PATCH RESEND 4/4] RDMA/Core: remove rdma_cap_read_multi_sge() helper
[PULL REQUEST] Please pull rdma.git
2015-07-28 14:37 UTC
Bug: Discover more than 1 iSER gives -- isert: isert_handle_wc: wr... status {9,1} vend_err {8a,d7) -- & -- conn error (1011)
2015-07-28 8:38 UTC (2+ messages)
How to disconnect a SRP (SCSI RDMA Protocol) drive after unmounting
2015-07-28 4:00 UTC (2+ messages)
[PATCH V6 0/9] iSER support for iWARP
2015-07-27 21:45 UTC (18+ messages)
` [PATCH V6 6/9] isert: Rename IO functions to more descriptive names
` [PATCH V6 9/9] isert: Support iWARP transports using FRMRs
[PATCH v3 00/15] NFS/RDMA client side for Linux 4.3
2015-07-26 18:51 UTC (9+ messages)
` [PATCH v3 01/15] xprtrdma: Make xprt_setup_rdma() agnostic to family of server address
` [PATCH v3 04/15] xprtrdma: Don't fall back to PHYSICAL memory registration
` [PATCH v3 06/15] xprtrdma: Clean up rpcrdma_ia_open()
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).