linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-31 22:24:25 to 2022-06-15 15:29:21 UTC [more...]

[PATCH 0/7] rdma/siw: implement non-blocking connect
 2022-06-15 15:26 UTC  (16+ messages)
` [PATCH 1/7] rdma/siw: make use of kernel_{bind,connect,listen}()
` [PATCH 2/7] rdma/siw: let siw_connect() set AWAIT_MPAREP before siw_send_mpareqrep()
` [PATCH 3/7] rdma/siw: create a temporary copy of private data
` [PATCH 4/7] rdma/siw: use error and out logic at the end of siw_connect()
` [PATCH 5/7] rdma/siw: start mpa timer before calling siw_send_mpareqrep()
` [PATCH 6/7] rdma/siw: call the blocking kernel_bindconnect() just before siw_send_mpareqrep()
` [PATCH 7/7] rdma/siw: implement non-blocking connect
` [PATCH v2 00/14] "
  ` [PATCH v2 03/14] rdma/siw: split out a __siw_cep_terminate_upcall() function
  ` [PATCH v2 04/14] rdma/siw: use __siw_cep_terminate_upcall() for indirect SIW_CM_WORK_CLOSE_LLP
  ` [PATCH v2 11/14] rdma/siw: use error and out logic at the end of siw_connect()

Fail to establish RoCE connectivity after restarting network service
 2022-06-15 12:07 UTC  (2+ messages)

[PATCH 1/1] IB/iser: drain the entire QP during destruction flow
 2022-06-15  8:28 UTC 

[GIT PULL][next-next][rdma-next] mlx5-next: updates 2022-06-14
 2022-06-15  2:20 UTC  (4+ messages)

[PATCH for-next v11 00/11] Elastic RDMA Adapter (ERDMA) driver
 2022-06-15  1:52 UTC  (12+ messages)
` [PATCH for-next v11 01/11] RDMA: Add ERDMA to rdma_driver_id definition
` [PATCH for-next v11 02/11] RDMA/erdma: Add the hardware related definitions
` [PATCH for-next v11 03/11] RDMA/erdma: Add main include file
` [PATCH for-next v11 04/11] RDMA/erdma: Add cmdq implementation
` [PATCH for-next v11 05/11] RDMA/erdma: Add event queue implementation
` [PATCH for-next v11 06/11] RDMA/erdma: Add verbs header file
` [PATCH for-next v11 07/11] RDMA/erdma: Add verbs implementation
` [PATCH for-next v11 08/11] RDMA/erdma: Add connection management (CM) support
` [PATCH for-next v11 09/11] RDMA/erdma: Add the erdma module
` [PATCH for-next v11 10/11] RDMA/erdma: Add the ABI definitions
` [PATCH for-next v11 11/11] RDMA/erdma: Add driver to kernel build environment

[PATCH mlx5-next 0/3] Add ICM header-modify-pattern RDMA API
 2022-06-14 18:24 UTC  (7+ messages)
` [PATCH mlx5-next 1/3] net/mlx5: Introduce header-modify-pattern ICM properties
` [PATCH mlx5-next 2/3] net/mlx5: Manage ICM of type modify-header pattern
` [PATCH mlx5-next 3/3] RDMA/mlx5: Support handling of modify-header pattern ICM area

[PATCH mlx5-next 0/6] mlx5-next HW bits and definitions updates 2022-06-08
 2022-06-14 18:23 UTC  (8+ messages)
` [PATCH mlx5-next 1/6] net/mlx5: Add IFC bits and enums for flow meter
` [PATCH mlx5-next 2/6] net/mlx5: Add HW definitions of vport debug counters
` [PATCH mlx5-next 3/6] net/mlx5: Add support EXECUTE_ASO action for flow entry
` [PATCH mlx5-next 4/6] net/mlx5: group fdb cleanup to single function
` [PATCH mlx5-next 5/6] net/mlx5: Remove not used MLX5_CAP_BITS_RW_MASK
` [PATCH mlx5-next 6/6] net/mlx5: Add bits and fields to support enhanced CQE compression

[PATCH AUTOSEL 5.10 26/29] mellanox: mlx5: avoid uninitialized variable warning with gcc-12
 2022-06-14  2:08 UTC 

[PATCH AUTOSEL 5.15 33/41] mellanox: mlx5: avoid uninitialized variable warning with gcc-12
 2022-06-14  2:06 UTC 

[PATCH AUTOSEL 5.17 33/43] mellanox: mlx5: avoid uninitialized variable warning with gcc-12
 2022-06-14  2:05 UTC 

[PATCH AUTOSEL 5.18 37/47] mellanox: mlx5: avoid uninitialized variable warning with gcc-12
 2022-06-14  2:04 UTC 

[PATCH] RDMA/cm: fix cond_no_effect.cocci warnings
 2022-06-14  1:19 UTC  (2+ messages)

[Patch v3 00/12] Introduce Microsoft Azure Network Adapter (MANA) RDMA driver
 2022-06-13 18:25 UTC  (15+ messages)
` [Patch v3 01/12] net: mana: Add support for auxiliary device
` [Patch v3 02/12] net: mana: Record the physical address for doorbell page region
` [Patch v3 03/12] net: mana: Handle vport sharing between devices
` [Patch v3 04/12] net: mana: Add functions for allocating doorbell page from GDMA
` [Patch v3 05/12] net: mana: Set the DMA device max segment size
` [Patch v3 06/12] net: mana: Define data structures for protection domain and memory registration
` [Patch v3 07/12] net: mana: Export Work Queue functions for use by RDMA driver
` [Patch v3 08/12] net: mana: Record port number in netdev
` [Patch v3 09/12] net: mana: Move header files to a common location
` [Patch v3 10/12] net: mana: Define max values for SGL entries
` [Patch v3 11/12] net: mana: Define and process GDMA response code GDMA_STATUS_MORE_ENTRIES
` [Patch v3 12/12] RDMA/mana_ib: Add a driver for Microsoft Azure Network Adapter

[PATCH] RDMA/rxe: Split rxe_invalidate_mr into local and remote versions
 2022-06-13 14:20 UTC  (4+ messages)

"mm: uninline copy_overflow()" breaks i386 build in Mellanox MLX4
 2022-06-13  8:53 UTC  (4+ messages)
  ` Linux kernel: "

