linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-11-14 09:09:04 to 2017-11-15 08:20:16 UTC [more...]

[PATCH rdma-next 00/31] RDMA fixes and refactoring for 4.15
 2017-11-15  8:20 UTC  (66+ messages)
  ` [PATCH rdma-next 01/31] IB/core: Fix do not add RoCEv2 default GID when IPv6 is disabled
  ` [PATCH rdma-next 02/31] IB/{core/cm}: Fix dmac query for IPv6 link local destination
  ` [PATCH rdma-next 03/31] IB/core: Depend on IPv6 stack to resolve link local address
  ` [PATCH rdma-next 04/31] IB/core: Avoid exporting module internal function
  ` [PATCH rdma-next 05/31] IB/mlx4: Remove unused ibpd parameter
  ` [PATCH rdma-next 06/31] IB/ipoib: Avoid memory leak if neigh destination was changed
  ` [PATCH rdma-next 07/31] IB/ipoib: Update pathrec field if not valid record
  ` [PATCH rdma-next 08/31] RDMA/cma: Fix consider size of destination address
  ` [PATCH rdma-next 09/31] IB/core: Make sure that PSN does not overflow
  ` [PATCH rdma-next 10/31] IB/core: Fix memory leak in cm_req_handler error flows
  ` [PATCH rdma-next 11/31] IB/cm: Add debug prints to ib_cm
  ` [PATCH rdma-next 12/31] IB/umem: Fix use of npages/nmap fields
  ` [PATCH rdma-next 13/31] RDMA/cma: Set default GID type as RoCE when resolving RoCE route
  ` [PATCH rdma-next 14/31] RDMA/cma: Simplify netdev check
  ` [PATCH rdma-next 15/31] RDMA/cma: Avoid setting path record type twice
  ` [PATCH rdma-next 16/31] RDMA/cma: Introduce and use helper functions to init work
  ` [PATCH rdma-next 17/31] IB/core: Avoid unnecessary type cast
  ` [PATCH rdma-next 18/31] IB/core: Refactor to avoid unnecessary check on GID lookup miss
  ` [PATCH rdma-next 19/31] IB/rxe: Avoid passing unused index pointer which is optional
  ` [PATCH rdma-next 20/31] IB/core: Avoid exporting module internal ib_find_gid_by_filter()
  ` [PATCH rdma-next 21/31] RDMA/core: Avoid redundant memcpy in resolving address
  ` [PATCH rdma-next 22/31] IB/core: Removed unused function
  ` [PATCH rdma-next 23/31] RDMA/{core, cma}: Simplify rdma_translate_ip
  ` [PATCH rdma-next 24/31] RDMA/core: Avoid copying ifindex twice
  ` [PATCH rdma-next 25/31] IB/{core, ipoib}: Simplify ib_find_gid to search only for IB link layer
  ` [PATCH rdma-next 26/31] IB/{cm, umad}: Fix honor av init error
  ` [PATCH rdma-next 27/31] IB/cm: Fix honor address handle attribute "
  ` [PATCH rdma-next 28/31] IB/cm: Fix avoid sleep while spin lock is held
  ` [PATCH rdma-next 29/31] IB/{core, cm, cma, ipoib}: Rename ib_init_ah_from_path to ib_init_ah_attr_from_path
  ` [PATCH rdma-next 30/31] IB/{core, umad, cm}: Rename ib_init_ah_from_wc to ib_init_ah_attr_from_wc
  ` [PATCH rdma-next 31/31] IB/cm: Refactor to avoid setting path record software only fields

[RFC PATCH] RDMA/cma: Remove netlink interface of CMA statistics
 2017-11-15  7:50 UTC  (12+ messages)

[PATCH rdma-core 0/5] ABI consistency check
 2017-11-15  5:58 UTC  (11+ messages)
  ` [PATCH rdma-core 2/5] buildlib: add script to dump ABI
  ` [PATCH rdma-core 3/5] buildlib: add script to check ABI
  ` [PATCH rdma-core 4/5] buildlib: run ABI check in travis-build
  ` [PATCH rdma-core 5/5] Documentation: update stable doc about ABI reference generation

Bug#881731: rdma-core: FTBFS on armhf and mips*: missing providers that need coherent DMA
 2017-11-15  5:44 UTC  (3+ messages)

vmw_pvrdma: Add SRQ support - broke rdma-core
 2017-11-15  3:15 UTC  (7+ messages)

[PATCH v3 0/4] ibacm: acmp retry issues
 2017-11-14 23:56 UTC  (10+ messages)
  ` [PATCH v3 1/4] ibacm: Fix an incorrect expiration check for the retry timer
  ` [PATCH v3 2/4] ibacm: Calculate correct tv_nsec value in event_wait()
  ` [PATCH v3 3/4] ibacm: Fix a retry loop calculation race condition
  ` [PATCH v3 4/4] ibacm: Use MONOTONIC time base to avoid timer expiration issues

[PATCH] IB/qib: remove redundant setting of any in for-loop
 2017-11-14 21:40 UTC  (6+ messages)

[PATCH 0/2] Warning fix and cleanup in qib_set_part_key()
 2017-11-14 21:29 UTC  (3+ messages)
  ` [PATCH 1/2] IB/qib: remove redundant setting of any in for-loop
  ` [PATCH 2/2] IB/qib: Cleanup qib_set_part_key() with direct returns

[PATCH rdma-core 0/3] Debian packaging fixes
 2017-11-14 20:42 UTC  (8+ messages)
  ` [PATCH rdma-core 1/3] debian: Do not build ibacm for non-Linux architectures
  ` [PATCH rdma-core 2/3] debian: Do not require valgrind if not available
  ` [PATCH rdma-core 3/3] debian: Update changelog to include Debian upload

