linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-06 16:43:46 to 2023-01-16 07:17:07 UTC [more...]

[PATCH for-next 0/7] FIXME and other fixes
 2023-01-16  7:16 UTC  (15+ messages)
` [PATCH for-next 1/7] IB/hfi1: Remove redundant pageidx variable
` [PATCH for-next 2/7] IB/hfi1: Assign npages earlier
` [PATCH for-next 3/7] IB/hfi1: Consolidate the creation of user TIDs
` [PATCH for-next 4/7] IB/hfi1: Improve TID validity checking
` [PATCH for-next 5/7] IB/hfi1: Split IB counter allocation
` [PATCH for-next 6/7] IBh/hfi1: Update RMT size calculation
` [PATCH for-next 7/7] IB/hfi1: Use dma_mmap_coherent for matching buffers

[PATCHv3 for-next 0/4] RDMA/irdma: Refactor irdma_reg_user_mr function
 2023-01-16 19:35 UTC  (5+ messages)
` [PATCHv3 for-next 1/4] RDMA/irdma: Split MEM handler into irdma_reg_user_mr_type_mem
` [PATCHv3 for-next 2/4] RDMA/irdma: Split mr alloc and free into new functions
` [PATCHv3 for-next 3/4] RDMA/irdma: Split QP handler into irdma_reg_user_mr_type_qp
` [PATCHv3 for-next 4/4] RDMA/irdma: Split CQ handler into irdma_reg_user_mr_type_cq

[PATCHv2 for-next 0/4] RDMA/irdma: Refactor irdma_reg_user_mr function
 2023-01-16  3:03 UTC  (12+ messages)
` [PATCHv2 for-next 1/4] RDMA/irdma: Split MEM handler into irdma_reg_user_mr_type_mem
` [PATCHv2 for-next 2/4] RDMA/irdma: Split mr alloc and free into new functions
` [PATCHv2 for-next 3/4] RDMA/irdma: Split QP handler into irdma_reg_user_mr_type_qp
` [PATCHv2 for-next 4/4] RDMA/irdma: Split CQ handler into irdma_reg_user_mr_type_cq

[PATCH for-next v3 0/6] RDMA/rxe: Replace mr page map with an xarray
 2023-01-16  2:21 UTC  (9+ messages)
` [PATCH for-next v3 1/6] RDMA/rxe: Cleanup mr_check_range
` [PATCH for-next v3 2/6] RDMA/rxe: Move rxe_map_mr_sg to rxe_mr.c
` [PATCH for-next v3 3/6] RDMA-rxe: Isolate mr code from atomic_reply()
` [PATCH for-next v3 4/6] RDMA-rxe: Isolate mr code from atomic_write_reply()
` [PATCH for-next v3 5/6] RDMA/rxe: Cleanup page variables in rxe_mr.c
` [PATCH for-next v3 6/6] RDMA/rxe: Replace rxe_map and rxe_phys_buf by xarray

[PATCH] infiniband: sw: rxe: Add NULL checks for qp->resp.mr
 2023-01-16  1:48 UTC  (6+ messages)

[PATCH v4 rdma-next 0/6] RDMA/mlx5: Switch MR cache to use RB-tree
 2023-01-15 13:34 UTC  (7+ messages)
` [PATCH v4 rdma-next 1/6] RDMA/mlx5: Don't keep umrable 'page_shift' in cache entries
` [PATCH v4 rdma-next 2/6] RDMA/mlx5: Remove explicit ODP cache entry
` [PATCH v4 rdma-next 3/6] RDMA/mlx5: Change the cache structure to an RB-tree
` [PATCH v4 rdma-next 4/6] RDMA/mlx5: Introduce mlx5r_cache_rb_key
` [PATCH v4 rdma-next 5/6] RDMA/mlx5: Cache all user cacheable mkeys on dereg MR flow
` [PATCH v4 rdma-next 6/6] RDMA/mlx5: Add work to remove temporary entries from the cache

[PATCH v3 rdma-next 0/6] RDMA/mlx5: Switch MR cache to use RB-tree
 2023-01-15 12:58 UTC  (7+ messages)
` [PATCH v3 rdma-next 1/6] RDMA/mlx5: Don't keep umrable 'page_shift' in cache entries
` [PATCH v3 rdma-next 2/6] RDMA/mlx5: Remove explicit ODP cache entry
` [PATCH v3 rdma-next 3/6] RDMA/mlx5: Change the cache structure to an RB-tree
` [PATCH v3 rdma-next 4/6] RDMA/mlx5: Introduce mlx5r_cache_rb_key
` [PATCH v3 rdma-next 5/6] RDMA/mlx5: Cache all user cacheable mkeys on dereg MR flow
` [PATCH v3 rdma-next 6/6] RDMA/mlx5: Add work to remove temporary entries from the cache

[PATCH][next] RDMA/erdma: Replace zero-length arrays with flexible-array members
 2023-01-15 11:36 UTC  (4+ messages)

[PATCH] RDMA/cxgb4: Replace 0-length arrays with flexible arrays
 2023-01-15 10:13 UTC  (4+ messages)

[PATCH for-rc v2] IB/hfi1: Restore allocated resources on failed copyout
 2023-01-15 10:08 UTC 

[PATCH net-next v7 0/8] Add Auxiliary driver support
 2023-01-14 20:39 UTC  (11+ messages)
` [PATCH net-next v7 1/8] bnxt_en: Add auxiliary "
` [PATCH net-next v7 2/8] RDMA/bnxt_re: Use auxiliary driver interface
` [PATCH net-next v7 3/8] bnxt_en: Remove usage of ulp_id
` [PATCH net-next v7 4/8] bnxt_en: Use direct API instead of indirection
` [PATCH net-next v7 5/8] bnxt_en: Use auxiliary bus calls over proprietary calls
` [PATCH net-next v7 6/8] bnxt_en: Remove struct bnxt access from RoCE driver
` [PATCH net-next v7 7/8] RDMA/bnxt_re: Remove the sriov config callback
` [PATCH net-next v7 8/8] bnxt_en: Remove runtime interrupt vector allocation

[PATCH v2 rdma-core] irdma: Add ice and irdma to kernel-boot rules
 2023-01-14  0:01 UTC  (12+ messages)

[PATCH 1/1] net/mlx4: Fix build error use array_size() helper in copy_to_user()
 2023-01-13 23:01 UTC  (4+ messages)

[PATCH for-next 0/6] RDMA/rxe: Replace mr page map with an xarray
 2023-01-13 21:26 UTC  (9+ messages)
` [PATCH for-next v2 1/6] RDMA/rxe: Cleanup mr_check_range
` [PATCH for-next v2 2/6] RDMA/rxe: Move rxe_map_mr_sg to rxe_mr.c
` [PATCH for-next v2 3/6] RDMA-rxe: Isolate mr code from atomic_reply()
` [PATCH for-next v2 4/6] RDMA-rxe: Isolate mr code from atomic_write_reply()
` [PATCH for-next v2 5/6] RDMA/rxe: Cleanup page variables in rxe_mr.c
` [PATCH for-next v2 6/6] RDMA/rxe: Replace rxe_map and rxe_phys_buf by xarray

[PATCH net-next v2] net/rds: use strscpy() to instead of strncpy()
 2023-01-13 19:28 UTC  (4+ messages)

[recipe build #3478597] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2023-01-13 17:32 UTC 

rdma_create_qp_ex fails with EINVAL
 2023-01-12 22:28 UTC  (3+ messages)

[PATCH 0/8] Add Auxiliary driver support
 2023-01-12 19:08 UTC  (13+ messages)
` [PATCH 1/8] bnxt_en: Add auxiliary "
` [PATCH 2/8] RDMA/bnxt_re: Use auxiliary driver interface
` [PATCH 3/8] bnxt_en: Remove usage of ulp_id
` [PATCH 4/8] bnxt_en: Use direct API instead of indirection
` [PATCH 5/8] bnxt_en: Use auxiliary bus calls over proprietary calls
` [PATCH 6/8] bnxt_en: Remove struct bnxt access from RoCE driver
` [PATCH 7/8] RDMA/bnxt_re: Remove the sriov config callback
` [PATCH 8/8] bnxt_en: Remove runtime interrupt vector allocation

[PATCH for-next 0/3] Rework system pinning
 2023-01-12 18:21 UTC  (6+ messages)
` [PATCH for-next 1/3] IB/hfi1: Fix math bugs in hfi1_can_pin_pages()
    ` [PATCH for-next v2] "
` [PATCH for-next 2/3] IB/hfi1: Fix sdma.h tx->num_descs off-by-one errors
` [PATCH for-next 3/3] IB/hfi1: Do all memory-pinning through hfi1's pinning interface

[PATCH for-rc v2] IB/hfi1: Restore allocated resources on failed copyout
 2023-01-12 18:16 UTC 

Network do not works with linux >= 6.1.2. Issue bisected to "425c9bd06b7a70796d880828d15c11321bdfb76d" (RDMA/irdma: Report the correct link speed)
 2023-01-12 16:46 UTC  (7+ messages)
    `  "