[PATCH for-next v16 0/2] Fix race conditions in rxe_pool
 2022-06-12 22:34 UTC  (3+ messages)
` [PATCH v16 1/2] RDMA/rxe: Stop lookup of partially built objects
` [PATCH v16 2/2] RDMA/rxe: Convert read side locking to rcu

[rdma:for-next] BUILD SUCCESS 158e71bb69e368b8b33e8b7c4ac8c111da0c1ae2
 2022-06-11  3:08 UTC 

[rdma:hmm] BUILD SUCCESS 457c42326fb93093fd614a0e0c6a8157b78937b3
 2022-06-11  1:04 UTC 

[rdma:for-rc] BUILD SUCCESS 118f767413ada4eef7825fbd4af7c0866f883441
 2022-06-10 16:34 UTC 

[PATCH] rxe: fix xa_alloc_cycle() error return value check
 2022-06-09 17:55 UTC  (2+ messages)

[PATCH] rxe: fix xa_alloc_cycle() error return value check again
 2022-06-09  7:06 UTC 

[PATCH] RDMA/erdma: signedness bug in erdma_request_vectors()
 2022-06-09  6:58 UTC  (3+ messages)

[bug report] RDMA/erdma: Add verbs implementation
 2022-06-09  6:57 UTC  (3+ messages)

[PATCH for-next v10 00/11] Elastic RDMA Adapter (ERDMA) driver
 2022-06-09  2:06 UTC  (14+ messages)
