linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-04 02:49:31 to 2019-10-10 19:49:45 UTC [more...]

[PATCH rdma-next v2 0/4] ODP information and statistics
 2019-10-10 19:49 UTC  (11+ messages)
` [PATCH rdma-next v2 1/4] IB/mlx5: Introduce ODP diagnostic counters
` [PATCH rdma-next v2 2/4] RDMA/nldev: Allow different fill function per resource
` [PATCH rdma-next v2 3/4] RDMA/mlx5: Return ODP type per MR
` [PATCH rdma-next v2 4/4] RDMA/nldev: Provide MR statistics

[PATCH rdma-next] RDMA/uapi: Fix and re-organize the usage of rdma_driver_id
 2019-10-10 19:20 UTC  (2+ messages)

[PATCH 1/3] docs: fix some broken references
 2019-10-10 17:28 UTC  (2+ messages)

[PATCH 00/12] infiniband kernel-doc fixes & driver-api/ chapter
 2019-10-10 15:45 UTC  (14+ messages)
` [PATCH 01/12] infiniband: fix ulp/iser/iscsi_iser.[hc] kernel-doc notation
` [PATCH 02/12] infiniband: fix core/ipwm_util.h kernel-doc warnings
` [PATCH 03/12] infiniband: fix ulp/iser/iscsi_iser.h "
` [PATCH 04/12] infiniband: fix ulp/opa_vnic/opa_vnic_internal.h kernel-doc notation
` [PATCH 05/12] infiniband: fix ulp/opa_vnic/opa_vnic_encap.h "
` [PATCH 06/12] infiniband: fix ulp/srpt/ib_srpt.h "
` [PATCH 07/12] infiniband: fix core/verbs.c "
` [PATCH 08/12] infiniband: fix ulp/iser/iser_verbs.c "
` [PATCH 09/12] infiniband: fix ulp/iser/iser_initiator.c kernel-doc warnings
` [PATCH 10/12] infiniband: fix core/ kernel-doc notation
` [PATCH 11/12] infiniband: fix sw/rdmavt/ "
` [PATCH 12/12] infiniband: add a Documentation driver-api chapter for Infiniband

[PATCH for-next] iw_cxgb3: remove iw_cxgb3 module from kernel
 2019-10-10 14:26 UTC  (3+ messages)

Lease semantic proposal
 2019-10-10 10:39 UTC  (7+ messages)

[PATCH for-rc] RDMA/qedr: Fix reported firmware version
 2019-10-10  8:46 UTC  (2+ messages)
` [EXT] "

[PATCH rdma-next v1 0/2] Remove PID namespaces support from restrack
 2019-10-10  7:11 UTC  (3+ messages)
` [PATCH rdma-next v1 1/2] RDMA/restrack: Remove PID namespace support
` [PATCH rdma-next v1 2/2] RDMA/core: Check that process is still alive before sending it to the users

Potential NULL pointer deference in RDMA
 2019-10-10  6:51 UTC  (2+ messages)

[PATCH -next 00/11] lib/interval-tree: move to half closed intervals
 2019-10-10  5:49 UTC  (30+ messages)
` [PATCH 02/11] lib/interval-tree: add an equivalent tree with [a,b) intervals
` [PATCH 03/11] drm/amdgpu: convert amdgpu_vm_it to half closed intervals
` [PATCH 05/11] IB/hfi1: convert __mmu_int_rb "
` [PATCH 07/11] vhost: convert vhost_umem_interval_tree "
` [PATCH 08/11] mm: convert vma_interval_tree "
` [PATCH 09/11] lib/interval-tree: convert interval_tree "
` [PATCH 11/11] x86/mm, pat: convert pat tree to generic interval tree

[PATCH] DIM: fix dim.h kernel-doc and headers
 2019-10-10  2:37 UTC  (2+ messages)

[PATCH] ib/srp: Add missing new line after displaying fast_io_fail_tmo param
 2019-10-09 21:55 UTC  (2+ messages)

[GIT PULL] Please pull RDMA subsystem changes
 2019-10-09 19:30 UTC  (2+ messages)

[PATCH v1 1/6] xprtrdma: Add unique trace points for posting Local Invalidate WRs
 2019-10-09 17:10 UTC  (7+ messages)
