linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-16 07:14:04 to 2021-07-23 14:09:11 UTC [more...]

[PATCH rdma-next 0/3] Remove not possible checks
 2021-07-23 14:08 UTC  (3+ messages)
` [PATCH rdma-next 2/3] RDMA/iwpm: Remove not-needed reference counting
` [PATCH rdma-next 3/3] RDMA/iwpm: Rely on the upper to ensure that requests are valid

[PATCH rdma-next] docs: Fix infiniband uverbs minor number
 2021-07-23 13:52 UTC 

[PATCH rdma-next v1 0/9] QP allocation changes
 2021-07-23 11:39 UTC  (10+ messages)
` [PATCH rdma-next v1 1/9] RDMA/hns: Don't skip IB creation flow for regular RC QP
` [PATCH rdma-next v1 2/9] RDMA/hns: Don't overwrite supplied QP attributes
` [PATCH rdma-next v1 3/9] RDMA/efa: Remove double QP type assignment
` [PATCH rdma-next v1 4/9] RDMA/mlx5: Cancel pkey work before destroying device resources
` [PATCH rdma-next v1 5/9] RDMA/mlx5: Delete device resource mutex that didn't protect anything
` [PATCH rdma-next v1 6/9] RDMA/mlx5: Rework custom driver QP type creation
` [PATCH rdma-next v1 7/9] RDMA/rdmavt: Decouple QP and SGE lists allocations
` [PATCH rdma-next v1 8/9] RDMA: Globally allocate and release QP memory
` [PATCH rdma-next v1 9/9] RDMA/mlx5: Drop in-driver verbs object creations

[PATCH] mlx4: Fix missing error code in mlx4_load_one()
 2021-07-23 10:36 UTC 

[PATCH] RDMA/irdma: Fix missing error code in irdma_modify_qp_roce()
 2021-07-23 10:32 UTC 

[PATCH for-next v3 0/5] Replace AV by AH in UD sends
 2021-07-22 21:22 UTC  (7+ messages)
` [PATCH v3 1/6] RDMA/rxe: Move AV from rxe_send_wqe to rxe_send_wr
` [PATCH v3 2/6] RDMA/rxe: Change AH objects to indexed
` [PATCH v3 3/6] RDMA/rxe: Create AH index and return to user space
` [PATCH v3 4/6] RDMA/rxe: Replace ah->pd by ah->ibah.pd
` [PATCH v3 5/6] RDMA/rxe: Lookup kernel AH from ah index in UD WQEs
` [PATCH v3 6/6] RDMA/rxe: Convert kernel UD post send to use ah_num

[PATCH 1/1] iser-target: Fix handling of RDMA_CV_EVENT_ADDR_CHANGE
 2021-07-22 19:54 UTC  (11+ messages)

[PATCH for-next] RDMA/rxe: Fix bug in rxe_net.c
 2021-07-22 15:37 UTC  (4+ messages)

[PATCH for-rc] iw_cxgb4: Fix refcount underflow while destroying cqs
 2021-07-22 14:02 UTC  (8+ messages)

[PATCH rdma-next v2 0/2] SG fix together with update to RDMA umem
 2021-07-22 13:39 UTC  (8+ messages)
` [PATCH rdma-next v2 1/2] lib/scatterlist: Fix wrong update of orig_nents
` [PATCH rdma-next v2 2/2] RDMA: Use dma_map_sgtable for map umem pages

[PATCH v2] net/mlx5: Fix missing return value in mlx5_devlink_eswitch_inline_mode_set()
 2021-07-22  9:58 UTC 

[PATCH rdma-next 0/9] QP allocation changes
 2021-07-22  8:16 UTC  (18+ messages)
` [PATCH rdma-next 1/9] RDMA/hns: Don't skip IB creation flow for regular RC QP
` [PATCH rdma-next 2/9] RDMA/hns: Don't overwrite supplied QP attributes
` [PATCH rdma-next 3/9] RDMA/efa: Remove double QP type assignment
` [PATCH rdma-next 4/9] RDMA/mlx5: Cancel pkey work before destroying device resources
` [PATCH rdma-next 5/9] RDMA/mlx5: Delete device resource mutex that didn't protect anything
` [PATCH rdma-next 6/9] RDMA/mlx5: Rework custom driver QP type creation
` [PATCH rdma-next 7/9] RDMA/rdmavt: Decouple QP and SGE lists allocations
` [PATCH rdma-next 8/9] RDMA: Globally allocate and release QP memory
` [PATCH rdma-next 9/9] RDMA/mlx5: Drop in-driver verbs object creations