Silikonmischungen
 2023-01-12  8:31 UTC 

[Bug 216919] New: workqueue: WQ_MEM_RECLAIM xprtiod:xprt_rdma_connect_worker
 2023-01-12  1:27 UTC 

[PATCH for-next 0/4] RDMA/irdma: Refactor irdma_reg_user_mr function
 2023-01-11  6:23 UTC  (14+ messages)
` [PATCH for-next 1/4] RDMA/irdma: Split MEM handler into irdma_reg_user_mr_type_mem
` [PATCH for-next 2/4] RDMA/irdma: Split mr alloc and free into new functions
` [PATCH for-next 3/4] RDMA/irdma: Split QP handler into irdma_reg_user_mr_type_qp
` [PATCH for-next 4/4] RDMA/irdma: Split CQ handler into irdma_reg_user_mr_type_cq

[net-next 13/15] net/mlx5e: Replace 0-length array with flexible array
 2023-01-11  5:30 UTC 

[rdma:wip/leon-for-next] BUILD SUCCESS 1ec82317a1daac78c04b0c15af89018ccf9fa2b7
 2023-01-11  5:17 UTC 

[rdma:wip/leon-for-rc] BUILD SUCCESS b3deec25847bda34e34d5d7be02f633caf000bd8
 2023-01-11  1:44 UTC 

