public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-12-01 16:30:28 to 2015-12-07 20:45:41 UTC [more...]

[PATCH 00/37] Add rdma verbs transport library
 2015-12-07 20:45 UTC  (38+ messages)
  ` [PATCH 01/37] IB/rdmavt: Create module framework and handle driver registration
  ` [PATCH 02/37] IB/rdmavt: Consolidate dma ops in rdmavt
  ` [PATCH 03/37] IB/rdmavt: Add protection domain to rdmavt
  ` [PATCH 04/37] IB/rdmavt: Add ib core device attributes to rvt driver params list
  ` [PATCH 05/37] IB/rdmavt: Macroize override checks during driver registration
  ` [PATCH 06/37] IB/rdmavt: Add query and modify device stubs
  ` [PATCH 07/37] IB/rdmavt: Add query and modify port stubs
  ` [PATCH 08/37] IB/rdmavt: Add pkey query stub
  ` [PATCH 09/37] IB/rdmavt: Add query gid stub
  ` [PATCH 10/37] IB/rdmavt: Alloc and dealloc ucontexts
  ` [PATCH 11/37] IB/rdmavt: Add queue pair function stubs
  ` [PATCH 12/37] IB/rdmavt: Add address handle stubs
  ` [PATCH 13/37] IB/rdmavt: Add memory region stubs
  ` [PATCH 14/37] IB/rdmavt: Add SRQ stubs
  ` [PATCH 15/37] IB/rdmavt: Add multicast stubs
  ` [PATCH 16/37] IB/rdmavt: Add process MAD stub
  ` [PATCH 17/37] IB/rdmavt: Add mmap stub
  ` [PATCH 18/37] IB/rdmavt: Add get port immutable stub
  ` [PATCH 19/37] IB/rdmavt: Add completion queue function stubs
  ` [PATCH 20/37] IB/rdamvt: Add post send and recv stubs
  ` [PATCH 21/37] IB/rdmavt: Move MR datastructures into rvt
  ` [PATCH 22/37] IB/rdmavt: Add queue pair data structure to rdmavt
  ` [PATCH 23/37] IB/rdmavt: Move driver helper functions to a common structure
  ` [PATCH 24/37] IB/rdmavt: Add device specific info prints
  ` [PATCH 25/37] IB/rdmavt: Add the start of capability flags
  ` [PATCH 26/37] IB/rdmavt: Move memory registration into rdmavt
  ` [PATCH 27/37] IB/rdmavt: Do not use rvt prints which rely on driver too early
  ` [PATCH 28/37] IB/rdmavt: Add common LID defines to rdmavt
  ` [PATCH 29/37] IB/rdmavt: Add AH "
  ` [PATCH 30/37] IB/rdmavt: Move SRQ data structure into rdmavt
  ` [PATCH 31/37] IB/rdmavt: Add an ibport data structure to rdmavt
  ` [PATCH 32/37] IB/rdmavt: Add driver notification for new AH
  ` [PATCH 33/37] IB/rdmavt: Break rdma_vt main include header file up
  ` [PATCH 34/37] IB/rdmavt: Initialize and teardown of qpn table
  ` [PATCH 35/37] IB/rdmavt: Add mmap related functions
  ` [PATCH 36/37] IB/rdmavt: Add pkey support
  ` [PATCH 37/37] IB/rdmavt: Add support for new memory registration API

[PATCH] IB/mlx4: use list_for_each_entry_safe in search_relocate_mgid0_group
 2015-12-07 20:44 UTC  (2+ messages)

[PATCH v3 0/6] NFS/RDMA server patches for 4.5
 2015-12-07 20:43 UTC  (7+ messages)
  ` [PATCH v3 1/6] svcrdma: Do not send XDR roundup bytes for a write chunk
  ` [PATCH v3 2/6] svcrdma: Improve allocation of struct svc_rdma_op_ctxt
  ` [PATCH v3 3/6] svcrdma: Define maximum number of backchannel requests
  ` [PATCH v3 4/6] svcrdma: Add infrastructure to send backwards direction RPC/RDMA calls
  ` [PATCH v3 5/6] svcrdma: Add infrastructure to receive backwards direction RPC/RDMA replies
  ` [PATCH v3 6/6] xprtrdma: Add class for RDMA backwards direction transport

[PATCH] staging/rdma/hfi1: convert buffers allocated atomic to per cpu
 2015-12-07 20:39 UTC 

[PATCH 0/6] SRP initiator related bug fixes
 2015-12-07 19:26 UTC  (33+ messages)
  ` [PATCH 1/6] IB/srp: Fix a memory leak
  ` [PATCH 2/6] IB/srp: Fix possible send queue overflow
  ` [PATCH 3/6] IB/srp: Initialize dma_length in srp_map_idb
  ` [PATCH 4/6] IB/srp: Fix indirect data buffer rkey endianness
  ` [PATCH 5/6] IB core: Fix ib_sg_to_pages()
  ` [PATCH 6/6] IB/srp: Fix srp_map_sg_fr()

[PATCH for-next V2 00/11] Add RoCE v2 support
 2015-12-07 18:48 UTC  (39+ messages)
  ` [PATCH for-next V2 01/11] IB/core: Add gid_type to gid attribute
  ` [PATCH for-next V2 02/11] IB/cm: Use the source GID index type
  ` [PATCH for-next V2 03/11] IB/core: Add gid attributes to sysfs
  ` [PATCH for-next V2 04/11] IB/core: Add ROCE_UDP_ENCAP (RoCE V2) type
  ` [PATCH for-next V2 05/11] IB/core: Add rdma_network_type to wc
  ` [PATCH for-next V2 06/11] IB/core: Move rdma_is_upper_dev_rcu to header file
  ` [PATCH for-next V2 07/11] IB/core: Validate route in ib_init_ah_from_wc and ib_init_ah_from_path
  ` [PATCH for-next V2 08/11] IB/rdma_cm: Add wrapper for cma reference count
  ` [PATCH for-next V2 09/11] IB/cma: Add configfs for rdma_cm
  ` [PATCH for-next V2 10/11] IB/core: Initialize UD header structure with IP and UDP headers
  ` [PATCH for-next V2 11/11] IB/cma: Join and leave multicast groups with IGMP

