Linux-RDMA Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-21 20:35:04 to 2021-05-28 12:30:50 UTC [more...]

[PATCH v2 -next] RDMA/srp: use DEVICE_ATTR_*() macro
 2021-05-28 12:30 UTC 

[PATCH -next] RDMA/srp: use DEVICE_ATTR_*() macro
 2021-05-28 12:30 UTC  (2+ messages)

[PATCHv3 for-next 00/20] RTRS update for 5.14
 2021-05-28 11:30 UTC  (21+ messages)
` [PATCHv3 for-next 01/20] RDMA/rtrs-srv: Kill reject_w_econnreset label
` [PATCHv3 for-next 02/20] RDMA/rtrs-clt: Remove MAX_SESS_QUEUE_DEPTH from rtrs_send_sess_info
` [PATCHv3 for-next 03/20] RDMA/rtrs-srv: Add error messages for cases when failing RDMA connection
` [PATCHv3 for-next 04/20] RDMA/rtrs-srv: Clean up the code in __rtrs_srv_change_state
` [PATCHv3 for-next 05/20] RDMA/rtrs: Change MAX_SESS_QUEUE_DEPTH
` [PATCHv3 for-next 06/20] RDMA/rtrs: Define MIN_CHUNK_SIZE
` [PATCHv3 for-next 07/20] RDMA/rtrs: Use strscpy instead of strlcpy
` [PATCHv3 for-next 08/20] RDMA/rtrs-clt: Kill rtrs_clt_{start,stop}_hb
` [PATCHv3 for-next 09/20] RDMA/rtrs-clt: Kill rtrs_clt_disconnect_from_sysfs
` [PATCHv3 for-next 10/20] RDMA/rtrs-srv: Kill __rtrs_srv_change_state
` [PATCHv3 for-next 11/20] RDMA/rtrs-clt: Remove redundant 'break'
` [PATCHv3 for-next 12/20] RDMA/rtrs-clt: Check state of the rtrs_clt_sess before reading its stats
` [PATCHv3 for-next 13/20] RDMA/rtrs-srv: Replace atomic_t with percpu_ref for ids_inflight
` [PATCHv3 for-next 14/20] RDMA/rtrs-srv: convert scnprintf to sysfs_emit
` [PATCHv3 for-next 15/20] RDMA/rtrs: Do not reset hb_missed_max after re-connection
` [PATCHv3 for-next 16/20] RDMA/rtrs-srv: Duplicated session name is not allowed
` [PATCHv3 for-next 17/20] RDMA/rtrs-srv: Fix memory leak of unfreed rtrs_srv_stats object
` [PATCHv3 for-next 18/20] RDMA/rtrs-srv: Fix memory leak when having multiple sessions
` [PATCHv3 for-next 19/20] RDMA/rtrs-clt: Check if the queue_depth has changed during a reconnection
` [PATCHv3 for-next 20/20] RDMA/rtrs-clt: Fix memory leak of not-freed sess->stats and stats->pcpu_stats

[PATCH V3 rdma-core 0/5] Broadcom's user library update
 2021-05-28  9:39 UTC  (6+ messages)
