linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-25 13:46:21 to 2020-09-02 11:51:26 UTC [more...]

[PATCH 00/14] RDMA: Improve use of umem in DMA drivers
 2020-09-02 11:51 UTC  (21+ messages)
` [PATCH 01/14] RDMA/umem: Fix ib_umem_find_best_pgsz() for mappings that cross a page boundary
` [PATCH 02/14] RDMA/umem: Prevent small pages from being returned by ib_umem_find_best_pgsz()
` [PATCH 03/14] RDMA/umem: Use simpler logic for ib_umem_find_best_pgsz()
` [PATCH 04/14] RDMA/umem: Add rdma_umem_for_each_dma_block()
` [PATCH 05/14] RDMA/umem: Replace for_each_sg_dma_page with rdma_umem_for_each_dma_block
` [PATCH 06/14] RDMA/umem: Split ib_umem_num_pages() into ib_umem_num_dma_blocks()
` [PATCH 07/14] RDMA/qedr: Use rdma_umem_for_each_dma_block() instead of open-coding
` [PATCH 08/14] RDMA/qedr: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()
` [PATCH 09/14] RDMA/bnxt: Do not use ib_umem_page_count() or ib_umem_num_pages()
` [PATCH 10/14] RDMA/hns: Use ib_umem_num_dma_blocks() instead of opencoding
` [PATCH 11/14] RDMA/ocrdma: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()
` [PATCH 12/14] RDMA/pvrdma: "
` [PATCH 13/14] RDMA/mlx5: Use ib_umem_num_dma_blocks()
` [PATCH 14/14] RDMA/umem: Rename ib_umem_offset() to ib_umem_dma_offset()

[PATCH] RDMA: error code handling
 2020-09-02  9:03 UTC  (2+ messages)

[PATCH rdma-next] RDMA/core: Change how failing destroy is handled during uobj abort
 2020-09-02  8:17 UTC 

[PATCH rdma-next 0/2] Convert RWQ and MW to general allocation scheme
 2020-09-02  8:16 UTC  (3+ messages)
` [PATCH rdma-next 1/2] RDMA: Clean MW allocation and free flows
` [PATCH rdma-next 2/2] RDMA: Convert RWQ table logic to ib_core allocation scheme

[PATCH rdma-next 0/8] Cleanup and fix the CMA state machine
 2020-09-02  8:11 UTC  (9+ messages)
` [PATCH rdma-next 1/8] RDMA/cma: Fix locking for the RDMA_CM_CONNECT state
` [PATCH rdma-next 2/8] RDMA/cma: Make the locking for automatic state transition more clear
` [PATCH rdma-next 3/8] RDMA/cma: Fix locking for the RDMA_CM_LISTEN state
` [PATCH rdma-next 4/8] RDMA/cma: Remove cma_comp()
` [PATCH rdma-next 5/8] RDMA/cma: Combine cma_ndev_work with cma_work
` [PATCH rdma-next 6/8] RDMA/cma: Remove dead code for kernel rdmacm multicast
` [PATCH rdma-next 7/8] RDMA/cma: Consolidate the destruction of a cma_multicast in one place
` [PATCH rdma-next 8/8] RDMA/cma: Fix use after free race in roce multicast join

[RFC] Reliable Multicast on top of RTRS
 2020-09-02  8:04 UTC 

[PATCH rdma-next v1 0/3] Fix in-kernel active_speed type
 2020-09-02  7:45 UTC  (4+ messages)
` [PATCH mlx5-next v1 1/3] net/mlx5: Refactor query port speed functions
` [PATCH mlx5-next v1 2/3] RDMA/mlx5: Delete duplicated mlx5_ptys_width enum
` [PATCH rdma-next v1 3/3] RDMA: Fix link active_speed size

[rdma:for-next 16/50] drivers/infiniband/hw/mlx4/cm.c:496:48: sparse: sparse: incorrect type in initializer (different address spaces)
 2020-09-02  6:01 UTC 

[PATCH v4 for-rc] RDMA/rxe: Fix panic when calling kmem_cache_create()
 2020-09-02  5:33 UTC  (8+ messages)

[PATCH net] net: ethernet: mlx4: Fix memory allocation in mlx4_buddy_init()
 2020-09-01 20:13 UTC  (2+ messages)

[PATCH net-next] net/mlx5e: kTLS, Avoid kzalloc(GFP_KERNEL) under spinlock
 2020-09-01 17:16 UTC  (2+ messages)

buggy-looking mm_struct refcounting in HFI1 infiniband driver
 2020-09-01 13:00 UTC  (4+ messages)

[PATCH for-rc] RDMA/core: Fix unsafe linked list traversal after failing to allocate CQ
 2020-09-01 12:38 UTC 

[PATCH for-next] RDMA/qedr: Fix reported max_pkeys
 2020-09-01  8:12 UTC  (2+ messages)
` [EXT] "