BUG: double free of mlx5_cmd_work_ent during shutdown
 2021-07-22  6:49 UTC 

crash at commit ec9bf373f2458f4b5f1ece8b93a07e6204081667 running rping using rxe driver
 2021-07-22  0:25 UTC 

crash at commit 205be5dc9984b67a3b388cbdaa27a2f2644a4bd6 running rping using rxe
 2021-07-22  0:25 UTC 

[rdma:wip/jgg-for-next] BUILD SUCCESS 07d0f314ba75cba17c3fad0a3d4e640e757897d7
 2021-07-22  0:20 UTC 

RDMA/rxe is broken (impacting running NFSoRDMA over softRoCE)
 2021-07-21 21:48 UTC  (7+ messages)

[PATCH] RDMA/hfi1: Convert from atomic_t to refcount_t on hfi1_devdata->user_refcount
 2021-07-21 18:09 UTC  (2+ messages)

[PATCH v5 0/2] Add p2p via dmabuf to habanalabs
 2021-07-21 16:10 UTC  (2+ messages)

[PATCH rdma-next v1 0/7] Separate user/kernel QP creation logic
 2021-07-21  9:07 UTC  (8+ messages)
` [PATCH rdma-next v1 1/7] RDMA/mlx5: Delete not-available udata check
` [PATCH rdma-next v1 2/7] RDMA/core: Delete duplicated and unreachable code
` [PATCH rdma-next v1 3/7] RDMA/core: Remove protection from wrong in-kernel API usage
` [PATCH rdma-next v1 4/7] RDMA/core: Reorganize create QP low-level functions
` [PATCH rdma-next v1 5/7] RDMA/core: Configure selinux QP during creation
` [PATCH rdma-next v1 6/7] RDMA/core: Properly increment and decrement QP usecnts
` [PATCH rdma-next v1 7/7] RDMA/core: Create clean QP creations interface for uverbs

[PATCH rdma-core 00/27] Introduce mlx5 user space driver over VFIO
 2021-07-21  8:51 UTC  (35+ messages)
` [PATCH rdma-core 01/27] Update kernel headers
` [PATCH rdma-core 02/27] mlx5: Introduce mlx5dv_get_vfio_device_list()
` [PATCH rdma-core 03/27] mlx5: Enable debug functionality for vfio
` [PATCH rdma-core 04/27] util: Add interval_set support
` [PATCH rdma-core 05/27] verbs: Enable verbs_open_device() to work over non sysfs devices
` [PATCH rdma-core 06/27] mlx5: Setup mlx5 vfio context
` [PATCH rdma-core 07/27] mlx5: Add mlx5_vfio_cmd_exec() support
` [PATCH rdma-core 08/27] mlx5: vfio setup function support
` [PATCH rdma-core 09/27] mlx5: vfio setup basic caps
` [PATCH rdma-core 10/27] mlx5: Support fast teardown over vfio
` [PATCH rdma-core 11/27] mlx5: Enable interrupt command mode "
` [PATCH rdma-core 12/27] mlx5: Introduce vfio APIs to process events
` [PATCH rdma-core 13/27] mlx5: VFIO poll_health support
` [PATCH rdma-core 14/27] mlx5: Implement basic verbs operation for PD and MR over vfio
` [PATCH rdma-core 15/27] mlx5: Set DV context ops
` [PATCH rdma-core 16/27] mlx5: Support initial DEVX/DV APIs over vfio
` [PATCH rdma-core 17/27] mlx5: Implement mlx5dv devx_obj "
` [PATCH rdma-core 18/27] pyverbs: Support DevX UMEM registration
` [PATCH rdma-core 19/27] pyverbs/mlx5: Support EQN querying
` [PATCH rdma-core 20/27] pyverbs/mlx5: Support more DevX objects
` [PATCH rdma-core 21/27] pyverbs: Add auxiliary memory functions
` [PATCH rdma-core 22/27] pyverbs/mlx5: Add support to extract mlx5dv objects
` [PATCH rdma-core 23/27] pyverbs/mlx5: Wrap mlx5_cqe64 struct and add enums
` [PATCH rdma-core 24/27] tests: Add MAC address to the tests' args
` [PATCH rdma-core 25/27] tests: Add mlx5 DevX data path test
` [PATCH rdma-core 26/27] pyverbs/mlx5: Support mlx5 devices over VFIO
` [PATCH rdma-core 27/27] tests: Add a test for mlx5 "