` [PATCH V3 rdma-core 1/5] Update kernel headers
` [PATCH V3 rdma-core 2/5] bnxt_re/lib: Read wqe mode from the driver
` [PATCH V3 rdma-core 3/5] bnxt_re/lib: add a function to initialize software queue
` [PATCH V3 rdma-core 4/5] bnxt_re/lib: Use separate indices for shadow queue
` [PATCH V3 rdma-core 5/5] bnxt_re/lib: Move hardware queue to 16B aligned indices

[PATCH v4 for-next 00/12] RDMA: Use refcount_t for reference counting
 2021-05-28  9:37 UTC  (13+ messages)
` [PATCH v4 for-next 01/12] RDMA/core: Use refcount_t instead of atomic_t on refcount of iwcm_id_private
` [PATCH v4 for-next 02/12] RDMA/core: Use refcount_t instead of atomic_t on refcount of iwpm_admin_data
` [PATCH v4 for-next 03/12] RDMA/core: Use refcount_t instead of atomic_t on refcount of ib_mad_snoop_private
` [PATCH v4 for-next 04/12] RDMA/core: Use refcount_t instead of atomic_t on refcount of mcast_member
` [PATCH v4 for-next 05/12] RDMA/core: Use refcount_t instead of atomic_t on refcount of mcast_port
` [PATCH v4 for-next 06/12] RDMA/core: Use refcount_t instead of atomic_t on refcount of mcast_group
` [PATCH v4 for-next 07/12] RDMA/core: Use refcount_t instead of atomic_t on refcount of ib_uverbs_device
` [PATCH v4 for-next 08/12] RDMA/hns: Use refcount_t instead of atomic_t for CQ reference counting
` [PATCH v4 for-next 09/12] RDMA/hns: Use refcount_t instead of atomic_t for SRQ "
` [PATCH v4 for-next 10/12] RDMA/hns: Use refcount_t instead of atomic_t for QP "
` [PATCH v4 for-next 11/12] RDMA/cxgb4: Use refcount_t instead of atomic_t for "
` [PATCH v4 for-next 12/12] RDMA/ipoib: "

[PATCH rdma-core 0/4] libhns: Add support for direct WQE
 2021-05-28  9:32 UTC  (5+ messages)
` [PATCH rdma-core 1/4] Update kernel headers
` [PATCH rdma-core 2/4] libhns: Refactor hns uar mmap flow
` [PATCH rdma-core 3/4] libhns: Fixes data type when writing doorbell
` [PATCH rdma-core 4/4] libhns: Add support for direct wqe

[PATCH for-next 0/2] RDMA/hns: Add support for userspace Direct WQE
 2021-05-28  9:19 UTC  (3+ messages)
` [PATCH for-next 1/2] RDMA/hns: Refactor hns uar mmap flow
` [PATCH for-next 2/2] RDMA/hns: Support direct WQE of userspace

[PATCH for-next v3 0/3] Fix memory ordering errors in queues
 2021-05-28  8:31 UTC  (5+ messages)
` [PATCH for-next v3 1/3] RDMA/rxe: Add a type flag to rxe_queue structs
` [PATCH for-next v3 2/3] RDMA/rxe: Protect user space index loads/stores
` [PATCH for-next v3 3/3] RDMA/rxe: Protext kernel index from user space

[PATCH v3 for-next 00/13] RDMA: Use refcount_t for reference counting
 2021-05-28  8:22 UTC  (19+ messages)
` [PATCH v3 for-next 01/13] RDMA/core: Use refcount_t instead of atomic_t on refcount of iwcm_id_private
` [PATCH v3 for-next 02/13] RDMA/core: Use refcount_t instead of atomic_t on refcount of iwpm_admin_data
` [PATCH v3 for-next 03/13] RDMA/core: Use refcount_t instead of atomic_t on refcount of ib_mad_snoop_private
` [PATCH v3 for-next 04/13] RDMA/core: Use refcount_t instead of atomic_t on refcount of mcast_member
` [PATCH v3 for-next 05/13] RDMA/core: Use refcount_t instead of atomic_t on refcount of mcast_port
` [PATCH v3 for-next 06/13] RDMA/core: Use refcount_t instead of atomic_t on refcount of mcast_group
` [PATCH v3 for-next 07/13] RDMA/core: Use refcount_t instead of atomic_t on refcount of ib_uverbs_device
` [PATCH v3 for-next 08/13] RDMA/hns: Use refcount_t instead of atomic_t for CQ reference counting
` [PATCH v3 for-next 09/13] RDMA/hns: Use refcount_t instead of atomic_t for SRQ "
` [PATCH v3 for-next 10/13] RDMA/hns: Use refcount_t instead of atomic_t for QP "
` [PATCH v3 for-next 11/13] RDMA/cxgb4: Use refcount_t instead of atomic_t for "
` [PATCH v3 for-next 12/13] RDMA/ipoib: "
` [PATCH v3 for-next 13/13] RDMA/rdmavt: Use refcount_t instead of atomic_t on refcount of rvt_mcast

[PATCH net-next v6 0/5] page_pool: recycle buffers
 2021-05-28  0:44 UTC  (2+ messages)

[PATCH net-next v2 0/7][pull request] iwl-next Intel Wired LAN Driver Updates 2021-05-27
 2021-05-28  0:12 UTC  (9+ messages)
` [PATCH net-next v2 1/7] i40e: Replace one-element array with flexible-array member
` [PATCH net-next v2 2/7] iidc: Introduce iidc.h
` [PATCH net-next v2 3/7] ice: Initialize RDMA support
` [PATCH net-next v2 4/7] ice: Implement iidc operations
` [PATCH net-next v2 5/7] ice: Register auxiliary device to provide RDMA
` [PATCH net-next v2 6/7] i40e: Prep i40e header for aux bus conversion
` [PATCH net-next v2 7/7] i40e: Register auxiliary devices to provide RDMA