[PATCH] IB/isert: fix unaligned immediate-data handling
 2020-09-01  7:42 UTC  (14+ messages)

[PATCH for-next] RDMA/core: Add a debug print when a driver is marked as non-kverbs provider
 2020-09-01  6:46 UTC  (3+ messages)

[rdma:wip/jgg-for-next] BUILD SUCCESS 524d8ffd07f0ca10b24011487339f836ed859b32
 2020-09-01  6:04 UTC 

[PATCH v2] IB/isert: fix unaligned immediate-data handling
 2020-09-01  3:08 UTC 

[PATCH] IB/qib: remove superfluous fallthrough statements
 2020-08-31 16:25 UTC  (16+ messages)
        ` [PATCH v2 1/2] "
        ` [PATCH v2 2/2] IB/qib: tidy up process_cc()

[PATCH] infiniband: remove unnecessary fallthrough usage
 2020-08-31 16:00 UTC  (3+ messages)

[PATCH v2 for-next] rdma_rxe: address an issue with hardened user copy
 2020-08-31 15:27 UTC  (2+ messages)

[PATCH for-next] rdma_rxe: Added SPDX hdrs to rxe source files
 2020-08-31 15:26 UTC  (2+ messages)

[PATCH] RDMA/umem: Fix signature of stub ib_umem_find_best_pgsz()
 2020-08-31 15:26 UTC  (4+ messages)

[PATCH] RDMA/core: Trigger a WARN_ON if the driver causes uobjects to become leaked
 2020-08-31 15:26 UTC  (4+ messages)

[PATCH for-next] RDMA/hns: Get udp sport num dynamically instead of using a fixed value
 2020-08-31 15:25 UTC  (2+ messages)

[PATCH v2 for-next 0/4] RDMA/hns: Extend some capabilities for HIP09
 2020-08-31  7:46 UTC  (4+ messages)
` [PATCH v2 for-next 1/4] RDMA/hns: Export hardware capability flags to userspace

[PATCH rdma-next v1 00/13] Track memory allocation with restrack DB help
 2020-08-30 10:14 UTC  (14+ messages)
` [PATCH rdma-next v1 01/13] RDMA/cma: Delete from restrack DB after successful destroy
` [PATCH rdma-next v1 02/13] RDMA/mlx5: Don't call to restrack recursively
` [PATCH rdma-next v1 03/13] RDMA/restrack: Count references to the verbs objects
` [PATCH rdma-next v1 04/13] RDMA/restrack: Simplify restrack tracking in kernel flows
` [PATCH rdma-next v1 05/13] RDMA/restrack: Improve readability in task name management
` [PATCH rdma-next v1 06/13] RDMA/cma: Be strict with attaching to CMA device
` [PATCH rdma-next v1 07/13] RDMA/core: Allow drivers to disable restrack DB
` [PATCH rdma-next v1 08/13] RDMA/counter: Combine allocation and bind logic
` [PATCH rdma-next v1 09/13] RDMA/restrack: Store all special QPs in restrack DB
` [PATCH rdma-next v1 10/13] RDMA/restrack: Make restrack DB mandatory for IB objects
` [PATCH rdma-next v1 11/13] RDMA/restrack: Support all QP types
` [PATCH rdma-next v1 12/13] RDMA/core: Track device memory MRs
` [PATCH rdma-next v1 13/13] RDMA/restrack: Drop valid restrack field as source of ambiguity

[PATCH rdma-next v1 00/10] Restore failure of destroy commands
 2020-08-30  8:40 UTC  (11+ messages)