` [PATCH for-next v10 01/11] RDMA: Add ERDMA to rdma_driver_id definition
` [PATCH for-next v10 02/11] RDMA/erdma: Add the hardware related definitions
` [PATCH for-next v10 03/11] RDMA/erdma: Add main include file
` [PATCH for-next v10 04/11] RDMA/erdma: Add cmdq implementation
` [PATCH for-next v10 05/11] RDMA/erdma: Add event queue implementation
` [PATCH for-next v10 06/11] RDMA/erdma: Add verbs header file
` [PATCH for-next v10 07/11] RDMA/erdma: Add verbs implementation
` [PATCH for-next v10 08/11] RDMA/erdma: Add connection management (CM) support
` [PATCH for-next v10 09/11] RDMA/erdma: Add the erdma module
` [PATCH for-next v10 10/11] RDMA/erdma: Add the ABI definitions
` [PATCH for-next v10 11/11] RDMA/erdma: Add driver to kernel build environment

[~linux-rdma/ubuntu/rdma-core-daily] rdma-core_42.0~202206080810+gitc590cbd5~ubuntu21.10.1_arm64.changes (Rejected)
 2022-06-08 19:21 UTC 

[Build #23830714] arm64 build of rdma-core 42.0~202206080810+gitc590cbd5~ubuntu21.10.1 in ubuntu impish RELEASE [~linux-rdma/ubuntu/rdma-core-daily]
 2022-06-08 19:21 UTC 

[Build #23830696] arm64 build of rdma-core 42.0~202206080810+gitc590cbd5~ubuntu16.04.1 in ubuntu xenial RELEASE [~linux-rdma/ubuntu/rdma-core-daily]
 2022-06-08 19:10 UTC 

[~linux-rdma/ubuntu/rdma-core-daily] rdma-core_42.0~202206080810+gitc590cbd5~ubuntu18.04.1_amd64.changes (Rejected)
 2022-06-08 19:06 UTC 

[Build #23830701] amd64 build of rdma-core 42.0~202206080810+gitc590cbd5~ubuntu18.04.1 in ubuntu bionic RELEASE [~linux-rdma/ubuntu/rdma-core-daily]
 2022-06-08 19:06 UTC 

[~linux-rdma/ubuntu/rdma-core-daily] rdma-core_42.0~202206080810+gitc590cbd5~ubuntu16.04.1_arm64.changes (Rejected)
 2022-06-08 19:10 UTC 

[~linux-rdma/ubuntu/rdma-core-daily] rdma-core_42.0~202206080810+gitc590cbd5~ubuntu20.04.1_ppc64el.changes (Rejected)
 2022-06-08 19:09 UTC 

[Build #23830711] ppc64el build of rdma-core 42.0~202206080810+gitc590cbd5~ubuntu20.04.1 in ubuntu focal RELEASE [~linux-rdma/ubuntu/rdma-core-daily]
 2022-06-08 19:09 UTC 

[Build #23830712] s390x build of rdma-core 42.0~202206080810+gitc590cbd5~ubuntu20.04.1 in ubuntu focal RELEASE [~linux-rdma/ubuntu/rdma-core-daily]
 2022-06-08 19:08 UTC 

[~linux-rdma/ubuntu/rdma-core-daily] rdma-core_42.0~202206080810+gitc590cbd5~ubuntu20.04.1_s390x.changes (Rejected)
 2022-06-08 19:08 UTC 

[~linux-rdma/ubuntu/rdma-core-daily] rdma-core_42.0~202206080810+gitc590cbd5~ubuntu18.04.1_ppc64el.changes (Rejected)
 2022-06-08 19:08 UTC 

[Build #23830705] ppc64el build of rdma-core 42.0~202206080810+gitc590cbd5~ubuntu18.04.1 in ubuntu bionic RELEASE [~linux-rdma/ubuntu/rdma-core-daily]
 2022-06-08 19:08 UTC 

[PATCH rdma-next 0/5] MR cache cleanup
 2022-06-08 15:08 UTC  (8+ messages)
` [PATCH rdma-next 1/5] RDMA/mlx5: Replace ent->lock with xa_lock
` [PATCH rdma-next 2/5] RDMA/mlx5: Replace cache list with Xarray
` [PATCH rdma-next 3/5] RDMA/mlx5: Store the number of in_use cache mkeys instead of total_mrs
` [PATCH rdma-next 4/5] RDMA/mlx5: Store in the cache mkeys instead of mrs
` [PATCH mlx5-next 5/5] RDMA/mlx5: Rename the mkey cache variables and functions

[PATCH -next] RDMA/erdma: remove unneeded semicolon
 2022-06-08 11:51 UTC  (5+ messages)

[PATCH] RDMA/usnic: Use device_iommu_capable()
 2022-06-08 11:46 UTC 

[RFC] Alternative design for fast register physical memory
 2022-06-08 11:23 UTC  (3+ messages)

Napływ Klientów ze strony
 2022-06-08  8:10 UTC 

[PATCH -next] RDMA/erdma: Fix return value check in erdma_alloc_ucontext()
 2022-06-08  6:12 UTC  (2+ messages)

[PATCH -next] RDMA/erdma: Remove duplicated include in erdma_cm.c
 2022-06-08  6:12 UTC  (2+ messages)

[PATCH rdma-next v2 0/2] Add gratuitous ARP support to RDMA-CM
 2022-06-07 11:32 UTC  (3+ messages)
` [PATCH rdma-next v2 1/2] RDMA/core: Add an rb_tree that stores cm_ids sorted by ifindex and remote IP
` [PATCH rdma-next v2 2/2] RDMA/core: Add a netevent notifier to cma

[PATCH rdma-next] RDMA/mlx5: Add a umr recovery flow
 2022-06-07  9:58 UTC  (2+ messages)

[PATCH v2] RDMA/hw/hfi1/pio_copy: Fix typo in comment
 2022-06-07  9:00 UTC  (2+ messages)

[PATCH for-next] RDMA/qedr: Fix reporting QP timeout attribute
 2022-06-07  8:48 UTC  (2+ messages)