[PATCH rdma-core 0/6] More Debian packaging cleanup
 2017-11-14 20:39 UTC  (8+ messages)
  ` [PATCH rdma-core 1/6] debian: Let libibverbs1 16 break ibverbs-providers 15
  ` [PATCH rdma-core 2/6] debian: Replace priority extra by optional
  ` [PATCH rdma-core 3/6] debian: Relax dh-systemd build dependency
  ` [PATCH rdma-core 4/6] debian: Bump Standards-Version to 4.1.1
  ` [PATCH rdma-core 5/6] debian: Drop lintian overrides for false positives
  ` [PATCH rdma-core 6/6] debian: Run wrap-and-sort

[PATCH rdma-core 0/2] PCI write end padding
 2017-11-14 20:33 UTC  (5+ messages)
  ` [PATCH rdma-core 1/2] verbs: Report the device's PCI write end paddding capability
  ` [PATCH rdma-core 2/2] verbs: Enable QP and WQ creation with PCI write end padding option

[PATCH RFC rdma-core 0/5] Add thread domain support
 2017-11-14 20:14 UTC  (21+ messages)
` [PATCH RFC rdma-core 1/5] verbs: Introduce thread domain and its related verbs
` [PATCH RFC rdma-core 2/5] verbs: Introduce parent "
` [PATCH RFC rdma-core 4/5] mlx5: Add support for ibv_parent "
` [PATCH RFC rdma-core 5/5] mlx5: Handles QP creation with a given parent domain

[PATCH 0/2] rdma-core: Provide missing user space pieces for multicast sendonly join V2
 2017-11-14 19:56 UTC  (6+ messages)
` [PATCH 1/2] librdmacm: Add support for extended join multicast API V2
` [PATCH 2/2] librdmacm: Mckey test support for send only full member

[PATCH v2 0/4] introduce get_user_pages_longterm()
 2017-11-14 19:56 UTC  (2+ messages)
` [PATCH v2 4/4] IB/core: disable memory registration of fileystem-dax vmas

rdma-core stable releases
 2017-11-14 19:43 UTC  (11+ messages)

rdma-core debian/master branch
 2017-11-14 19:01 UTC  (3+ messages)

rdma-core_15-1_amd64.changes ACCEPTED into unstable, unstable
 2017-11-14 18:58 UTC  (7+ messages)
      ` rdma-core_15-1_amd64.changes ACCEPTED into unstable

[PATCH rdma-core stable-v15] verbs: Do not block QP attr_masks used by older kernels
 2017-11-14 18:58 UTC  (5+ messages)