` [PATCH rdma-next v1 01/10] RDMA: Restore ability to fail on PD deallocate
` [PATCH rdma-next v1 02/10] RDMA: Restore ability to fail on AH destroy
` [PATCH rdma-next v1 03/10] RDMA/mlx5: Issue FW command to destroy SRQ on reentry
` [PATCH rdma-next v1 04/10] RDMA/mlx5: Fix potential race between destroy and CQE poll
` [PATCH rdma-next v1 05/10] RDMA: Restore ability to fail on SRQ destroy
` [PATCH rdma-next v1 06/10] RDMA/core: Delete function indirection for alloc/free kernel CQ
` [PATCH rdma-next v1 07/10] RDMA: Allow fail of destroy CQ
` [PATCH rdma-next v1 08/10] RDMA: Change XRCD destroy return value
` [PATCH rdma-next v1 09/10] RDMA: Restore ability to return error for destroy WQ
` [PATCH rdma-next v1 10/10] RDMA: Make counters destroy symmetrical

pyverbs failures
 2020-08-28 20:48 UTC  (3+ messages)

[PATCH rdma-next 00/10] Restore failure of destroy commands
 2020-08-28 11:25 UTC  (20+ messages)
` [PATCH rdma-next 01/10] RDMA: Restore ability to fail on PD deallocate

[rdma:wip/jgg-for-next] BUILD SUCCESS 5f9e2822d12fe5050da5db0e65924d5ddc86bf29
 2020-08-28  4:42 UTC 

[rdma:for-rc] BUILD REGRESSION 097a9d23b7250355b182c5fd47dd4c55b22b1c33
 2020-08-28  4:41 UTC 

[PATCH for-next] rdma_rxe: address an issue with hardened user copy
 2020-08-27 16:43 UTC  (6+ messages)

[PATCH rdma-next 00/14] Cleanup locking and events in ucma
 2020-08-27 11:39 UTC  (2+ messages)

[PATCH mlx5-next 0/2] Add DC RoCE LAG support
 2020-08-27 11:37 UTC  (2+ messages)

[PATCH v3] RDMA/rtrs-srv: Incorporate ib_register_client into rtrs server init
 2020-08-27 12:01 UTC  (3+ messages)

[PATCH] RDMA/rxe: Fix memleak in rxe_mem_init_user
 2020-08-27 11:47 UTC  (2+ messages)

[PATCH rdma-rc v1] RDMA/mlx4: Read pkey table length instead of hardcoded value
 2020-08-27 12:18 UTC  (2+ messages)

[PATCH for-next] RDMA/usnic: Remove the query_pkey callback
 2020-08-27 14:08 UTC  (12+ messages)

[PATCH v3 00/17] Memory window support for rdma_rxe
 2020-08-27 13:00 UTC  (13+ messages)
` [PATCH v3 02/17] rdma_rxe: Fixed style warnings
` [PATCH v3 03/17] ib_user_verbs.h: Added ib_uverbs_wc_opcode
` [PATCH v3 04/17] ib_verbs.h: Added missing IB_WR_BIND_MW opcode
` [PATCH v3 05/17] rdma_rxe: Added bind_mw parameters to rxe_send_wr
` [PATCH v3 06/17] rdma_rxe: Added stubs for alloc_mw and dealloc_mw verbs
` [PATCH v3 17/17] rdma_rxe: minor cleanups

[PATCH v2 for-next] RDMA/hns: Add a check for current state before modifying QP
 2020-08-27 12:48 UTC  (2+ messages)

[PATCH rdma-next 0/3] Fix in-kernel active_speed type
 2020-08-27 12:45 UTC  (3+ messages)
` [PATCH mlx5-next 1/3] net/mlx5: Refactor query port speed functions

[PATCH for-rc 0/6] RDMA/bnxt_re: Bug fixes
 2020-08-27 12:31 UTC  (2+ messages)

git repo changes
 2020-08-27 11:16 UTC  (2+ messages)

[PATCH rdma-next 00/14] Track memory allocation with restrack DB help
 2020-08-26  8:27 UTC  (8+ messages)
` [PATCH rdma-next 10/14] RDMA/restrack: Store all special QPs in restrack DB
` [PATCH rdma-next 12/14] RDMA/restrack: Support all QP types

[rdma:wip/jgg-for-next] BUILD SUCCESS 8dc105befe16b6504ecc17a235b3c22932fa33dc
 2020-08-26  7:27 UTC 

DONATION
 2020-08-26  7:06 UTC 

Re another alternative to resolve hardened user copy warnings
 2020-08-25 17:26 UTC  (4+ messages)

[PATCH v3 0/3] IB CM tracepoints
 2020-08-25 17:05 UTC  (2+ messages)

[PATCH v3 for-rc] RDMA/rxe: Fix panic when calling kmem_cache_create()
 2020-08-25 15:18 UTC  (6+ messages)


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