linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-11 23:57:05 to 2022-03-25 02:47:17 UTC [more...]

[GIT PULL] Please pull RDMA subsystem changes
 2022-03-25  2:47 UTC  (2+ messages)

[PATCH 1/1] RDMA/irdma: Remove the redundant variable
 2022-03-24 19:53 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add Leon Romanovsky to RDMA maintainers
 2022-03-24 19:51 UTC  (2+ messages)

[PATCH 0/9] treewide: eliminate anonymous module_init & module_exit
 2022-03-24 18:03 UTC  (29+ messages)
` [PATCH 1/9] virtio_blk: "
` [PATCH 2/9] virtio_console: "
` [PATCH 3/9] net: mlx5: "
` [PATCH 4/9] netfilter: h323: "
` [PATCH 5/9] virtio-scsi: "
` [PATCH 6/9] usb: gadget: "
` [PATCH 7/9] usb: usbip: "
` [PATCH 8/9] x86/crypto: "
` [PATCH 9/9] testmmiotrace: "
` (subset) [PATCH 0/9] treewide: "

Question about v37 and v38 minor releases
 2022-03-24 16:53 UTC  (3+ messages)

[PATCH] IB/SA: replace usage of found with dedicated list iterator variable
 2022-03-24  8:24 UTC  (3+ messages)

[bug report] NVMe/IB: kmemleak observed on 5.17.0-rc5 with nvme-rdma testing
 2022-03-22 12:50 UTC  (11+ messages)

[PATCH net-next v3 0/2] flow_offload: add tc police parameters
 2022-03-22 10:13 UTC  (7+ messages)
` [PATCH net-next v3 1/2] net: flow_offload: add tc police action parameters

[linux-next:master] BUILD REGRESSION f9006d9269eac8ff295c2cb67280c54888c74106
 2022-03-22  3:31 UTC 

[PATCH v2 1/2] IB/uverbs: Move enum ib_raw_packet_caps to uapi
 2022-03-22  3:30 UTC  (2+ messages)
` [PATCH v2 2/2] IB/uverbs: Move part of enum ib_device_cap_flags "

[PATCH for-next v4 00/12] Elastic RDMA Adapter (ERDMA) driver
 2022-03-22  3:06 UTC  (39+ messages)
` [PATCH for-next v4 01/12] RDMA: Add ERDMA to rdma_driver_id definition
` [PATCH for-next v4 02/12] RDMA/core: Allow calling query_port when netdev isn't attached in iWarp
` [PATCH for-next v4 03/12] RDMA/erdma: Add the hardware related definitions
` [PATCH for-next v4 04/12] RDMA/erdma: Add main include file
` [PATCH for-next v4 05/12] RDMA/erdma: Add cmdq implementation
` [PATCH for-next v4 06/12] RDMA/erdma: Add event queue implementation
` [PATCH for-next v4 07/12] RDMA/erdma: Add verbs header file
` [PATCH for-next v4 08/12] RDMA/erdma: Add verbs implementation
` [PATCH for-next v4 09/12] RDMA/erdma: Add connection management (CM) support
` [PATCH for-next v4 10/12] RDMA/erdma: Add the erdma module
` [PATCH for-next v4 11/12] RDMA/erdma: Add the ABI definitions
` [PATCH for-next v4 12/12] RDMA/erdma: Add driver to kernel build environment

[PATCH v3 0/3] RDMA/rxe: Add RDMA Atomic Write operation
 2022-03-21 15:32 UTC  (6+ messages)
` [PATCH v3 3/3] RDMA/rxe: Add RDMA Atomic Write attribute for rxe device

[PATCH 1/2] IB/uverbs: Move enum ib_raw_packet_caps to uapi
 2022-03-21 13:18 UTC  (4+ messages)
` [PATCH 2/2] IB/uverbs: Move part of enum ib_device_cap_flags "

[bug report] NVMe/IB: reset_controller need more than 1min
 2022-03-21 12:11 UTC  (23+ messages)

[rdma:wip/jgg-for-next] BUILD SUCCESS 87e0eacb176f9500c2063d140c0a1d7fa51ab8a5
 2022-03-19  9:18 UTC 

[PATCH 00/30] fix typos in comments
 2022-03-19  3:56 UTC  (7+ messages)
` [PATCH 22/30] RDMA/hw/qib/qib_iba7220: "
` (subset) [PATCH 00/30] "

[linux-next:master] BUILD REGRESSION 6d72dda014a4753974eb08950089ddf71fec4f60
 2022-03-19  3:39 UTC 

[PATCH] RDMA/nldev: prevent underflow in nldev_stat_set_counter_dynamic_doit()
 2022-03-18 18:46 UTC  (3+ messages)

[PATCH v2 0/4] iSER cleanups and fixes for 5.18
 2022-03-18 18:19 UTC  (12+ messages)
` [PATCH v2 1/4] IB/iser: remove iser_reg_data_sg helper function
` [PATCH v2 2/4] IB/iser: use iser_fr_desc as registration context
` [PATCH v2 3/4] IB/iser: generalize map/unmap dma tasks
` [PATCH v2 4/4] IB/iser: fix error flow in case of registration failure

[PATCH for-next v12 00/11] Fix race conditions in rxe_pool
 2022-03-18 18:10 UTC  (15+ messages)