[PATCH rdma-next v1 0/2] Enable relaxed ordering for ULPs
 2021-05-27 15:06 UTC  (10+ messages)
` [PATCH rdma-next v1 1/2] RDMA: Enable Relaxed Ordering by default for kernel ULPs
` [PATCH rdma-next v1 2/2] RDMA/mlx5: Allow modifying Relaxed Ordering via fast registration

[PATCHv2 for-next 00/19] Misc update for rtrs
 2021-05-27  9:26 UTC  (11+ messages)
` [PATCHv2 for-next 03/19] RDMA/rtrs-srv: Add error messages for cases when failing RDMA connection
` [PATCHv2 for-next 13/19] RDMA/rtrs-srv: Replace atomic_t with percpu_ref for ids_inflight

[PATCH][next] i40e: Replace one-element array with flexible-array member
 2021-05-26 21:35 UTC  (3+ messages)
  ` [Intel-wired-lan] "

[PATCH v1] xprtrdma: Revert 586a0787ce35
 2021-05-26 19:35 UTC 

[PATCH for-next v2 0/2] Fix memory ordering errors in queues
 2021-05-26 16:52 UTC  (6+ messages)
` [PATCH for-next v2 1/2] RDMA/rxe: Add a type flag to rxe_queue structs
` [PATCH for-next v2 2/2] RDMA/rxe: Protect user space index loads/stores

[PATCH rdma-next v3 0/8] Fix memory corruption in CM
 2021-05-26 16:16 UTC  (5+ messages)
` [PATCH rdma-next v3 8/8] IB/cm: Protect cm_dev, cm_ports and mad_agent with kref and lock

[PATCH V2 INTERNAL 0/4] Broadcom's user library update
 2021-05-26 15:51 UTC  (9+ messages)

[PATCH 00/31] rdma/siw: fix a lot of deadlocks and use after free bugs
 2021-05-26 15:43 UTC  (3+ messages)

[PATCH for-next V3 0/3] Broadcom's driver add global atomics
 2021-05-26 15:36 UTC  (4+ messages)