[PATCH] net/mlx5e: Replace 0-length array with flexible array
 2023-01-10 21:58 UTC  (3+ messages)

[PATCH][next] net/mlx5e: Replace zero-length array with flexible-array member
 2023-01-10 21:52 UTC  (2+ messages)

[PATCH for-rc 0/6] HFI fixups around expected recv
 2023-01-10 10:17 UTC  (9+ messages)
` [PATCH for-rc 1/6] IB/hfi1: Restore allocated resources on failed copyout
` [PATCH for-rc 2/6] IB/hfi1: Reject a zero-length user expected buffer
` [PATCH for-rc 3/6] IB/hfi1: Reserve user expected TIDs
` [PATCH for-rc 4/6] IB/hfi1: Fix expected receive setup error exit issues
` [PATCH for-rc 5/6] IB/hfi1: Immediately remove invalid memory from hardware
` [PATCH for-rc 6/6] IB/hfi1: Remove user expected buffer invalidate race

[PATCH for-rc v3] RDMA: Fix ib block iterator counter overflow
 2023-01-10 10:07 UTC  (3+ messages)

[PATCH rdma-next 0/4] Rely on firmware to get special mkeys
 2023-01-10  8:45 UTC  (16+ messages)
` [PATCH mlx5-next 3/4] net/mlx5: Use query_special_contexts for mkeys
` [PATCH rdma-next 4/4] RDMA/mlx5: "

Słowa kluczowe do wypozycjonowania
 2023-01-10  8:40 UTC 

[PATCH rdma-next] RDMA/core: Refactor rdma_bind_addr
 2023-01-10  8:14 UTC  (2+ messages)

[GIT PULL] bitmap changes for v6.2-rc1
 2023-01-10  7:24 UTC  (3+ messages)

[rdma:wip/jgg-for-rc] BUILD SUCCESS 1aefe5c177c1922119afb4ee443ddd6ac3140b37
 2023-01-10  4:03 UTC 

[rdma:wip/jgg-for-next] BUILD SUCCESS 1d91855304c2046115ee10be2c93161d93d5d40d
 2023-01-10  4:04 UTC 

[PATCH net-next] net/rds: use strscpy() to instead of strncpy()
 2023-01-10  3:48 UTC  (2+ messages)

[PATCH for-next 0/3] Refactor rq inline and add cqe inline
 2023-01-09 15:03 UTC  (2+ messages)

[PATCH v3 1/2] RDMA/rxe: Fix inaccurate constants in rxe_type_info
 2023-01-09 14:53 UTC  (2+ messages)

[PATCH rdma-next] RDMA/cma: Refactor the inbound/outbound path records process flow
 2023-01-09  1:16 UTC  (2+ messages)

[GIT PULL] Please pull RDMA subsystem changes
 2023-01-07 18:43 UTC  (2+ messages)

[rdma:for-rc] BUILD SUCCESS e95d50d74b93a767a026f588e8de0b9718a0105e
 2023-01-07 14:56 UTC 

[PATCH mlx5-next 0/8] mlx5 IPsec RoCEv2 support and netdev events fixes in RDMA
 2023-01-07  6:37 UTC  (12+ messages)

[PATCHv3 for-next 1/1] RDMA/irdma: Add support for dmabuf pin memory regions
 2023-01-07  6:22 UTC  (3+ messages)

buildlib/pandoc-prebuilt
 2023-01-06 18:38 UTC  (8+ messages)

[PATCH 0/8] Let iommufd charge IOPTE allocations to the memory cgroup
 2023-01-06 17:24 UTC  (11+ messages)
` [PATCH 1/8] iommu: Add a gfp parameter to iommu_map()
` [PATCH 2/8] iommu: Remove iommu_map_atomic()
` [PATCH 3/8] iommu: Add a gfp parameter to iommu_map_sg()
` [PATCH 4/8] iommu/dma: Use the gfp parameter in __iommu_dma_alloc_noncontiguous()
` [PATCH 5/8] iommufd: Use GFP_KERNEL_ACCOUNT for iommu_map()
` [PATCH 6/8] iommu/intel: Add a gfp parameter to alloc_pgtable_page()
` [PATCH 7/8] iommu/intel: Support the gfp argument to the map_pages op
` [PATCH 8/8] iommu/s390: Push the gfp parameter to the kmem_cache_alloc()'s

[syzbot] possible deadlock in rds_message_purge
 2023-01-06 16:42 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).