` [PATCH for-next v12 01/11] RDMA/rxe: Replace #define by enum
` [PATCH for-next v12 02/11] RDMA/rxe: Add rxe_srq_cleanup()
` [PATCH for-next v12 03/11] RDMA/rxe: Check rxe_get() return value
` [PATCH for-next v12 04/11] RDMA/rxe: Move qp cleanup code to rxe_qp_do_cleanup()
` [PATCH for-next v12 05/11] RDMA/rxe: Move mr cleanup code to rxe_mr_cleanup()
` [PATCH for-next v12 06/11] RDMA/rxe: Move mw cleanup code to rxe_mw_cleanup()
` [PATCH for-next v12 07/11] RDMA/rxe: Enforce IBA C11-17
` [PATCH for-next v12 08/11] RDMA/rxe: Stop lookup of partially built objects
` [PATCH for-next v12 09/11] RDMA/rxe: Add wait_for_completion to pool objects
` [PATCH for-next v12 10/11] RDMA/rxe: Convert read side locking to rcu
` [PATCH for-next v12 11/11] RDMA/rxe: Cleanup rxe_pool.c

[PATCH] IB/hfi1: Remove useless DMA-32 fallback configuration
 2022-03-18 16:22 UTC  (2+ messages)

ifdown/up one slave port under RoCE LAG
 2022-03-18 13:59 UTC 

Wycena paneli fotowoltaicznych
 2022-03-18  8:36 UTC 

[linux-next:master] BUILD REGRESSION 97add482e9033a9386baa8824fbea34d0cbfe663
 2022-03-18  0:53 UTC 

[rdma:wip/jgg-for-next] BUILD SUCCESS 3197706abd053275d2a561cfb7dc8f6cfaf7d02c
 2022-03-17 20:24 UTC 

[linux-next:master] BUILD REGRESSION 8a11187eb62b8b910d2c5484e1f5d160e8b11eb4
 2022-03-17  6:18 UTC 

[PATCH for-next v11 00/13] Fix race conditions in rxe_pool
 2022-03-16 16:09 UTC  (19+ messages)
` [PATCH for-next v11 08/13] RDMA/rxe: Replace red-black trees by xarrays
` [PATCH for-next v11 10/13] RDMA/rxe: Stop lookup of partially built objects
` [PATCH for-next v11 11/13] RDMA/rxe: Add wait_for_completion to pool objects
` [PATCH for-next v11 12/13] RDMA/rxe: Convert read side locking to rcu

[Patch 0/2] iscsit/isert deadlock prevention under heavy I/O
 2022-03-16 15:26 UTC  (10+ messages)

[RFC for-next] RDMA/hns: Add NOP operation for sending WR
 2022-03-16  9:08 UTC 

[PATCH rdma-next] Revert "RDMA/core: Fix ib_qp_usecnt_dec() called when error"
 2022-03-16  8:12 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION a32cd981a6da2373c093d471ee4405a915e217d5
 2022-03-16  5:09 UTC 

[Resend][PATCH v2 for-next] RDMA/hns: Use the reserved loopback QPs to free MR before destroying MPT
 2022-03-15 23:20 UTC  (2+ messages)

[PATCH rdma-next v1] RDMA/irdma: Add support for address handle re-use
 2022-03-15 23:09 UTC  (2+ messages)

[rdma:wip/jgg-for-next] BUILD SUCCESS 2c25e45267d0c7517578b7203a55fba2b6f6564a
 2022-03-15 12:49 UTC 

[RFC PATCH v3 0/7] RDMA/rxe: Add RDMA FLUSH operation
 2022-03-15 10:18 UTC  (8+ messages)
` [RFC PATCH v3 1/7] RDMA: Allow registering MR with flush access flags
` [RFC PATCH v3 2/7] RDMA/rxe: Allow registering persistent flag for pmem MR only
` [RFC PATCH v3 3/7] RDMA/rxe: Implement RC RDMA FLUSH service in requester side
` [RFC PATCH v3 4/7] RDMA/rxe: Implement flush execution in responder side
` [RFC PATCH v3 5/7] RDMA/rxe: Implement flush completion
` [RFC PATCH v3 6/7] RDMA/rxe: Enable RDMA FLUSH capability for rxe device
` [RFC PATCH v3 7/7] RDMA/rxe: Add RD FLUSH service support

[PATCH] RDMA/mlx5: Fix memory leak
 2022-03-14 23:45 UTC  (4+ messages)
  ` [PATCH v2] RDMA/mlx5: Fix memory leak in error subscribe event routine

[PATCH v2 1/2] RDMA/rxe: change variable and function argument to proper type
 2022-03-14 23:44 UTC  (2+ messages)

[PATCH] RDMA/irdma: prevent some integer underflows
 2022-03-14 23:44 UTC  (2+ messages)

[PATCH 0/6] use kzalloc
 2022-03-14 20:30 UTC  (4+ messages)
` [PATCH 2/6] net/mlx4_en: "

RE:[PATCH for-next v3 08/12] RDMA/erdma: Add verbs implementation
 2022-03-14  1:58 UTC  (2+ messages)
` [PATCH "

[PATCH v3 2/3] RDMA/rxe: Support RDMA Atomic Write operation
 2022-03-11 23:56 UTC  (2+ 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).