public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-07-04 12:53:20 to 2017-07-13 08:57:00 UTC [more...]

[PATCH v8 0/7] Automatic affinity settings for nvme-rdma
 2017-07-13  8:57 UTC  (11+ messages)
  ` [PATCH v8 1/7] mlx5: convert to generic pci_alloc_irq_vectors
  ` [PATCH v8 2/7] mlx5e: don't assume anything on the irq affinity mappings of the device
  ` [PATCH v8 3/7] mlx5: move affinity hints assignments to generic code
  ` [PATCH v8 4/7] RDMA/core: expose affinity mappings per completion vector
  ` [PATCH v8 5/7] mlx5: support ->get_vector_affinity
  ` [PATCH v8 6/7] block: Add rdma affinity based queue mapping helper
  ` [PATCH v8 7/7] nvme-rdma: use intelligent affinity based queue mappings

[PATCH rdma-core 0/8] Sparse updates for Mellanox and vmw_pvrdma providers
 2017-07-13  8:07 UTC  (14+ messages)
  ` [PATCH rdma-core 1/8] verbs: Annoate ibv_wc helpers with endian
  ` [PATCH rdma-core 2/8] verbs: Annoate ibv_send_wr "
  ` [PATCH rdma-core 3/8] mlx4: Add sparse annotations
  ` [PATCH rdma-core 4/8] mlx5: Avoid sparse complaints about !!
  ` [PATCH rdma-core 5/8] mlx5: Add sparse annotations
  ` [PATCH rdma-core 6/8] mthca: "
  ` [PATCH rdma-core 7/8] vmw_pvrdma: Update kernel header
  ` [PATCH rdma-core 8/8] vmw_pvrdma: Add sparse annotations

Difference between normal and fast memory registration
 2017-07-13  7:53 UTC  (3+ messages)

[PATCH] IB/cxgb3: Fix error codes in iwch_alloc_mr()
 2017-07-13  7:48 UTC 

[PATCH] cxgb4: Fix error codes in c4iw_create_cq()
 2017-07-13  7:47 UTC 

[PATCH] IB/i40iw: Fix error code in i40iw_create_cq()
 2017-07-13  7:47 UTC 

[PATCH 1/2] RDMA/ocrdma: Fix an error code in ocrdma_alloc_pd()
 2017-07-13  7:46 UTC  (2+ messages)
` [PATCH 2/2] RDMA/ocrdma: Fix error codes in ocrdma_create_srq()

[PATCH] IB/IPoIB: Fix error code in ipoib_add_port()
 2017-07-13  7:45 UTC 

This merge window
 2017-07-13  7:29 UTC  (6+ messages)

[PATCH 1/2] ibacm: Fix service start_daemon call on Debian
 2017-07-12 15:42 UTC  (2+ messages)
  ` [PATCH 2/2] iwpmd: Support Debian/Ubuntu in sysvinit service

[PATCH v7 for-4.13 0/7] Automatic affinity settings for nvme-rdma
 2017-07-12 10:36 UTC  (12+ messages)
  ` [PATCH v7 for-4.13 1/7] mlx5: convert to generic pci_alloc_irq_vectors
  ` [PATCH v7 for-4.13 2/7] mlx5e: don't assume anything on the irq affinity mappings of the device
  ` [PATCH v7 for-4.13 3/7] mlx5: move affinity hints assignments to generic code
  ` [PATCH v7 for-4.13 4/7] RDMA/core: expose affinity mappings per completion vector
  ` [PATCH v7 for-4.13 5/7] mlx5: support ->get_vector_affinity
  ` [PATCH v7 for-4.13 6/7] block: Add rdma affinity based queue mapping helper
  ` [PATCH v7 for-4.13 7/7] nvme-rdma: use intelligent affinity based queue mappings

[PATCH 1/1] mlx4_en: remove unnecessary returned value check
 2017-07-12  9:46 UTC  (3+ messages)

[PATCH] RDMA/uverbs: Check port number supplied by user verbs cmds
 2017-07-12  4:02 UTC  (4+ messages)

[PATCH resend] rxe: fix broken receive queue draining
 2017-07-11 22:42 UTC  (2+ messages)

Unexpected issues with 2 NVME initiators using the same target
 2017-07-11 14:55 UTC  (23+ messages)

[PATCH rdma-core] librdmacm: Fix incorrect return value/type in a few man pages
 2017-07-11  8:39 UTC  (2+ messages)

[PATCH rdma-core] libqedr: fix bugs introduced in "sparse fixes"
 2017-07-11  8:34 UTC  (2+ messages)

[PATCH rfc 0/3] Expose cpu mapping hints to a nvme target port
 2017-07-11  7:27 UTC  (3+ messages)

[PATCH iproute2 V3 0/4] RDMAtool
 2017-07-11  7:23 UTC  (17+ messages)
` [PATCH iproute2 V3 1/4] rdma: Add basic infrastructure for RDMA tool
` [PATCH iproute2 V3 2/4] rdma: Add dev object
` [PATCH iproute2 V3 3/4] rdma: Add link object

[PATCH rfc] RDMA: unite max_mr_page_list_len for FRWR and FMRs
 2017-07-10 19:30 UTC  (6+ messages)

[PATCH] net/mlx5: IPSec, fix 64-bit division correctly
 2017-07-10 18:34 UTC  (5+ messages)

rdma-core make install is failing
 2017-07-10 17:42 UTC  (8+ messages)

[PATCH V1 rdma-core 0/5] Device hot plug support
 2017-07-10 16:23 UTC  (9+ messages)
  ` [PATCH V1 rdma-core 1/5] utils: Add timespec compare utility
  ` [PATCH V1 rdma-core 2/5] verbs: Split ibverbs_init functionality
  ` [PATCH V1 rdma-core 3/5] verbs: Refresh cahced ibv_device list
  ` [PATCH V1 rdma-core 4/5] verbs: Avoid ibv_device memory leak
  ` [PATCH V1 rdma-core 5/5] providers: Add support for uninit_device for all providers