[PATCH v3 0/2] RDMA/rxe: Fix no completion event issue
 2022-06-07  8:32 UTC  (2+ messages)

[PATCH 1/1] RDMA/addr: Refresh neighbour entries upon "rdma_resolve_addr"
 2022-06-07  8:21 UTC  (2+ messages)

[PATCH for-next v9 00/11] Elastic RDMA Adapter (ERDMA) driver
 2022-06-07  2:24 UTC  (3+ messages)

[rdma:hmm] BUILD SUCCESS 5a865a32bf9b449da35956df247b69b78dc55ed1
 2022-06-07  2:11 UTC 

[PATCH for-next v15 0/2] Fix race conditions in rxe_pool
 2022-06-06 20:51 UTC  (7+ messages)
` [PATCH for-next v15 1/2] RDMA/rxe: Stop lookup of partially built objects
` [PATCH for-next v15 2/2] RDMA/rxe: Convert read side locking to rcu

[bug report] WARNING: possible circular locking at: rdma_destroy_id+0x17/0x20 [rdma_cm] triggered by blktests nvmeof-mp/002
 2022-06-06 16:21 UTC  (12+ messages)

[PATCH for-next 0/5] Fix incorrect atomic retry behavior
 2022-06-06 14:38 UTC  (6+ messages)
` [PATCH 1/5] RDMA/rxe: Move code to rxe_prepare_atomic_res()
` [PATCH 2/5] RDMA/rxe: Add a responder state for atomic reply
` [PATCH 3/5] RDMA/rxe: Move atomic responder res to atomic_reply
` [PATCH 4/5] RDMA/rxe: Move atomic original value to res
` [PATCH 5/5] RDMA/rxe: Merge normal and retry atomic flows

[PATCH v2] RDMA/hw/hfi1/pio_copy: Fix syntax errors in comments
 2022-06-06 12:33 UTC 

[PATCH] RDMA/hw/hfi1/pio_copy: Fix syntax errors in comments
 2022-06-06 11:57 UTC  (2+ messages)

[PATCH] net/mlx5: Add affinity for each irq
 2022-06-06 10:29 UTC  (3+ messages)

[bug report] RDMA/rxe: Incorrect behavior for atomic retries
 2022-06-03 13:53 UTC 

RDME/rxe: Fast reg with local access rights and invalidation for that MR
 2022-06-02 11:04 UTC  (5+ messages)

[RFC net-next] net/smc:introduce 1RTT to SMC
 2022-06-02  3:26 UTC  (7+ messages)

[patch v12 00/13] extensible prctl task isolation interface and vmstat sync
 2022-06-01 16:14 UTC  (7+ messages)

[PATCH AUTOSEL 4.14 13/14] RDMA/hfi1: Prevent panic when SDMA is disabled
 2022-06-01 14:00 UTC 

[PATCH AUTOSEL 4.19 14/15] RDMA/hfi1: Prevent panic when SDMA is disabled
 2022-06-01 13:59 UTC 

[PATCH AUTOSEL 5.4 01/20] IB/rdmavt: add missing locks in rvt_ruc_loopback
 2022-06-01 13:59 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 19/20] RDMA/hfi1: Prevent panic when SDMA is disabled

[PATCH AUTOSEL 5.10 01/26] IB/rdmavt: add missing locks in rvt_ruc_loopback
 2022-06-01 13:57 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 25/26] RDMA/hfi1: Prevent panic when SDMA is disabled

[PATCH AUTOSEL 5.17 01/48] IB/rdmavt: add missing locks in rvt_ruc_loopback
 2022-06-01 13:54 UTC  (2+ messages)
` [PATCH AUTOSEL 5.17 45/48] RDMA/hfi1: Prevent panic when SDMA is disabled

[PATCH AUTOSEL 5.15 01/37] IB/rdmavt: add missing locks in rvt_ruc_loopback
 2022-06-01 13:56 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 35/37] RDMA/hfi1: Prevent panic when SDMA is disabled

[PATCH AUTOSEL 5.18 01/49] IB/rdmavt: add missing locks in rvt_ruc_loopback
 2022-06-01 13:52 UTC  (2+ messages)
` [PATCH AUTOSEL 5.18 46/49] RDMA/hfi1: Prevent panic when SDMA is disabled

RFC: Ioctl v2
 2022-06-01  8:29 UTC 

Koszty instalacji fotowoltaicznej
 2022-06-01  7:45 UTC 

[PATCH (mellanox tree)] net/mlx5: delete dead code in mlx5_esw_unlock()
 2022-06-01  6:52 UTC  (3+ messages)

rdma-for-next, rdma_rxe: inconsistent lock state
 2022-05-31 22:24 UTC  (3+ 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).