` [PATCH v1 2/6] xprtrdma: Connection becomes unstable after a reconnect
` [PATCH v1 3/6] xprtrdma: Initialize rb_credits in one place
` [PATCH v1 4/6] xprtrdma: Close window between waking RPC senders and posting Receives
` [PATCH v1 5/6] xprtrdma: Fix MR list handling
` [PATCH v1 6/6] xprtrdma: Manage MRs in context of a single connection

[PATCH v3] IB/core: Trace points for diagnosing completion queue issues
 2019-10-09 16:54 UTC 

[PATCH 00/15] Rework the locking and datastructures for mlx5 implicit ODP
 2019-10-09 16:09 UTC  (16+ messages)
` [PATCH 01/15] RDMA/mlx5: Use SRCU properly in ODP prefetch
` [PATCH 02/15] RDMA/mlx5: Split sig_err MR data into its own xarray
` [PATCH 03/15] RDMA/mlx5: Use a dedicated mkey xarray for ODP
` [PATCH 04/15] RDMA/mlx5: Delete struct mlx5_priv->mkey_table
` [PATCH 05/15] RDMA/mlx5: Rework implicit_mr_get_data
` [PATCH 06/15] RDMA/mlx5: Lift implicit_mr_alloc() into the two routines that call it
` [PATCH 07/15] RDMA/mlx5: Set the HW IOVA of the child MRs to their place in the tree
` [PATCH 08/15] RDMA/mlx5: Split implicit handling from pagefault_mr
` [PATCH 09/15] RDMA/mlx5: Use an xarray for the children of an implicit ODP
` [PATCH 10/15] RDMA/mlx5: Reduce locking in implicit_mr_get_data()
` [PATCH 11/15] RDMA/mlx5: Avoid double lookups on the pagefault path
` [PATCH 12/15] RDMA/mlx5: Rework implicit ODP destroy
` [PATCH 13/15] RDMA/mlx5: Do not store implicit children in the odp_mkeys xarray
` [PATCH 14/15] RDMA/mlx5: Do not race with mlx5_ib_invalidate_range during create and destroy
` [PATCH 15/15] RDMA/odp: Remove broken debugging call to invalidate_range

[PATCH] uverbs: prevent potential underflow
 2019-10-09  7:35 UTC  (3+ messages)

[PATCH v2 for-next] RDMA/hns: Release qp resources when failed to destroy qp
 2019-10-09  1:21 UTC 

[PATCH for-next] RDMA/hns: Release qp resources when failed to destroy qp
 2019-10-09  1:15 UTC  (3+ messages)

[PATCH] svcrdma: Improve DMA mapping trace points
 2019-10-08 20:03 UTC  (2+ messages)

[PATCH rdma-next] IB/mlx5: Introduce and use mkey context setting helper routine
 2019-10-08 19:46 UTC  (2+ messages)

[PATCH rdma-next] IB/cma: Honor traffic class from lower netdevice for RoCE
 2019-10-08 19:44 UTC  (3+ messages)

[PATCH 1/1] IB/iser: use iser_err instead of pr_err for logging
 2019-10-08 19:37 UTC  (2+ messages)

[PATCH for-next] RDMA/bnxt_re: Enable SRIOV VF support on Broadcom's 57500 adapter series
 2019-10-08 19:31 UTC  (2+ messages)

[PATCH rdma-next 0/2] Remove PID namespaces support from restrack
 2019-10-08 19:11 UTC  (6+ messages)
` [PATCH rdma-next 2/2] RDMA/core: Check that process is still alive before sending it to the users

[PATCH v2] IB/core: Trace points for diagnosing completion queue issues
 2019-10-08 18:21 UTC  (2+ messages)

[patch v5 1/2] RDMA/srp: Add parse function for maximum initiator to target IU size
 2019-10-08 18:22 UTC  (2+ messages)

[PATCH for-next v1] RDMA/vmw_pvrdma: Use resource ids from physical device if available
 2019-10-08 18:15 UTC  (2+ messages)

[PATCH for-next 0/9] Bugfixes for 5.3-rc2
 2019-10-08  8:43 UTC  (8+ messages)
` [PATCH for-next 3/9] RDMA/hns: Completely release qp resources when hw err

[PATCH rdma-next v2 0/3] Optimize SGL registration
 2019-10-08  5:55 UTC  (15+ messages)
` [PATCH mlx5-next v2 1/3] net/mlx5: Expose optimal performance scatter entries capability
` [PATCH rdma-next v2 2/3] RDMA/rw: Support threshold for registration vs scattering to local pages
` [PATCH rdma-next v2 3/3] RDMA/mlx5: Add capability for max sge to get optimized performance

[PATCH] net/mlx5: Fixed a typo in a comment in esw_del_uc_addr()
 2019-10-08  5:47 UTC  (3+ messages)

[PATCH iproute2-next] rdma: Relax requirement to have PID for HW objects
 2019-10-07 21:55 UTC  (2+ messages)

[PATCH] RDMA/hns: Fix build error again
 2019-10-07 21:18 UTC 

[PATCH RFC] IB/core: Trace points for diagnosing completion queue issues
 2019-10-07 18:41 UTC  (2+ messages)

unregister_device messages at shutdown (v5.4-rc)
 2019-10-07 16:10 UTC  (3+ messages)

[PATCH rdma-next v1 0/3] Optimize SGL registration
 2019-10-07 13:17 UTC  (8+ messages)
` [PATCH mlx5-next v1 1/3] net/mlx5: Expose optimal performance scatter entries capability
` [PATCH rdma-next v1 2/3] RDMA/rw: Support threshold for registration vs scattering to local pages
` [PATCH rdma-next v1 3/3] RDMA/mlx5: Add capability for max sge to get optimized performance

