public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-09-14 04:47:45 to 2016-09-16 08:16:44 UTC [more...]

[PATCH] net/mlx4_en: fix off by one in error handling
 2016-09-16  8:16 UTC  (7+ messages)

[ANNOUNCE] Open Fabrics Verbs Working Group (OFVWG) meeting tomorrow - 9/13/2016 at 11:00PDT
 2016-09-16  7:19 UTC  (12+ messages)
                        ` [Ofvwg] "

[RFCv2 00/15] RFCv2: Consolidated userspace RDMA library repo
 2016-09-16  7:06 UTC  (31+ messages)

[infiniband-diags PATCH 1/4] Update AM_INIT_AUTOMAKE to use subdir-objects
 2016-09-16  7:02 UTC  (2+ messages)

RFC: CQ pools and implicit CQ resource allocation
 2016-09-16  6:02 UTC  (2+ messages)

[net-next PATCH 00/11] iw_cxgb4,cxgbit: remove duplicate code
 2016-09-16  0:50 UTC  (4+ messages)

[PATCH V3 for-next 0/9] IB/hns: Add CM(Connection Manager) Support to HNS RoCe Driver
 2016-09-15 22:48 UTC  (10+ messages)
` [PATCH V3 for-next 4/9] IB/hns: Fix two possible bugs for rdma cm
  ` [PATCH V3 for-next 1/9] IB/hns: Register HNS RoCE Driver get_netdev() with IB Core
  ` [PATCH V3 for-next 2/9] IB/hns: Add & initialize "node_guid" parameter for RDMA CM
  ` [PATCH V3 for-next 3/9] IB/hns: Fix the value of device_cap_flags
  ` [PATCH V3 for-next 5/9] IB/hns: Add phy_port for computing GSI/QPN
  ` [PATCH V3 for-next 6/9] IB/hns: Change the logic for allocating uar registers
  ` [PATCH V3 for-next 7/9] IB/hns: Fix the bug of rdma cm connecting on user mode
` [PATCH V3 for-next 8/9] IB/hns: Fix two bugs for rdma cm connecting
` [PATCH V3 for-next 9/9] IB/hns: Add node_guid definition to the bindings document

[PATCH] rdma_rxe: Ensure rdma_rxe module init occurs at correct time
 2016-09-15 21:45 UTC 

[PATCHv12 1/3] rdmacg: Added rdma cgroup controller
 2016-09-15 18:56 UTC  (15+ messages)

[PATCH V2 libibverbs 0/2] RoCE V2 support for UD traffic
 2016-09-15 18:40 UTC  (4+ messages)
  ` [PATCH V2 libibverbs 1/2] Add ibv_query_gid_type to support RoCE v2 "
  ` [PATCH V2 libibverbs 2/2] Add support for UD traffic on RoCE v2

[PATCH V2 libibverbs 0/7] RSS support
 2016-09-15 18:19 UTC  (9+ messages)
  ` [PATCH V2 libibverbs 1/7] Introduce Work Queue object and its verbs
  ` [PATCH V2 libibverbs 2/7] Introduce Receive Work Queue indirection table "
  ` [PATCH V2 libibverbs 3/7] Extend create QP to get a Receive Work Queue indirection table
  ` [PATCH V2 libibverbs 4/7] Extend create QP to get RX hash data
  ` [PATCH V2 libibverbs 5/7] Track asynchronous events on a work queue
  ` [PATCH V2 libibverbs 6/7] Expose RSS related capabilities
  ` [PATCH V2 libibverbs 7/7] Update man pages for RSS usage

[PATCH 00/28] Patches for userspace
 2016-09-15 16:21 UTC  (25+ messages)
` [PATCH 02/28] Include pthreads in the provider libraries
` [PATCH 03/28] Be explicit about _GNU_SOURCE
` [PATCH 09/28] mlx5: Fix gcc 6.4 uninitialized variable warning
` [PATCH 19/28] verbs: Avoid gcc 6.1 warning -Wunused-variable
` [PATCH 21/28] mlx5: Avoid gcc 5.4 warning -Wempty-body
` [PATCH 26/28] Avoid gcc 5.4 warning -Wunused-result

[RFC rdma-next 0/3] Move mlx5 vendor specific to UAPI directory
 2016-09-15 16:17 UTC  (11+ messages)
  ` [RFC rdma-next 1/3] IB/mlx5: Move and decouple user vendor structures
  ` [RFC rdma-next 2/3] IB/core: Export mlx5 vendor specific strucutres
  ` [RFC rdma-next 3/3] MAINTAINERS: Add mlx5 uapi file

Versioning scheme for rdma-plumbing
 2016-09-15 16:02 UTC  (8+ messages)

