public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-04-13 16:46:09 to 2017-04-18 19:39:29 UTC [more...]

Configure VF trust mode in 4.9
 2017-04-18 19:39 UTC  (2+ messages)

[RFC 0/8] Copy Offload with Peer-to-Peer PCI Memory
 2017-04-18 19:35 UTC  (21+ messages)

export pcie_flr and remove copies of it in drivers V2
 2017-04-18 18:36 UTC  (9+ messages)
` [PATCH 1/7] PCI: export pcie_flr
` [PATCH 2/7] PCI: call pcie_flr from reset_intel_82599_sfp_virtfn
` [PATCH 3/7] PCI: call pcie_flr from reset_chelsio_generic_dev
` [PATCH 4/7] ixgbe: use pcie_flr instead of duplicating it
` [PATCH 5/7] IB/hfi1: "
` [PATCH 6/7] crypto: qat: "
` [PATCH 7/7] liquidio: "

[PATCH rdma-core 0/5] Common MMIO accessors for rdma-core
 2017-04-18 18:27 UTC  (13+ messages)
  ` [PATCH rdma-core 1/5] util: Add common mmio macros
  ` [PATCH rdma-core 2/5] mlx4: Use util/mmio.h
  ` [PATCH rdma-core 3/5] mlx5: "
  ` [PATCH rdma-core 4/5] mthca: "
  ` [PATCH rdma-core 5/5] Add mmio_memcpy_x64

RDMA performance comparison: IBNBD, SCST, NVMEoF
 2017-04-18 18:22 UTC  (2+ messages)

rdma-core: ​libibumad symbols version downgrade
 2017-04-18 17:55 UTC 

Crashes due to concurrent calls to ib_unmap_fmr()
 2017-04-18 17:44 UTC  (4+ messages)

[PATCH 00/22] Introduce common scatterlist map function
 2017-04-18 15:59 UTC  (43+ messages)
  ` [PATCH 01/22] scatterlist: Introduce sg_map helper functions
  ` [PATCH 02/22] nvmet: Make use of the new sg_map helper function
  ` [PATCH 03/22] libiscsi: Make use of new the "
  ` [PATCH 04/22] target: Make use of the new sg_map function at 16 call sites
  ` [PATCH 05/22] drm/i915: Make use of the new sg_map helper function
  ` [PATCH 06/22] crypto: hifn_795x: "
  ` [PATCH 07/22] crypto: shash, caam: "
  ` [PATCH 08/22] crypto: chcr: "
  ` [PATCH 09/22] dm-crypt: Make use of the new sg_map helper in 4 call sites
  ` [PATCH 10/22] staging: unisys: visorbus: Make use of the new sg_map helper function
  ` [PATCH 11/22] RDS: "
  ` [PATCH 12/22] scsi: ipr, pmcraid, isci: Make use of the new sg_map helper in 4 call sites
  ` [PATCH 13/22] scsi: hisi_sas, mvsas, gdth: Make use of the new sg_map helper function
  ` [PATCH 14/22] scsi: arcmsr, ips, megaraid: "
  ` [PATCH 15/22] scsi: libfc, csiostor: Change to sg_copy_buffer in two drivers
  ` [PATCH 16/22] xen-blkfront: Make use of the new sg_map helper function
  ` [PATCH 17/22] mmc: sdhci: "
  ` [PATCH 18/22] mmc: spi: "
  ` [PATCH 19/22] mmc: tmio: "
  ` [PATCH 20/22] mmc: sdricoh_cs: "
  ` [PATCH 21/22] mmc: tifm_sd: "
  ` [PATCH 22/22] memstick: "

[PATCH for-next 0/6] IB/core: Small fixes and refactors for IDR locking series
 2017-04-18 15:22 UTC  (12+ messages)
  ` [PATCH for-next 1/6] IB/core: Rename write flag to exclusive in rdma_core
  ` [PATCH for-next 2/6] IB/core: Don't pass the lock state to _rdma_remove_commit_uobject
  ` [PATCH for-next 3/6] IB/core: Nullify ib_uobject during allocation
  ` [PATCH for-next 4/6] IB/core: A small refactor in destroy WQ handler
  ` [PATCH for-next 5/6] IB/core: Don't use is_async in event files to infer events size
  ` [PATCH for-next 6/6] IB/core: Rename uverbs event file structure

[PATCH 00/20] IB/hfi1,rdmavt,core: Patches for-next
 2017-04-18 15:15 UTC  (8+ messages)
` [PATCH 04/20] IB/core: For multicast functions, verify that LIDs are multicast LIDs
` [PATCH 15/20] IB/hfi1: Permanently enable P_Key checking in HFI
` [PATCH 18/20] IB/hfi1: Fix unbalanced braces around else

[PATCH rdma-next] IB/mthca: Check validity of output parameter pointer
 2017-04-18 14:02 UTC  (3+ messages)

cqe dump errors on target while running nvme-of large block read IO
 2017-04-18 12:17 UTC  (4+ messages)

[PATCH 0/9] InfiniBand-ULP: Fine-tuning for several function implementations
 2017-04-18 11:33 UTC  (3+ messages)
` [PATCH 5/9] IB/IPoIB: Combine substrings for three messages

[PATCH RFC] IB/core: Verbs handlers which modify objects should use exclusive lock
 2017-04-18  9:39 UTC 

[PATCH] net/mlx4: suppress 'may be used uninitialized' warning
 2017-04-18  7:24 UTC  (3+ messages)