[PATCH] RDMA/hns: prevent undefined behavior in hns_roce_set_user_sq_size()
 2019-10-07 12:18 UTC 

[PATCH v1,for-rc] RDMA/siw: free siw_base_qp in kref release routine
 2019-10-07 10:42 UTC 

[PATCH v1,for-rc] RDMA/iwcm: move iw_rem_ref() calls out of spinlock
 2019-10-07 10:26 UTC 

[PATCH rdma-next 0/3] Optimize SGL registration
 2019-10-07 10:07 UTC  (9+ messages)
` [PATCH mlx5-next 1/3] net/mlx5: Expose optimal performance scatter entries capability
` [PATCH rdma-next 2/3] RDMA/mlx5: Add capability for max sge to get optimized performance
` [PATCH rdma-next 3/3] RDMA/rw: Support threshold for registration vs scattering to local pages

[PATCH rdma-next 0/2] RDMA/qedr: Fix memory leaks and synchronization
 2019-10-06 19:49 UTC  (8+ messages)
` [PATCH rdma-next 1/2] RDMA/qedr: Fix synchronization methods and memory leaks in qedr
    ` [EXT] "

[PATCH net-next] net/rds: Add missing include file
 2019-10-06 16:34 UTC  (2+ messages)

[PATCH RFC rdma-core] verbs: custom parent-domain allocators
 2019-10-06  5:58 UTC 

[RFC 00/20] Intel RDMA/IDC Driver series
 2019-10-05 22:01 UTC  (9+ messages)
` [RFC 04/20] RDMA/irdma: Add driver framework definitions

[[PATCH v2 for-next]] RDMA/siw: Fix SQ/RQ drain logic
 2019-10-05  8:26 UTC  (5+ messages)
  `  "

[PATCH rdma-core] kernel-boot: Tighten check if device is virtual
 2019-10-05  6:12 UTC  (6+ messages)

[bug report] IB/hfi1: Eliminate allocation while atomic
 2019-10-05  5:20 UTC  (4+ messages)

[PATCH for-rc 0/2] Updates for 5.4 rc cycle
 2019-10-04 20:51 UTC  (4+ messages)
` [PATCH for-rc 1/2] IB/hfi1: Avoid excessive retry for TID RDMA READ request
` [PATCH for-rc 2/2] IB/hfi1: Use a common pad buffer for 9B and 16B packets

[PATCH -rc 0/6] Bug fixes for odp
 2019-10-04 18:55 UTC  (2+ messages)

[PATCH rdma-rc] IB/core: Fix wrong iterating on ports
 2019-10-04 18:52 UTC  (2+ messages)

[PATCH rdma-next 0/4] Unrelated code cleanups
 2019-10-04 18:49 UTC  (2+ messages)

[PATCH 00/15] RDMA patches for kernel v5.5
 2019-10-04 18:36 UTC  (2+ messages)

[PATCH rdma-rc v1] RDMA/nldev: Reshuffle the code to avoid need to rebind QP in error path
 2019-10-04 18:31 UTC  (2+ messages)

[PATCH for-next 0/2] RDMA/hns: Add support of net device event reporting to ULP
 2019-10-04 18:22 UTC  (4+ messages)
` [PATCH for-next 1/2] {topost} RDMA/hns: Deliver net device event to ofed
` [PATCH for-next 2/2] {topost} RDMA/hns: Add support for sending port down event quickly

[PATCH] cxgb4: do not dma memory off of the stack
 2019-10-04 18:16 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] RDMA: release allocated skb
 2019-10-04 18:12 UTC  (5+ messages)

[PATCH 0/4] Random fixes to IB/core
 2019-10-04 17:59 UTC  (3+ messages)
` [PATCH 1/4] RDMA/cm: Fix memory leak in cm_add/remove_one

[PATCH] RDMA/core: Fix an error handling path in 'res_get_common_doit()'
 2019-10-04 17:56 UTC  (2+ messages)

[PATCH for-next] RDMA/hns: Add UD support for hip08
 2019-10-04 17:35 UTC  (3+ messages)

[PATCH for-5.4] RDMA/i40iw: Associate ibdev to netdev before IB device registration
 2019-10-04 17:34 UTC  (4+ messages)

linux-next: Tree for Oct 4 (net/rds/ib)
 2019-10-04 15:17 UTC 

Re: Re: [PATCH for-next] RDMA/siw: fix SQ/RQ drain logic to support ib_drain_qp
 2019-10-04 13:47 UTC  (10+ messages)
`  "
  `  "
            ` Re: Re: "
              `  "

[[PATCH v3 for-next]] RDMA/siw: Fix SQ/RQ drain logic
 2019-10-04 12:53 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).