[PATCH for-next V2 05/11] IB/core: Add rdma_network_type to wc
 2015-12-07 18:39 UTC  (2+ messages)

warning in ext4 with nfs/rdma server
 2015-12-07 15:45 UTC  (2+ messages)

[PATCH libibverbs] init.c: increase sysfs read buffer size to 16
 2015-12-07 13:27 UTC  (2+ messages)

[PATCH for-next V1 0/5] User-space time-stamping support for mlx5_ib
 2015-12-07 13:18 UTC  (7+ messages)
  ` [PATCH for-next V1 1/5] IB/mlx5: Add create_cq extended command
  ` [PATCH for-next V1 2/5] IB/core: Add ib_is_udata_cleared
  ` [PATCH for-next V1 3/5] IB/mlx5: Add support for hca_core_clock and timestamp_mask
  ` [PATCH for-next V1 4/5] IB/mlx5: Add hca_core_clock_offset to udata in init_ucontext
  ` [PATCH for-next V1 5/5] IB/mlx5: Mmap the HCA's core clock register to user-space

[PATCH libmlx5 V1 0/6] Completion timestamping
 2015-12-07 13:07 UTC  (8+ messages)
  ` [PATCH libmlx5 V1 1/6] Add ibv_poll_cq_ex support
  ` [PATCH libmlx5 V1 2/6] Add timestmap support for ibv_poll_cq_ex
  ` [PATCH libmlx5 V1 3/6] Add ibv_create_cq_ex support
  ` [PATCH libmlx5 V1 4/6] Add ibv_query_values support
  ` [PATCH libmlx5 V1 5/6] Optimize poll_cq
  ` [PATCH libmlx5 V1 6/6] Add always_inline check

[PATCH 0/5] staging/rdma/hfi1: Clean up SDMA engine code
 2015-12-07  8:49 UTC  (7+ messages)
  ` [PATCH 1/5] staging/rdma/hfi1: Convert to use get_user_pages_fast
  ` [PATCH 2/5] staging/rdma/hfi1: Unconditionally clean-up SDMA queues
  ` [PATCH 3/5] staging/rdma/hfi1: Clean-up unnecessary goto statements
  ` [PATCH 5/5] staging/rdma/hfi1: Add page lock limit check for SDMA requests
` [PATCH 4/5] staging/rdma/hfi1: Detect SDMA transmission error early

[PATCH] infiniband:core:Add needed error path in cm_init_av_by_path
 2015-12-07  8:48 UTC  (2+ messages)

[PATCH v1 0/8] NFS/RDMA server patches for 4.5
 2015-12-04 15:29 UTC  (4+ messages)