[PATCH] RDMA/bnxt_re: checking for NULL instead of IS_ERR()
 2017-07-10  9:34 UTC  (2+ messages)

[PATCH] IB/mlx4: Fix CM REQ retries in paravirt mode
 2017-07-10  6:30 UTC  (5+ messages)

[PATCH v10 00/15] Replace PCI pool by DMA pool API
 2017-07-09 21:30 UTC  (17+ messages)
` [PATCH v10 01/15] block: DAC960: Replace PCI pool old API
` [PATCH v10 02/15] dmaengine: pch_dma: "
` [PATCH v10 03/15] IB/mthca: "
` [PATCH v10 04/15] net: e100: "
` [PATCH v10 05/15] mlx4: "
` [PATCH v10 06/15] mlx5: "
` [PATCH v10 07/15] wireless: ipw2200: "
` [PATCH v10 08/15] scsi: be2iscsi: "
` [PATCH v10 09/15] scsi: csiostor: "
` [PATCH v10 10/15] scsi: lpfc: "
` [PATCH v10 11/15] scsi: megaraid: "
` [PATCH v10 12/15] scsi: mpt3sas: "
` [PATCH v10 13/15] scsi: mvsas: "
` [PATCH v10 14/15] scsi: pmcraid: "
` [PATCH v10 15/15] PCI: Remove PCI pool macro functions

[ANNOUNCE] Alpine Linux Persistence and Storage Summit
 2017-07-09 19:40 UTC 

Courier was unable to deliver the parcel, ID03711865
 2017-07-08  9:25 UTC 

[PATCH] IB/cma: Fix reference count leak when no ipv4 addresses are set
 2017-07-06 20:22 UTC 

[PULL REQUEST] Please pull rdma.git
 2017-07-06 16:49 UTC  (3+ messages)

[PATCH for-rc v1] IB/core, opa_vnic, hfi1, mlx5: Properly free rdma_netdev
 2017-07-06 14:11 UTC  (7+ messages)

[PATCH] IB/iser: Handle lack of memory management extentions correctly
 2017-07-06 13:54 UTC  (6+ messages)

[PATCH rdma v1 0/1] IB/core: Fix input len in multiple user verbs
 2017-07-06 12:24 UTC  (2+ messages)

[bug report] IB/mlx5: Respect mlx5_core reserved GIDs
 2017-07-06 12:16 UTC  (9+ messages)

[PATCH v2 0/3] Allow ib_clients to nullify .add but still get .remove events reliably
 2017-07-06  8:38 UTC  (5+ messages)
` [PATCH v2 1/3] RDMA/core: make ib_device.add method optional

[PATCH resend] RDMA/iser: don't send an rkey if all data is written as immadiate-data
 2017-07-06  7:21 UTC 

[PATCH] i40iw: Free QP PBLEs when the QP is destroyed
 2017-07-06  2:25 UTC 

[PATCH for-next 0/3] IB/IPoIB/core/drivers: patches for rc/next
 2017-07-05 21:21 UTC  (4+ messages)
` [PATCH for-next 3/3] IB/core, opa_vnic, hfi1, mlx5: Properly free rdma_netdev

"memory management error" with NFS/RDMA on RoCE
 2017-07-05 15:29 UTC  (6+ messages)

Large ib_srp configuration cannot allocate FRM pool space and fails map SCSI host
 2017-07-05 15:11 UTC  (5+ messages)

[PATCH v1 1/1] IB/core: Fix static analysis warning in ib_policy_change_task
 2017-07-05 14:08 UTC  (2+ messages)

[PATCH] IB/core: Fix static analysis warning in ib_policy_change_task
 2017-07-05 13:16 UTC  (3+ messages)

[PATCH 00/36] v2 net subsystem misc refcounter conversions
 2017-07-05  9:03 UTC  (15+ messages)
` [PATCH 25/36] net, x25: convert x25_neigh.refcnt from atomic_t to refcount_t
` [PATCH 26/36] net, xfrm: convert xfrm_state.refcnt "
  ` [PATCH 27/36] net, xfrm: convert xfrm_policy.refcnt "
` [PATCH 28/36] net, xfrm: convert sec_path.refcnt "
` [PATCH 29/36] net, sctp: convert sctp_auth_bytes.refcnt "
` [PATCH 30/36] net, sctp: convert sctp_datamsg.refcnt "
` [PATCH 31/36] net, sctp: convert sctp_chunk.refcnt "
` [PATCH 32/36] net, sctp: convert sctp_transport.refcnt "
` [PATCH 33/36] net, sctp: convert sctp_ep_common.refcnt "
` [PATCH 34/36] net, ax25: convert ax25_uid_assoc.refcount "
` [PATCH 35/36] net, ax25: convert ax25_route.refcount "
` [PATCH 36/36] net, ax25: convert ax25_cb.refcount "

[PATCH rdma-next V1 0/4] ConnectX-3 RSS Implementation
 2017-07-04 13:24 UTC  (5+ messages)
  ` [PATCH rdma-next V1 1/4] IB/mlx4: Add support for WQ related verbs
  ` [PATCH rdma-next V1 2/4] IB/mlx4: Add support for WQ indirection table "
  ` [PATCH rdma-next V1 3/4] IB/mlx4: Add support for RSS QP
  ` [PATCH rdma-next V1 4/4] IB/mlx4: Expose RSS capabilities

[PATCH rdma-next 0/4] ConnectX-3 RSS Implementation
 2017-07-04 13:24 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