` [PATCH for-next V3 1/3] RDMA/bnxt_re: Enable global atomic ops if platform supports
` [PATCH for-next V3 2/3] bnxt_re: Update maintainers list
` [PATCH for-next V3 3/3] RDMA/bnxt_re: update ABI to pass wqe-mode to user space

[PATCH for-next] RDMA/rxe: Fix memory ordering problem for resize cq
 2021-05-26 15:19 UTC  (8+ messages)

[PATCH -next] RDMA/core: use DEVICE_ATTR_RO macro
 2021-05-26 13:29 UTC 

[PATCH -next] IB/ipoib: use DEVICE_ATTR_*() macro
 2021-05-26 13:27 UTC 

[PATCH for-next v8 00/10] RDMA/rxe: Implement memory windows
 2021-05-25 21:37 UTC  (11+ messages)
` [PATCH for-next v8 1/9] RDMA/rxe: Add bind MW fields to rxe_send_wr
` [PATCH for-next v8 02/10] RDMA/rxe: Return errors for add index and key
` [PATCH for-next v8 03/10] RDMA/rxe: Enable MW object pool
` [PATCH for-next v8 04/10] RDMA/rxe: Add ib_alloc_mw and ib_dealloc_mw verbs
` [PATCH for-next v8 05/10] RDMA/rxe: Replace WR_REG_MASK by WR_LOCAL_OP_MASK
` [PATCH for-next v8 06/10] RDMA/rxe: Move local ops to subroutine
` [PATCH for-next v8 07/10] RDMA/rxe: Add support for bind MW work requests
` [PATCH for-next v8 08/10] RDMA/rxe: Implement invalidate MW operations
` [PATCH for-next v8 09/10] RDMA/rxe: Implement memory access through MWs
` [PATCH for-next v8 10/10] RDMA/rxe: Disallow MR dereg and invalidate when bound

[PATCH for-next v7 00/10] RDMA/rxe: Implement memory windows
 2021-05-25 18:41 UTC  (12+ messages)

[PATCH for-next v3] IB/core: Only update PKEY and GID caches on respective events
 2021-05-25 17:49 UTC 

[PATCH 1/1] IB/isert: align target max I/O size to initiator size
 2021-05-25 16:22 UTC  (3+ messages)

[PATCH 1/1] IB/isert: set rdma cm afonly flag
 2021-05-25 15:52 UTC  (2+ messages)

[PATCH for-next v2] IB/core: Only update PKEY and GID caches on respective events
 2021-05-25 15:12 UTC  (4+ messages)

[PATCH for-rc] RDMA/ipoib: Fix warning caused by destroying non-initial netns
 2021-05-25 15:01 UTC 

[PATCH 1/1] Update kernel headers
 2021-05-25 22:32 UTC  (5+ messages)

[PATCH rdma-next] RDMA/rdmavt: Decouple QP and SGE lists allocations
 2021-05-25 14:29 UTC  (14+ messages)

[PATCH rdma-rc 0/5] RDMA fixes
 2021-05-25 13:42 UTC  (3+ messages)
` [PATCH rdma-rc 4/5] RDMA/core: Simplify addition of restrack object

[PATCH] samples: bpf: ix kernel-doc syntax in file header
 2021-05-25  4:10 UTC  (4+ messages)
` [PATCH v2] "

[PATCH net-next v1 0/6][pull request] iwl-next Intel Wired LAN Driver Updates 2021-05-21
 2021-05-25  0:57 UTC  (4+ messages)

[PATCH 0/5] SRP kernel patches for kernel v5.14
 2021-05-24 23:00 UTC  (8+ messages)
` [PATCH 1/5] RDMA/ib_hdrs.h: Remove a superfluous cast
` [PATCH 3/5] RDMA/srp: Apply the __packed attribute to members instead of structures

[PATCH for-next] RDMA/hns: Refactor capability configuration flow of VF
 2021-05-24 12:47 UTC 

[PATCH for-next V2 0/2] Broadcom's driver add global atomics
 2021-05-24 10:34 UTC  (3+ messages)
` [PATCH for-next V2 1/2] RDMA/bnxt_re: Enable global atomic ops if platform supports
` [PATCH for-next V2 2/2] bnxt_re: Update maintainers list

[PATCH v2 0/5] RDMA kernel patches for kernel v5.14
 2021-05-24  4:12 UTC  (6+ messages)
` [PATCH v2 1/5] IB/hfi1: Move a function from a header file into a .c file
` [PATCH v2 2/5] RDMA/srp: Add more structure size checks
` [PATCH v2 3/5] RDMA/srp: Apply the __packed attribute to members instead of structures
` [PATCH v2 4/5] RDMA/srp: Fix a recently introduced memory leak
` [PATCH v2 5/5] RDMA/srp: Make struct scsi_cmnd and struct srp_request adjacent

[PATCH v2 for-next 00/17] RDMA: Use refcount_t for reference counting
 2021-05-24  1:50 UTC  (8+ messages)
` [PATCH v2 for-next 12/17] RDMA/i40iw: Use refcount_t instead of atomic_t on refcount of i40iw_cqp_request
` [PATCH v2 for-next 14/17] RDMA/i40iw: Use refcount_t instead of atomic_t on refcount of i40iw_puda_buf
` [PATCH v2 for-next 15/17] RDMA/i40iw: Use refcount_t instead of atomic_t on refcount of i40iw_cm_node

[bug report] NVMe/IB: reset_controller need more than 1min
 2021-05-22  4:27 UTC  (3+ messages)

Fwd: [PATCH] Providers/rxe: Implement memory windows
 2021-05-21 20:34 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 read-only IMAP folder(s) and NNTP newsgroup(s).