[PATCH v3 00/22] client-side NFS/RDMA patches ready for v4.9
 2016-09-15 14:57 UTC  (23+ messages)
  ` [PATCH v3 01/22] xprtrdma: Eliminate INLINE_THRESHOLD macros
  ` [PATCH v3 02/22] SUNRPC: Refactor rpc_xdr_buf_init()
  ` [PATCH v3 03/22] SUNRPC: Generalize the RPC buffer allocation API
  ` [PATCH v3 04/22] SUNRPC: Generalize the RPC buffer release API
  ` [PATCH v3 05/22] SUNRPC: Separate buffer pointers for RPC Call and Reply messages
  ` [PATCH v3 06/22] SUNRPC: Add a transport-specific private field in rpc_rqst
  ` [PATCH v3 07/22] xprtrdma: Initialize separate RPC call and reply buffers
  ` [PATCH v3 08/22] xprtrdma: Use smaller buffers for RPC-over-RDMA headers
  ` [PATCH v3 09/22] xprtrdma: Replace DMA_BIDIRECTIONAL
  ` [PATCH v3 10/22] xprtrdma: Delay DMA mapping Send and Receive buffers
  ` [PATCH v3 11/22] xprtrdma: Eliminate "ia" argument in rpcrdma_{alloc, free}_regbuf
  ` [PATCH v3 12/22] xprtrdma: Simplify rpcrdma_ep_post_recv()
  ` [PATCH v3 13/22] xprtrdma: Move send_wr to struct rpcrdma_req
  ` [PATCH v3 14/22] xprtrdma: Move recv_wr to struct rpcrdma_rep
  ` [PATCH v3 15/22] rpcrdma: RDMA/CM private message data structure
  ` [PATCH v3 16/22] xprtrdma: Client-side support for rpcrdma_connect_private
  ` [PATCH v3 17/22] xprtrdma: Basic support for Remote Invalidation
  ` [PATCH v3 18/22] xprtrdma: Use gathered Send for large inline messages
  ` [PATCH v3 19/22] xprtrdma: Support larger inline thresholds
  ` [PATCH v3 20/22] xprtrmda: Report address of frmr, not mw
  ` [PATCH v3 21/22] xprtrdma: Rename rpcrdma_receive_wc()
  ` [PATCH v3 22/22] xprtrdma: Eliminate rpcrdma_receive_worker()

[PATCH] ibacm: Handle EP expiration time
 2016-09-15 14:14 UTC 

[RFC 00/11] QLogic RDMA Driver (qedr) RFC
 2016-09-15 13:05 UTC  (42+ messages)
` [RFC 02/11] Add RoCE driver framework
` [RFC 03/11] Add support for RoCE HW init
` [RFC 06/11] Add support for QP verbs
` [RFC 07/11] Add support for memory registeration verbs
` [RFC 08/11] Add support for data path
` [RFC 09/11] Add LL2 RoCE interface

I hope this email meets you well in good health condition
 2016-09-15 12:33 UTC 

[PATCH for-next 00/20] IB/hns: Fixes for various misc. bugs
 2016-09-15 10:15 UTC  (17+ messages)
` [PATCH for-next 03/20] IB/hns: Add the check for pointer ctrl
` [PATCH for-next 10/20] IB/hns: Modify the init of iboe lock
` [PATCH for-next 12/20] IB/hns: Return bad wr while post send failed
` [PATCH for-next 13/20] IB/hns: Add check for some NULL pointer scenes
` [PATCH for-next 18/20] IB/hns: Update the rq head when modify qp state
` [PATCH for-next 20/20] IB/hns: Delete the redundant lines in hns_roce_v1_m_qp()

[PATCH v4 00/16] Add Paravirtual RDMA Driver
 2016-09-15  7:55 UTC  (39+ messages)
` [PATCH v4 01/16] vmxnet3: Move PCI Id to pci_ids.h
` [PATCH v4 05/16] IB/pvrdma: Add functions for Verbs support
` [PATCH v4 06/16] IB/pvrdma: Add paravirtual rdma device
` [PATCH v4 07/16] IB/pvrdma: Add helper functions
` [PATCH v4 09/16] IB/pvrdma: Add support for Completion Queues
` [PATCH v4 11/16] IB/pvrdma: Add support for memory regions
` [PATCH v4 12/16] IB/pvrdma: Add Queue Pair support
` [PATCH v4 13/16] IB/pvrdma: Add the main driver module for PVRDMA
` [PATCH v4 16/16] MAINTAINERS: Update for PVRDMA driver

[PATCH v3 0/9] SELinux support for Infiniband RDMA
 2016-09-15  1:52 UTC  (11+ messages)

[PATCH V1 libibverbs 0/7] RSS support
 2016-09-14 17:05 UTC  (9+ messages)
  ` [PATCH V1 libibverbs 1/7] Introduce Work Queue object and its verbs
  ` [PATCH V1 libibverbs 2/7] Introduce Receive Work Queue indirection table "
  ` [PATCH V1 libibverbs 3/7] Extend create QP to get a Receive Work Queue indirection table
  ` [PATCH V1 libibverbs 4/7] Extend create QP to get RX hash data
  ` [PATCH V1 libibverbs 5/7] Track asynchronous events on a work queue
  ` [PATCH V1 libibverbs 6/7] Expose RSS related capabilities
  ` [PATCH V1 libibverbs 7/7] Update man pages for RSS usage

[PATCH rdma-rc V1 0/4] RXE fixes for 4.8
 2016-09-14 16:42 UTC  (2+ messages)

[PATCH V1 libibverbs 0/2] RoCE V2 support for UD traffic
 2016-09-14 14:31 UTC  (3+ messages)
  ` [PATCH V1 libibverbs 1/2] Add ibv_query_gid_type to support RoCE v2 "
  ` [PATCH V1 libibverbs 2/2] Add support for UD traffic on RoCE v2

[ANNOUNCE] Open Fabrics Verbs Working Group (OFVWG) meeting tomorrow - 9/13/2016 at 11:00PDT
 2016-09-14 11:17 UTC 

[PATCH V2 for-next 7/9] IB/hns: Fix the bug of rdma cm connecting on user mode
 2016-09-14  6:41 UTC  (2+ messages)


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