linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-19 18:21:49 to 2022-08-29 03:26:07 UTC [more...]

[PATCH net-next v2 00/10] optimize the parallelism of SMC-R connections
 2022-08-29  3:25 UTC  (13+ messages)
` [PATCH net-next v2 01/10] net/smc: remove locks smc_client_lgr_pending and smc_server_lgr_pending
` [PATCH net-next v2 02/10] net/smc: fix SMC_CLC_DECL_ERR_REGRMB without smc_server_lgr_pending
` [PATCH net-next v2 03/10] net/smc: allow confirm/delete rkey response deliver multiplex
` [PATCH net-next v2 04/10] net/smc: make SMC_LLC_FLOW_RKEY run concurrently
` [PATCH net-next v2 05/10] net/smc: llc_conf_mutex refactor, replace it with rw_semaphore
` [PATCH net-next v2 06/10] net/smc: use read semaphores to reduce unnecessary blocking in smc_buf_create() & smcr_buf_unuse()
` [PATCH net-next v2 07/10] net/smc: reduce unnecessary blocking in smcr_lgr_reg_rmbs()
` [PATCH net-next v2 08/10] net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphore
` [PATCH net-next v2 09/10] net/smc: Fix potential panic dues to unprotected smc_llc_srv_add_link()
` [PATCH net-next v2 10/10] net/smc: fix application data exception

[PATCH v4 0/6] RDMA/rxe: Add RDMA FLUSH operation
 2022-08-29  1:40 UTC  (4+ messages)

[PATCH] RDMA/rxe: Remove an unused member from struct rxe_mr
 2022-08-29  1:23 UTC  (3+ messages)
  ` [PATCH v2] "

[rdma:wip/leon-for-next] BUILD SUCCESS 05195dcb43504e381bf383e837fc935aac4258cc
 2022-08-29  0:33 UTC 

[rdma:wip/leon-for-rc] BUILD SUCCESS ead54ced6321099978d30d62dc49c282a6e70574
 2022-08-28 23:18 UTC 

[PATCH 0/4] RDMA/srp: Handle dev_set_name() failure
 2022-08-28 19:50 UTC  (7+ messages)
` [PATCH 1/4] RDMA/srp: Rework the srp_add_port() error path
` [PATCH 2/4] RDMA/srp: Remove the srp_host.released completion
` [PATCH 3/4] RDMA/srp: Handle dev_set_name() failure
` [PATCH 4/4] RDMA/srp: Use the attribute group mechanism for sysfs attributes

[PATCH v3 0/9] sched, net: NUMA-aware CPU spreading interface
 2022-08-28 16:38 UTC  (19+ messages)
` [PATCH v3 1/9] cpumask: Make cpumask_full() check for nr_cpu_ids bits
` [PATCH v3 2/9] lib/test_cpumask: Make test_cpumask_last "
` [PATCH v3 3/9] bitops: Introduce find_next_andnot_bit()
` [PATCH v3 4/9] cpumask: Introduce for_each_cpu_andnot()
` [PATCH v3 5/9] lib/test_cpumask: Add for_each_cpu_and(not) tests
` [PATCH v3 6/9] sched/core: Merge cpumask_andnot()+for_each_cpu() into for_each_cpu_andnot()
` [PATCH v3 7/9] sched/topology: Introduce sched_numa_hop_mask()
` [PATCH v3 8/9] sched/topology: Introduce for_each_numa_hop_cpu()
` [PATCH v3 9/9] SHOWCASE: net/mlx5e: Leverage for_each_numa_hop_cpu()

[PATCH] nvme-rdma: set ack timeout of RoCE to 262ms
 2022-08-28 14:57 UTC 

[PATCH RFC] IB/iser: add task reference counter for tx commands
 2022-08-28 14:52 UTC  (4+ messages)

[PATCH] RDMA/core: remove 'device' argument from rdma_build_skb()
 2022-08-28 11:29 UTC  (2+ messages)

[PATCH] rnbd-srv: remove 'dir' argument from rnbd_srv_rdma_ev
 2022-08-28 11:27 UTC  (8+ messages)

