linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-17 11:58:13 to 2024-10-31 00:24:25 UTC [more...]

[resend PATCH 1/2] dim: make dim_calc_stats() inputs const pointers
 2024-10-31  0:23 UTC  (2+ messages)
` [resend PATCH 2/2] dim: pass dim_sample to net_dim() by reference

[PATCH 2/2] dim: pass dim_sample to net_dim() by reference
 2024-10-30 23:48 UTC  (2+ messages)

[PATCH] rpcrdma: Always release the rpcrdma_device's xa_array
 2024-10-30 20:11 UTC 

[PATCH] mlx5: only schedule EQ comp tasklet if necessary
 2024-10-30 17:06 UTC  (5+ messages)
      ` [PATCH v2] "

[PATCH v1 00/17] Provide a new two step DMA mapping API
 2024-10-30 15:13 UTC  (18+ messages)
` [PATCH v1 01/17] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v1 02/17] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v1 03/17] iommu: generalize the batched sync after map interface
` [PATCH v1 04/17] dma-mapping: Add check if IOVA can be used
` [PATCH v1 05/17] dma: Provide an interface to allow allocate IOVA
` [PATCH v1 06/17] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v1 07/17] dma-mapping: Implement link/unlink ranges API
` [PATCH v1 08/17] dma-mapping: add a dma_need_unmap helper
` [PATCH v1 09/17] docs: core-api: document the IOVA-based API
` [PATCH v1 10/17] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v1 11/17] mm/hmm: provide generic DMA managing logic
` [PATCH v1 12/17] RDMA/umem: Store ODP access mask information in PFN
` [PATCH v1 13/17] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH v1 14/17] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH v1 15/17] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH v1 16/17] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH v1 17/17] vfio/mlx5: Convert vfio to use DMA link API

[PATCH for-next 0/4] RDMA/bnxt_re: Debug enhancements for bnxt_re driver
 2024-10-30 13:43 UTC  (10+ messages)
` [PATCH for-next 1/4] RDMA/bnxt_re: Support driver specific data collection using rdma tool
` [PATCH for-next 2/4] RDMA/bnxt_re: Add support for querying HW contexts
` [PATCH for-next 3/4] RDMA/bnxt_re: Support raw data query for each resources
` [PATCH for-next 4/4] RDMA/bnxt_re: Add debugfs hook in the driver

[PATCH for-next] RDMA/efa: Report link speed according to device attributes
 2024-10-30 13:39 UTC  (2+ messages)

[PATCH for-rc] RDMA/bnxt_re: Check cqe flags to know imm_data vs inv_irkey
 2024-10-30 12:25 UTC  (2+ messages)

[PATCH 1/1] RDMA/rxe: Fix the qp flush warnings in req
 2024-10-30 12:22 UTC  (4+ messages)

[PATCH v2 for-rc 0/5] RDMA/hns: Bugfixes
 2024-10-30 12:14 UTC  (9+ messages)
` [PATCH v2 for-rc 1/5] RDMA/hns: Fix an AEQE overflow error caused by untimely update of eq_db_ci
` [PATCH v2 for-rc 2/5] RDMA/hns: Fix flush cqe error when racing with destroy qp
` [PATCH v2 for-rc 3/5] RDMA/hns: Modify debugfs name
` [PATCH v2 for-rc 4/5] RDMA/hns: Use dev_* printings in hem code instead of ibdev_*
` [PATCH v2 for-rc 5/5] RDMA/hns: Fix cpu stuck caused by printings during reset

Iser target machine hits kernel panic while running iozone traffic with link toggle on initiator
 2024-10-30  6:27 UTC  (3+ messages)

[PATCH] mlx5: fix typo in "mlx5_cqwq_get_cqe_enahnced_comp"
 2024-10-30  0:29 UTC  (5+ messages)

[PATCH] mlx5: simplify EQ interrupt polling logic
 2024-10-30  0:29 UTC  (4+ messages)

[PATCH 00/18] Provide a new two step DMA mapping API
 2024-10-29 16:48 UTC  (34+ messages)
` [PATCH 01/18] PCI/P2PDMA: refactor the p2pdma mapping helpers
` [PATCH 02/18] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH 03/18] iommu: generalize the batched sync after map interface
` [PATCH 04/18] dma-mapping: Add check if IOVA can be used
` [PATCH 05/18] dma: Provide an interface to allow allocate IOVA
` [PATCH 06/18] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH 07/18] dma-mapping: Implement link/unlink ranges API
` [PATCH 08/18] dma-mapping: add a dma_need_unmap helper
` [PATCH 09/18] docs: core-api: document the IOVA-based API
` [PATCH 10/18] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH 11/18] mm/hmm: provide generic DMA managing logic
` [PATCH 12/18] RDMA/umem: Store ODP access mask information in PFN
` [PATCH 13/18] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH 14/18] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH 15/18] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH 16/18] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH 17/18] vfio/mlx5: Explicitly store page list
` [PATCH 18/18] vfio/mlx5: Convert vfio to use DMA link API

[PATCH for-next 0/9] RDMA/hns: Bugfixes and one improvement
 2024-10-29 12:40 UTC  (5+ messages)
` [PATCH for-next 9/9] RDMA/hns: Fix different dgids mapping to the same dip_idx

[rdma:wip/leon-for-next] BUILD SUCCESS 52f70dea4201f12683236a0d02c03ca4f6145382
 2024-10-29 11:42 UTC 

[PATCH bpf-next 0/4] net/smc: Introduce smc_bpf_ops
 2024-10-29  8:53 UTC  (14+ messages)