[PATCH for-next 0/6] IB/hfi1, qib, cm, sa: Last set for 4.15 merge window
 2017-11-14 18:50 UTC  (9+ messages)
  ` [PATCH for-next 1/6] IB/hfi1: Mask the path bits with the LMC for 16B RC Acks
  ` [PATCH for-next 2/6] IB/hfi1: Initialize bth1 in 16B rc ack builder
  ` [PATCH for-next 3/6] IB/SA: Check dlid before SA agent queries for ClassPortInfo
  ` [PATCH for-next 4/6] IB/CM: Change sgid to IB GID when handling CM request
  ` [PATCH for-next 5/6] IB/hfi1: Use 4096 for default active MTU in query_qp
` [PATCH for-next 6/6] IB/qib: Fix comparison error with qperf compare/swap test

[PATCH rdma-core] Documentation: add documentation about stable branches
 2017-11-14 18:34 UTC  (3+ messages)

[PATCH rdma-core 0/3] Fixes and package improvement to Travis CI
 2017-11-14 18:30 UTC  (3+ messages)

[ANNOUNCE] OFED 4.8-1-rc3 release is available
 2017-11-14 16:41 UTC 

[PATCH v3 0/9] Introduce per-device completion queue pools
 2017-11-14 16:28 UTC  (11+ messages)
` [PATCH v3 1/9] RDMA/core: Add implicit "
` [PATCH v3 2/9] IB/isert: use implicit CQ allocation

Patches for rdma-core stable-v15
 2017-11-14 14:41 UTC  (4+ messages)

[PATCH V3 net-next] net: hns3: Updates MSI/MSI-X alloc/free APIs(depricated) to new APIs
 2017-11-14 14:23 UTC  (3+ messages)

[PATCH] RDMA/bnxt_re: Remove redundant bnxt_qplib_disable_nq() call
 2017-11-14 12:50 UTC 

Bug#860498: marked as done (support autoloading of kernel modules)
 2017-11-14 12:03 UTC 

rdma-core ec54a28 fails to build (missing PVRDMA_UAR_SRQ_OFFSET) on Ubuntu >= 17.04
 2017-11-14 10:59 UTC  (2+ messages)

Bug#854217: marked as done (mark libibverbs1 Multi-Arch: same)
 2017-11-14 10:48 UTC 

[PATCHv2 rdma-core] Documentation: add documentation about stable branches
 2017-11-14 10:40 UTC 

[PATCH for-next 0/2] Revise eq support for hip06 & hip08
 2017-11-14  9:40 UTC  (7+ messages)
  ` [PATCH for-next 1/2] RDMA/hns: Refactor eq code for hip06
  ` [PATCH for-next 2/2] RDMA/hns: Add eq support of hip08

[Build #13727962] i386 build of rdma-core 16~201711132208~ubuntu18.04.1 in ubuntu bionic RELEASE [~linux-rdma/ubuntu/rdma-core-daily]
 2017-11-14  9:20 UTC 

[Build #13727961] amd64 build of rdma-core 16~201711132208~ubuntu18.04.1 in ubuntu bionic RELEASE [~linux-rdma/ubuntu/rdma-core-daily]
 2017-11-14  9:20 UTC 

[Build #13727959] amd64 build of rdma-core 16~201711132208~ubuntu17.04.1 in ubuntu zesty RELEASE [~linux-rdma/ubuntu/rdma-core-daily]
 2017-11-14  9:20 UTC 

[Build #13727960] i386 build of rdma-core 16~201711132208~ubuntu17.04.1 in ubuntu zesty RELEASE [~linux-rdma/ubuntu/rdma-core-daily]
 2017-11-14  9:20 UTC 

[Build #13727948] i386 build of rdma-core 16~201711132208~ubuntu17.10.1 in ubuntu artful RELEASE [~linux-rdma/ubuntu/rdma-core-daily]
 2017-11-14  9:19 UTC 

[Build #13727947] amd64 build of rdma-core 16~201711132208~ubuntu17.10.1 in ubuntu artful RELEASE [~linux-rdma/ubuntu/rdma-core-daily]
 2017-11-14  9:19 UTC 


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).