[PATCH rdma-next 0/6] Add support for OPA path records
 2017-04-17 20:56 UTC  (7+ messages)
  ` [PATCH rdma-next 1/6] IB/CM: Add braces when using sizeof
  ` [PATCH rdma-next 2/6] IB/SA: Rename ib_sa_path_rec to sa_path_rec
  ` [PATCH rdma-next 3/6] IB/SA: Introduce path record specific types
  ` [PATCH rdma-next 4/6] IB/SA: Split struct sa_path_rec based on IB and ROCE specific fields
  ` [PATCH rdma-next 5/6] IB/SA: Add OPA path record type
  ` [PATCH rdma-next 6/6] IB/SA: Add support to query OPA path records

[PATCH net-next 00/16] Mellanox, mlx5 RDMA net device support
 2017-04-17 15:08 UTC  (2+ messages)

Performance of RDMA atomic CS and FA over InfiniBand
 2017-04-17  5:35 UTC  (2+ messages)

[RFC 0/8] Copy Offload with Peer-to-Peer PCI Memory
 2017-04-16 22:31 UTC  (25+ messages)

Business Proposal
 2017-04-16  7:07 UTC 

[PATCH rdma-next] IB/cma: Send MRA for reply messages
 2017-04-16  4:31 UTC 

[PATCH rdma-next V2] IB/mlx5: Support congestion related counters
 2017-04-16  4:29 UTC 

(unknown),
 2017-04-16  3:17 UTC 

КЛИЕНТСКИЕ БАЗЫ http://xurl.es/PR0DAWEZ УЗНАЙТЕ ПОДРОБНЕЕ!
 2017-04-15 18:51 UTC 

[PATCH v2 rdma-next 00/18] Enhance ib_ah_attr to specify types
 2017-04-15 14:34 UTC  (20+ messages)
  ` [PATCH v2 rdma-next 01/18] IB/ocrdma: Add identifier names to function definitions
  ` [PATCH v2 rdma-next 02/18] IB/IPoIB: Remove 'else' when the 'if' has a return
  ` [PATCH v2 rdma-next 03/18] IB/core: Add braces when using sizeof
  ` [PATCH v2 rdma-next 04/18] IB/core: Check for global flag when using ah_attr
  ` [PATCH v2 rdma-next 05/18] IB/rxe: Initialize ib_ah_attr during query_ah
  ` [PATCH v2 rdma-next 06/18] IB/core: Rename struct ib_ah_attr to rdma_ah_attr
  ` [PATCH v2 rdma-next 07/18] IB/core: Rename ib_create_ah to rdma_create_ah
  ` [PATCH v2 rdma-next 08/18] IB/core: Rename ib_modify_ah to rdma_modify_ah
  ` [PATCH v2 rdma-next 09/18] IB/core: Rename ib_query_ah to rdma_query_ah
  ` [PATCH v2 rdma-next 10/18] IB/core: Rename ib_destroy_ah to rdma_destroy_ah
  ` [PATCH v2 rdma-next 11/18] IB/mlx4: Rename to_ib_ah_attr to to_rdma_ah_attr
  ` [PATCH v2 rdma-next 12/18] IB/mlx5: "
  ` [PATCH v2 rdma-next 13/18] IB/mthca: "
  ` [PATCH v2 rdma-next 14/18] IB/PVRDMA: Rename ib_ah_attr related functions
  ` [PATCH v2 rdma-next 15/18] IB/core: Add accessor functions for rdma_ah_attr fields
  ` [PATCH v2 rdma-next 16/18] IB/core: Use rdma_ah_attr accessor functions
  ` [PATCH v2 rdma-next 17/18] IB/core: Define 'ib' and 'roce' rdma_ah_attr types
  ` [PATCH v2 rdma-next 18/18] IB/core: Define 'opa' rdma_ah_attr type

[PATCH v2 0/7] Add support for OPA classport info
 2017-04-14 23:32 UTC  (2+ messages)

[PATCH v3 00/14] Server-side NFS/RDMA changes proposed for v4.12
 2017-04-14 19:33 UTC  (8+ messages)
` [PATCH v3 09/14] svcrdma: Report Write/Reply chunk overruns

[PATCH 04/22] target: Make use of the new sg_map function at 16 call sites (fwd)
 2017-04-14 16:09 UTC  (2+ messages)

export pcie_flr and remove copies of it in drivers
 2017-04-14 15:57 UTC  (8+ messages)
` [PATCH 1/7] PCI: export pcie_flr

Greetings
 2017-04-14  9:19 UTC 

[PATCH v2 rdma-core 3/3] srp_daemon: Use consistent format when printing LID
 2017-04-14  0:34 UTC  (2+ messages)

[PATCH rdma-core 2/3] srp_daemon/srp_daemon.c: Eliminate some unneeded code in get_shared_pkeys
 2017-04-14  0:34 UTC  (2+ messages)

[PATCH rdma-core 1/3] srp_daemon/srp_daemon.c: Don't rely on attribute offset, in get_shared_pkeys
 2017-04-14  0:33 UTC  (2+ messages)

[PATCH rdma-next V1] IB/mlx5: Support congestion related counters
 2017-04-13 20:17 UTC  (3+ messages)

[PATCH v2 0/4] arbitrary sg lists support
 2017-04-13 16:59 UTC  (4+ messages)

[bug report] RDMA/iw_cxgb4: Handle return value of c4iw_ofld_send() in abort_arp_failure()
 2017-04-13 16:46 UTC  (3+ messages)


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