[PATCH 0/2] infiniband: Fxi dma_map_sg error check
 2022-08-28 11:09 UTC  (5+ messages)
` [PATCH 1/2] infiniband/mthca: Fix "
` [PATCH 2/2] RDMA: dma-mapping: Return an unsigned int from ib_dma_map_sg{,_attrs}

[PATCH net-next] net/mlx5e: Do not use err uninitialized in mlx5e_rep_add_meta_tunnel_rule()
 2022-08-28  9:55 UTC  (3+ messages)

[PATCH for-rc] RDMA/irdma: Fix drain SQ hang with no completion
 2022-08-28  9:44 UTC  (2+ messages)

[bug report] net/mlx5: E-Switch, Move send to vport meta rule creation
 2022-08-28  9:06 UTC  (2+ messages)

[PATCH] net/mlx4: Fix error check for dma_map_sg
 2022-08-27  0:40 UTC  (2+ messages)

[PATCH v1] RDMA/core: Fix check_flush_dependency splat on addr_wq
 2022-08-26 19:57 UTC  (9+ messages)

[PATCH 0/4] Allow MMIO regions to be exported through dma-buf
 2022-08-26 18:10 UTC  (6+ messages)
` [PATCH 4/4] vfio/pci: "
  ` Fwd: "

[PATCH for-next 0/2] RDMA/erdma: Introduce custom implementation of drain_sq and drain_rq
 2022-08-26 13:57 UTC  (13+ messages)
` [PATCH for-next 1/2] RDMA/erdma: Introduce internal post_send/post_recv for qp drain
` [PATCH for-next 2/2] RDMA/erdma: Add drain_sq and drain_rq support

[PATCH rdma-rc v1] RDMA/core: fix sg_to_page mapping for boundary condition
 2022-08-26 13:14 UTC  (6+ messages)

[PATCH] RDMA/rxe: Ratelimit error messages of read_reply()
 2022-08-26 12:28 UTC  (3+ messages)

[bug report] WARNING: possible circular locking at: rdma_destroy_id+0x17/0x20 [rdma_cm] triggered by blktests nvmeof-mp/002
 2022-08-26 11:32 UTC  (17+ messages)

[PATCH for-next v2] RDMA/rxe: Fix resize_finish() in rxe_queue.c
 2022-08-25 22:14 UTC 

[PATCH for-next] RDMA/rxe: Fix resize_finish() in rxe_queue.c
 2022-08-25 21:27 UTC 

[PATCH v3 0/9] Move all drivers to a common dma-buf locking convention
 2022-08-25 12:55 UTC  (24+ messages)
` [PATCH v3 1/9] dma-buf: Add _unlocked postfix to function names
` [PATCH v3 2/9] dma-buf: Add locked variant of dma_buf_vmap/vunmap()
` [PATCH v3 3/9] drm/gem: Take reservation lock for vmap/vunmap operations
` [PATCH v3 4/9] dma-buf: Move dma_buf_vmap/vunmap_unlocked() to dynamic locking specification
` [PATCH v3 5/9] dma-buf: Move dma_buf_mmap_unlocked() "
` [PATCH v3 6/9] dma-buf: Move dma-buf attachment "
  ` [Linaro-mm-sig] "
` [PATCH v3 7/9] dma-buf: Document dynamic locking convention
` [PATCH v3 8/9] media: videobuf2: Stop using internal dma-buf lock
` [PATCH v3 9/9] dma-buf: Remove internal lock

[rdma:wip/leon-for-next] BUILD SUCCESS 3d67e7e236adb4965ff9834bb7125686ecf9654a
 2022-08-25  6:57 UTC 

[PATCH for-next v2 0/2] RDMA/erdma: Introduce custom implementation of drain_sq and drain_rq
 2022-08-25  2:39 UTC  (3+ messages)
` [PATCH for-next v2 1/2] RDMA/erdma: Introduce internal post_send/post_recv for qp drain
` [PATCH for-next v2 2/2] RDMA/erdma: Add drain_sq and drain_rq support

[PATCH v1 02/19] infiniband/mthca: Fix dma_map_sg error check
 2022-08-24 14:39 UTC  (8+ messages)