` [PATCH bpf-next 1/4] bpf: export necessary sympols for modules
` [PATCH bpf-next 2/4] bpf: allow to access bpf_prog during bpf_struct_access
` [PATCH net-next 3/4] net/smc: Introduce smc_bpf_ops
` [PATCH bpf-next 4/4] bpf/selftests: add simple selftest for bpf_smc_ops

[PATCH net] net/smc: Fix lookup of netdev by using ib_device_get_netdev()
 2024-10-29  8:43 UTC  (9+ messages)

[PATCH for-next v8 0/6] On-Demand Paging on SoftRoCE
 2024-10-29  5:43 UTC  (10+ messages)
` [PATCH for-next v8 3/6] RDMA/rxe: Add page invalidation support

[PATCH] net/mlx5: unique names for per device caches
 2024-10-29  0:50 UTC  (7+ messages)
` [PATCH v2] "
  ` [PATCH v2 RESEND] "

[syzbot] Monthly rdma report (Oct 2024)
 2024-10-28 20:45 UTC 

[PATCH for-next v3 0/4] RDMA/bnxt_re: driver update
 2024-10-28 18:59 UTC  (2+ messages)

[PATCH for-next v2 0/4] RDMA/bnxt_re: driver update
 2024-10-28 18:58 UTC  (5+ messages)
` [PATCH for-next v2 1/4] RDMA/bnxt_re: Add support for optimized modify QP

[RFC PATCH 0/7] Block and NMMe PCI use of new DMA mapping API
 2024-10-28 18:27 UTC  (9+ messages)
` [RFC PATCH 1/7] block: share more code for bio addition helpers
` [RFC PATCH 2/7] block: don't merge different kinds of P2P transfers in a single bio
` [RFC PATCH 3/7] blk-mq: add a dma mapping iterator
` [RFC PATCH 4/7] blk-mq: add scatterlist-less DMA mapping helpers
` [RFC PATCH 5/7] nvme-pci: remove struct nvme_descriptor
` [RFC PATCH 6/7] nvme-pci: use a better encoding for small prp pool allocations
` [RFC PATCH 7/7] nvme-pci: convert to blk_rq_dma_map

[PATCH] net/mlx4: Fix build errors with gcc 10.3.1
 2024-10-28  9:18 UTC  (2+ messages)

[PATCH 1/2] RDMA/bnxt_re: Fix some error handling paths in bnxt_re_probe()
 2024-10-28  8:27 UTC  (3+ messages)
` [PATCH 2/2] RDMA/bnxt_re: Remove some dead code

[PATCH rdma-next] RDMA/ipoib: Use the networking stack default for txqueuelen
 2024-10-28  8:23 UTC  (2+ messages)

[RFC PATCH 4/5] SUNRPC: support resvport and reuseport for rpcrdma
 2024-10-24 17:50 UTC  (8+ messages)

[BUG] IB/isert: Possible null-pointer dereference related
 2024-10-24  1:02 UTC 

[recipe build #3805178] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2024-10-23 19:02 UTC 

[PATCH for-rc 0/5] RDMA/hns: Bugfixes
 2024-10-23 15:53 UTC  (8+ messages)
` [PATCH for-rc 1/5] RDMA/hns: Fix an AEQE overflow error caused by untimely update of eq_db_ci
` [PATCH for-rc 2/5] RDMA/hns: Fix flush cqe error when racing with destroy qp
` [PATCH for-rc 3/5] RDMA/hns: Modify debugfs name
` [PATCH for-rc 4/5] RDMA/hns: Use dev_* printings in hem code instead of ibdev_*
` [PATCH for-rc 5/5] RDMA/hns: Fix cpu stuck caused by printings during reset

[PATCH 0/6] refactor RDMA live migration based on rsocket API
 2024-10-23 13:42 UTC  (15+ messages)

[PATCH AUTOSEL 6.6 16/23] RDMA/siw: Add sendpage_ok() check to disable MSG_SPLICE_PAGES
 2024-10-23 14:31 UTC 

[PATCH AUTOSEL 6.11 21/30] RDMA/siw: Add sendpage_ok() check to disable MSG_SPLICE_PAGES
 2024-10-23 14:29 UTC 

[syzbot] [rdma?] INFO: task hung in add_one_compat_dev (3)
 2024-10-22 14:29 UTC  (2+ messages)

[rdma:wip/leon-for-next] BUILD SUCCESS 48931f65e9f785b65244550cc8f0c8bf9eab7acd
 2024-10-22  8:26 UTC 

[rdma:wip/leon-for-rc] BUILD SUCCESS 76d3ddff7153cc0bcc14a63798d19f5d0693ea71
 2024-10-22  8:20 UTC 

[PATCH net-next v3 1/3] page_pool: introduce page_pool_to_pp() API
 2024-10-22  3:22 UTC 

[PATCH for-next 0/2] RDMA/efa: Support QP service level
 2024-10-21 17:14 UTC  (2+ messages)

[PATCH for-rc v3 0/2] RDMA/bnxt_re: Bug fixes for 6.12 kernel
 2024-10-21 16:34 UTC  (2+ messages)

[PATCH rdma-rc] RDMA/mlx5: Round max_rd_atomic/max_dest_rd_atomic up instead of down
 2024-10-21 16:34 UTC  (2+ messages)

[PATCH rdma-next] RDMA/cxgb4: Dump vendor specific QP details
 2024-10-21 16:33 UTC  (2+ messages)

[PATCH] RDMA: use ethtool string helpers
 2024-10-21  1:15 UTC 

[PATCH v1 0/4] GPU Direct RDMA (P2P DMA) for Device Private Pages
 2024-10-20 15:26 UTC  (17+ messages)
` [PATCH v1 1/4] mm/hmm: HMM API for P2P DMA to device zone pages

[PATCH iproute2-rc] rdma: Fix help information of 'rdma resource'
 2024-10-17 19:20 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).