[PATCH rdma-next 0/7] Separate user/kernel QP creation logic
 2021-07-21  7:49 UTC  (20+ messages)
` [PATCH rdma-next 1/7] RDMA/mlx5: Delete not-available udata check
` [PATCH rdma-next 2/7] RDMA/core: Delete duplicated and unreachable code
` [PATCH rdma-next 3/7] RDMA/core: Remove protection from wrong in-kernel API usage
` [PATCH rdma-next 4/7] RDMA/core: Reorganize create QP low-level functions
` [PATCH rdma-next 5/7] RDMA/core: Configure selinux QP during creation
` [PATCH rdma-next 6/7] RDMA/core: Properly increment and decrement QP usecnts
` [PATCH rdma-next 7/7] RDMA/core: Create clean QP creations interface for uverbs

[PATCH] RDMA/irdma: Improve the way 'cqp_request' structures are cleaned when they are recycled
 2021-07-21  5:11 UTC  (4+ messages)

[PATCH rdma-next v1 0/3] Add ConnectX DCS offload support
 2021-07-21  4:34 UTC  (5+ messages)

[PATCH for-next v2 0/9] ICRC cleanup
 2021-07-19 21:26 UTC  (15+ messages)
` [PATCH v2 1/9] RDMA/rxe: Move ICRC checking to a subroutine
` [PATCH v2 4/9] RDMA/rxe: Move ICRC generation "
` [PATCH v2 9/9] RDMA/rxe: Fix types in rxe_icrc.c

XDP applications running in driver mode on mlx5_core can't access various helper functions
 2021-07-19 20:29 UTC  (2+ messages)

[PATCH for-next v2 0/5] Replace AV by AH in UD sends
 2021-07-19 12:03 UTC  (7+ messages)
` [PATCH for-next v2 1/5] RDMA/rxe: Change user/kernel API to allow indexing AH
` [PATCH for-next v2 2/5] RDMA/rxe: Change AH objects to indexed
` [PATCH for-next v2 3/5] RDMA/rxe: Create AH index and return to user space
` [PATCH for-next v2 4/5] RDMA/rxe: Lookup kernel AH from ah index in UD WQEs
` [PATCH for-next v2 5/5] RDMA/rxe: Convert kernel UD post send to use ah_num

[PATCH v2 0/1] RDMA/rxe: Bump up default maximum values used via uverbs
 2021-07-19  8:12 UTC  (11+ messages)
` [PATCH v2 1/1] "

[PATCH v3 0/1] RDMA/rxe: Bump up default maximum values used via uverbs
 2021-07-18 22:59 UTC  (2+ messages)
` [PATCH v3 1/1] "

[PATCH v2 0/2] Providers/rxe: Replace AV by AH for UD sends
 2021-07-18 21:28 UTC  (3+ messages)
` [PATCH v2 1/2] Update kernel headers
` [PATCH v2 2/2] Providers/rxe: Replace AV by AH for UD sends

[rdma:wip/jgg-for-next] BUILD SUCCESS 923232bbea88a29f18a2361790582a6474a538fc
 2021-07-18 14:26 UTC 

[rdma:for-next] BUILD SUCCESS 8c1b4316c3faa38cb66bde200a8f2942fa6728b6
 2021-07-18 14:24 UTC 

[PATCH mlx5-next] IB/mlx5: Rename is_apu_thread_cq function to is_apu_cq
 2021-07-18 13:58 UTC  (2+ messages)

[PATCH] net/mlx5: Fix missing error code in mlx5_devlink_eswitch_inline_mode_set()
 2021-07-18  9:33 UTC  (2+ messages)

[PATCH 0/3] RDMA/irdma: do some cleanups
 2021-07-18  9:27 UTC  (5+ messages)
` [PATCH 1/3] RDMA/irdma: change the returned type of irdma_sc_repost_aeq_entries to void

[PATCH for-next 0/5] Replace AV by AH in UD sends
 2021-07-16 18:03 UTC  (5+ messages)
` [PATCH 1/5] RDMA/rxe: Change user/kernel API to allow indexing AH

[PATCH v8 for-next 0/3] IB/core: Obtaining subnet_prefix from cache in
 2021-07-16 14:08 UTC  (2+ messages)

[PATCH for-next] RDMA/efa: Split hardware stats to device and port stats
 2021-07-16 13:46 UTC  (2+ messages)

[rdma:wip/jgg-for-rc] BUILD SUCCESS dc6afef7e14252c5ca5b8a8444946cb4b75b0aa0
 2021-07-16  7:13 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).