` [PATCH v1 3/8] svcrdma: Add svc_rdma_get_context() API that is allowed to fail

[PATCH] staging/rdma/hfi1: fix sdma build failures to always clean up
 2015-12-03 21:41 UTC 

[PATCH] staging/rdma/hfi1: fix pio progress routine race with allocator
 2015-12-03 19:34 UTC 

[PATCH v2 0/2] Handle mlx4 max_sge_rd correctly
 2015-12-03 15:07 UTC  (4+ messages)

stalled again
 2015-12-03  8:46 UTC  (7+ messages)

[PATCH v1 0/9] NFS/RDMA client patches for 4.5
 2015-12-02 12:27 UTC  (7+ messages)
` [PATCH v1 5/9] xprtrdma: Add ro_unmap_sync method for FMR
    ` Future of FMR support, was: "

[PATCH V3 1/2] IB/core: Fix user mode post wr corruption
 2015-12-02 12:27 UTC  (2+ messages)

[PATCH v3 00/13] Fix hfi1_ioctl locking
 2015-12-02  5:43 UTC  (14+ messages)
` [PATCH v3 01/13] staging/rdma/hfi1: diag.c use BIT macros
` [PATCH v3 03/13] staging/rdma/hfi1: diag.c fix logical continuations
  ` [PATCH v3 02/13] staging/rdma/hfi1: diag.c fix alignment
  ` [PATCH v3 04/13] staging/rdma/hfi1: diag.c fix white space errors
  ` [PATCH v3 05/13] staging/rdma/hfi1: diag.c change null comparisons
  ` [PATCH v3 06/13] staging/rdma/hfi1: diag.c add missing braces
  ` [PATCH v3 10/13] staging/rdma/hfi1: hfi1_ioctl remove setlink state
  ` [PATCH v3 11/13] staging/rdma/hfi1: Further clean up hfi1_ioctl parameter checks
  ` [PATCH v3 12/13] staging/rdma/hfi1: Reduce snoop locking scope in IOCTL handler
  ` [PATCH v3 13/13] staging/rdma/hfi1: Return immediately on error
` [PATCH v3 07/13] staging/rdma/hfi1: diag.c correct sizeof parameter
` [PATCH v3 08/13] staging/rdma/hfi1: Fix camel case variables
` [PATCH v3 09/13] staging/rdma/hfi1: Return early from hfi1_ioctl parameter errors

[PATCH v2 00/17] Driver cleanup and misc fixes series 3
 2015-12-01 21:30 UTC  (19+ messages)
  ` [PATCH v2 01/17] staging/rdma/hfi1: Support alternate firmware names
  ` [PATCH v2 04/17] staging/rdma/hfi1: Fix qp.h comments
  ` [PATCH v2 05/17] staging/rdma/hfi1: Clean up comments
  ` [PATCH v2 06/17] staging/rdma/hfi1: Add one-time LCB reset
  ` [PATCH v2 07/17] staging/rdma/hfi1: Extend quiet timeout
  ` [PATCH v2 08/17] staging/rdma/hfi1: Add a credit push on diagpkt allocate fail
  ` [PATCH v2 09/17] staging/rdma/hfi1: Correctly limit VLs against SDMA engines
  ` [PATCH v2 10/17] staging/rdma/hfi1: Adds software counters for bitfields within various error status fields
  ` [PATCH v2 11/17] staging/rdma/hfi1: Destroy workqueues if hfi1_register_ib_device() call returns error
  ` [PATCH v2 12/17] staging/rdma/hfi1: Unexpected link up pkey values are not an error
  ` [PATCH v2 13/17] staging/rdma/hfi1: remove SPC freeze error messages
  ` [PATCH v2 14/17] staging/rdma/hfi1: unknown frame messages are not errors
  ` [PATCH v2 15/17] staging/rdma/hfi1: Consider VL15 MTU also when calculating the maximum VL MTU
  ` [PATCH v2 16/17] staging/rdma/hfi1: Fix Xmit Wait calculation
  ` [PATCH v2 17/17] staging/rdma/hfi1: Adding counter resolutions for DataPortCounters
` [PATCH v2 02/17] staging/rdma/hfi1: Decode CNP opcode
` [PATCH v2 03/17] staging/rdma/hfi1: Add aeth name syndrome decode

[PATCH v4 0/2] staging/rdma/hfi1: set Gen 3 half-swing for integrated devices
 2015-12-01 19:47 UTC  (3+ messages)
` [PATCH v4 1/2] staging/rdma/hf1: add dd_dev_dbg
  ` [PATCH v4 2/2] staging/rdma/hfi1: set Gen3 half-swing for integrated devices


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox