linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-09-19 12:58:37 to 2014-10-07 13:03:15 UTC [more...]

[PATCH v2 0/12] IB/srp: Add multichannel support
 2014-10-07 13:03 UTC  (3+ messages)
  ` [PATCH v2 01/12] blk-mq: Use all available hardware queues
` [PATCH v2 02/12] blk-mq: Add blk_mq_unique_tag()

[PATCH RFC 0/8] IB/srp: Add multichannel support
 2014-10-07 12:51 UTC  (51+ messages)
` [PATCH 2/8] scsi-mq: Add support for multiple hardware queues
` [PATCH 4/8] IB/srp: Move ib_destroy_cm_id() call into srp_free_ch_ib()
` [PATCH 6/8] IB/srp: Avoid that I/O hangs due to a cable pull during LUN scanning
` [PATCH 7/8] IB/srp: Separate target and channel variables
  ` [PATCH 5/8] IB/srp: Remove stale connection retry mechanism
  ` [PATCH 8/8] IB/srp: Add multichannel support
  ` [PATCH RFC] scsi_tcq.h: Add support for multiple hardware queues

[PATCH V1 for-next 0/9] Peer-Direct support
 2014-10-07 12:33 UTC  (15+ messages)
  ` [PATCH V1 for-next 1/9] IB/core: Introduce peer client interface
  ` [PATCH V1 for-next 2/9] IB/core: Get/put peer memory client
  ` [PATCH V1 for-next 3/9] IB/core: Umem tunneling peer memory APIs
  ` [PATCH V1 for-next 4/9] IB/core: Infrastructure to manage peer core context
  ` [PATCH V1 for-next 5/9] IB/core: Invalidation support for peer memory
  ` [PATCH V1 for-next 6/9] IB/core: Sysfs "
  ` [PATCH V1 for-next 7/9] IB/mlx4: Invalidation support for MR over "
  ` [PATCH V1 for-next 8/9] IB/mlx5: "
  ` [PATCH V1 for-next 9/9] Samples: Peer memory client example

NFS over RDMA with no TCP/UDP
 2014-10-06 19:57 UTC  (3+ messages)

[PATCH 0/3] infiniband: ocrdma: Cleanups and unncessary memsets
 2014-10-06  9:05 UTC  (5+ messages)
  ` [PATCH 1/3] infinitiband: ocrdma: Don't memset() buffers we just allocated with kzalloc()
  ` [PATCH 2/3] infiniband: ocrdma: The kernel has a perfectly good BIT() macro - use it
  ` [PATCH 3/3] infiniband: ocrdma: Save the bit environment, spare unncessary parenthesis

[PATCH] ib_ipoib: CSUM support in connected mode
 2014-10-05 22:35 UTC  (3+ messages)

ib_ipoib: CSUM support in connected mode
 2014-10-04 18:36 UTC  (10+ messages)

[PATCH for-next 0/9] Peer-Direct support
 2014-10-02 16:41 UTC  (20+ messages)
  ` [PATCH for-next 1/9] IB/core: Introduce peer client interface
  ` [PATCH for-next 2/9] IB/core: Get/put peer memory client
  ` [PATCH for-next 3/9] IB/core: Umem tunneling peer memory APIs
  ` [PATCH for-next 4/9] IB/core: Infrastructure to manage peer core context
  ` [PATCH for-next 5/9] IB/core: Invalidation support for peer memory
  ` [PATCH for-next 6/9] IB/core: Sysfs "
  ` [PATCH for-next 7/9] IB/mlx4: Invalidation support for MR over "
  ` [PATCH for-next 8/9] IB/mlx5: "
  ` [PATCH for-next 9/9] Samples: Peer memory client example

[PATCH] IB/core: Fix race condition in ib_uverbs_open_qp
 2014-10-02 14:34 UTC  (4+ messages)

[PATCH libibverbs 0/9] Proper fields initializations
 2014-10-01 11:49 UTC  (10+ messages)
  ` [PATCH libibverbs 1/9] ibv_cmd_create_ah(): initialize reserved fields in various structures
  ` [PATCH libibverbs 2/9] ibv_cmd_post_recv(): initialize reserved field in struct ibv_kern_recv_wr
  ` [PATCH libibverbs 3/9] ibv_cmd_post_send(): initialize reserved field in struct ibv_kern_send_wr
  ` [PATCH libibverbs 4/9] ibv_cmd_create_srq_ex(): set reserved field in struct ibv_create_xsrq
  ` [PATCH libibverbs 5/9] kern-abi: remove unused qp_type union in struct ibv_kern_send_wr
  ` [PATCH libibverbs 6/9] ibv_cmd_open_qp(): initialize reserved field in struct ibv_open_qp
  ` [PATCH libibverbs 7/9] ibv_cmd_create_flow(): explicitly clear fields
  ` [PATCH libibverbs 8/9] ibv_cmd_create_flow(): initialize flow_id->comp_mask
  ` [PATCH libibverbs 9/9] ibv_cmd_destroy_flow(): initialize comp_mask explicitly

[PATCH for-next 00/21] iSER initiator updates for 3.18
 2014-10-01 11:02 UTC  (22+ messages)
  ` [PATCH for-next 01/21] IB/iser: Rename ib_conn -> iser_conn
  ` [PATCH for-next 02/21] IB/iser: Re-introduce ib_conn
  ` [PATCH for-next 03/21] IB/iser: Remove unused variables and dead code
  ` [PATCH for-next 04/21] IB/iser: Extend iser_free_ib_conn_res
  ` [PATCH for-next 05/21] IB/iser: Fix DEVICE REMOVAL handling in the absence of iscsi daemon
  ` [PATCH for-next 06/21] IB/iser: Don't bound release_work completions timeouts
  ` [PATCH for-next 07/21] IB/iser: Unbind at conn_stop stage
  ` [PATCH for-next 08/21] IB/iser: Protect tasks cleanup in case IB device was already released
  ` [PATCH for-next 09/21] IB/iser: Signal iSCSI layer that transport is broken in error completions
  ` [PATCH for-next 10/21] IB/iser: Use iser_warn instead of BUG_ON in iser_conn_release
  ` [PATCH for-next 11/21] IB/iser: Centralize iser completion contexts
  ` [PATCH for-next 12/21] IB/iser: Use internal polling budget to avoid possible live-lock
  ` [PATCH for-next 13/21] IB/iser: Use single CQ for RX and TX
  ` [PATCH for-next 14/21] IB/iser: Use beacon to indicate all completions were consumed
  ` [PATCH for-next 15/21] IB/iser: Optimize completion polling
  ` [PATCH for-next 16/21] IB/iser: Suppress scsi command send completions
  ` [PATCH for-next 17/21] IB/iser: change iscsi_conn_stop log level to info
  ` [PATCH for-next 18/21] IB/iser: Nit - add space after __func__ in iser logging
  ` [PATCH for-next 19/21] IB/iser: Add/Fix kernel doc style descriptions in iscsi_iser.h
  ` [PATCH for-next 20/21] IB/iser: Fix/add kernel-doc style description in iscsi_iser.c
  ` [PATCH for-next 21/21] IB/iser: Bump version, add maintainer

3.17-rc1 oops during network interface configuration
 2014-09-30 14:56 UTC  (7+ messages)

[PATCH v6] rsockets: fine grained interception mechanism for rsocket preloading
 2014-09-29 19:51 UTC  (2+ messages)

[PATCH V3] svcrdma: advertise the correct max payload
 2014-09-29 18:39 UTC  (5+ messages)

Unable to compile RDMA-aware examples in C
 2014-09-29  8:54 UTC  (3+ messages)

[PATCH] RDMA/ocrdma: remove a unused-label warning
 2014-09-29  6:59 UTC 

IB subsystem merges for 3.18
 2014-09-28 18:48 UTC 

[GIT PULL] please pull infiniband.git
 2014-09-27 21:19 UTC  (2+ messages)

[PATCH] IB/ipoib: order:1 failure in ipoib_cm_alloc_rx_skb causes softlockup
 2014-09-27 18:20 UTC 

[PATCH V1] IB/core: memset attr variable to prevent garbage data
 2014-09-26 15:30 UTC  (3+ messages)

[PATCH V2] IB/core: memset attr variable to prevent garbage data
 2014-09-26 15:15 UTC 

[PATCH] IB/core: memset attr variable to prevent garbage data
 2014-09-26 12:12 UTC  (2+ messages)

[PATCH v5 1/4] rsockets: fine grained interception mechanism for rsocket preloading
 2014-09-26  8:53 UTC  (3+ messages)

[PATCH v5 3/4] rsockets: fix rsocket state when interrupted waiting for events
 2014-09-25 22:59 UTC  (2+ messages)

[PATCH v5 2/4] rsockets: acknowledge completion queue events in batch
 2014-09-25 22:59 UTC  (2+ messages)

[PATCH 0/3] Add missing neigh_release, fix ntuple calculation for IPv6
 2014-09-25 17:23 UTC  (5+ messages)
  ` [PATCH 1/3] RDMA/cxgb4: Take IPv6 into account for best_mtu and set_emss
  ` [PATCH 2/3] RDMA/cxgb4: Add missing neigh_release in find_route
  ` [PATCH 3/3] RDMA/cxgb4: Fix ntuple calculation for ipv6 and remove duplicate line

Can a PF driver access the VF config space, BAR(MMIO) etc?
 2014-09-25  6:50 UTC  (3+ messages)

RDMA connection establishment flow
 2014-09-24 18:39 UTC  (3+ messages)

Introducing myself
 2014-09-24  9:49 UTC 

[PATCH V2] svcrdma: Advertise the correct max payload
 2014-09-23 19:55 UTC  (5+ messages)

用这个平台发短信,这就对了 wwi
 2014-09-23 14:32 UTC 

[PATCH 0/2] RDMA/ocrdma: ocrdma bug fixes
 2014-09-23  9:59 UTC  (2+ messages)

[PATCH] svcrdma: Advertise the correct max payload
 2014-09-22 19:16 UTC  (7+ messages)

RFC: FMR support in SRP
 2014-09-20  8:41 UTC  (8+ 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).