` [PATCH v1 19/19] net/mlx4: Fix error check for dma_map_sg

[bug report] bnxt_re: UBSAN: shift-out-of-bounds in ./include/linux/log2.h:57:13
 2022-08-24 12:02 UTC  (2+ messages)

[PATCH] infiniband: remove unnecessary null check
 2022-08-24 11:51 UTC  (3+ messages)

[PATCH rdma-rc] IB/core: Fix a nested dead lock as part of ODP flow
 2022-08-24  6:10 UTC  (4+ messages)
` [PATCH RESEND "

[PATCH rdma-rc] RDMA/cma: Fix arguments order in net device validation
 2022-08-23 10:51 UTC 

[PATCH v2 for-next 0/7] RDMA/hns: Add more restrack attributes to hns driver
 2022-08-23  8:37 UTC  (9+ messages)
` [PATCH v2 for-next 1/7] RDMA/hns: Remove redundant DFX file and DFX ops structure
` [PATCH v2 for-next 2/7] RDMA/hns: Add or remove CQ's restrack attributes
` [PATCH v2 for-next 3/7] RDMA/hns: Support CQ's restrack raw ops for hns driver
` [PATCH v2 for-next 4/7] RDMA/hns: Support QP's restrack "
` [PATCH v2 for-next 5/7] RDMA/hns: Support QP's restrack raw "
` [PATCH v2 for-next 6/7] RDMA/hns: Support MR's restrack "
` [PATCH v2 for-next 7/7] RDMA/hns: Support MR's restrack raw "

[PATCH] IB/mlx5: Remove duplicate header inclusion related to ODP
 2022-08-23  8:20 UTC  (2+ messages)

[PATCH 0/3] Fixes for syzbot problem
 2022-08-23  5:54 UTC  (10+ messages)
` [PATCH 1/3] RDMA/rxe: Fix "kernel NULL pointer dereference" error
` [PATCH 2/3] RDMA/rxe: Fix the error caused by qp->sk
` [PATCH 3/3] RDMA/rxe: Remove the unused variable obj

[PATCH] RDMA/rxe: No need to check IPV6 in rxe_find_route
 2022-08-23  0:39 UTC  (4+ messages)

[PATCH v5 for-next 0/2] RDMA/rxe: Fix error paths in MR alloc routines
 2022-08-22 19:08 UTC  (4+ messages)
` [PATCH v5 for-next 2/2] RDMA/rxe: Test mr->umem before releasing umem

[PATCH v5 for-next 1/2] RDMA/rxe: Set pd early in mr alloc routines
 2022-08-22  5:46 UTC  (2+ messages)

[rdma:wip/leon-for-rc] BUILD SUCCESS 56c310de0b4b3aca1c4fdd9c1093fc48372a7335
 2022-08-22  0:16 UTC 

[rdma:wip/leon-for-next] BUILD SUCCESS 2c34bb6dea481fa11048e26ffd1ce7400dbc2105
 2022-08-22  0:16 UTC 

[PATCH rdma-next 0/3] IB/cm refactors
 2022-08-21 14:14 UTC  (7+ messages)
` [PATCH rdma-next 2/3] IB/cm: remove cm_id_priv->id.service_mask and service_mask parameter of cm_init_listen()

[PATCH] RDMA: move from strlcpy with unused retval to strscpy
 2022-08-21 11:19 UTC  (2+ messages)

[PATCH] IB: move from strlcpy with unused retval to strscpy
 2022-08-21 11:18 UTC  (2+ messages)

[PATCH for-next v2] RDMA/efa: Support CQ receive entries with source GID
 2022-08-21  9:35 UTC  (2+ messages)

[PATCH for-next 0/3] Use the right sg_cnt after ib_dma_map_sg
 2022-08-21  9:27 UTC  (2+ messages)

[PATCH for-next 0/2] Add trace event support to RTRS
 2022-08-21  9:09 UTC  (2+ messages)

[syzbot] possible deadlock in rds_tcp_reset_callbacks
 2022-08-21  5:34 UTC 

[GIT PULL] Please pull RDMA subsystem changes
 2022-08-20 17:55 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).