Linux RDMA and InfiniBand development
 help / color / mirror / Atom feed
 messages from 2024-10-11 18:45:36 to 2024-10-28 18:28:10 UTC [more...]

[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 00/18] Provide a new two step DMA mapping API
 2024-10-28 18:12 UTC  (28+ 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

Iser target machine hits kernel panic while running iozone traffic with link toggle on initiator
 2024-10-28 17:32 UTC  (2+ messages)

[PATCH for-next v2 0/4] RDMA/bnxt_re: driver update
 2024-10-28 16:50 UTC  (7+ messages)
` [PATCH for-next v2 1/4] RDMA/bnxt_re: Add support for optimized modify QP
` [PATCH for-next v2 2/4] RDMA/bnxt_re: Add support for CQ rx coalescing
` [PATCH for-next v2 3/4] RDMA/bnxt_re: Add support for modify_device hook
` [PATCH for-next v2 4/4] RDMA/ bnxt_re: Fix access flags for MR and QP modify

[PATCH for-rc] RDMA/bnxt_re: Check cqe flags to know imm_data vs inv_irkey
 2024-10-28 10:06 UTC 

[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)

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

[PATCH net] net/smc: Fix lookup of netdev by using ib_device_get_netdev()
 2024-10-27 20:30 UTC  (8+ messages)

[PATCH] mlx5: only schedule EQ comp tasklet if necessary
 2024-10-27  4:06 UTC 

[PATCH 1/1] RDMA/rxe: Fix the qp flush warnings in req
 2024-10-26  5:52 UTC  (3+ messages)

[PATCH bpf-next 0/4] net/smc: Introduce smc_bpf_ops
 2024-10-25 18:30 UTC  (13+ 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] mlx5: simplify EQ interrupt polling logic
 2024-10-25  9:03 UTC  (3+ messages)

[PATCH] mlx5: fix typo in "mlx5_cqwq_get_cqe_enahnced_comp"
 2024-10-25  4:12 UTC  (4+ messages)

[PATCH] net/mlx5: unique names for per device caches
 2024-10-25  4:03 UTC  (6+ messages)
` [PATCH v2] "
  ` [PATCH v2 RESEND] "

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

[PATCH v2 for-rc 0/5] RDMA/hns: Bugfixes
 2024-10-24 17:48 UTC  (7+ 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

[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)

[PATCH for-next 0/4] RDMA/bnxt_re: Debug enhancements for bnxt_re driver
 2024-10-22 10:11 UTC  (5+ 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

[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  (4+ messages)
` [PATCH for-next 1/2] RDMA/efa: Update device interface
` [PATCH for-next 2/2] RDMA/efa: Add option to set QP service level on create

[PATCH for-rc v3 0/2] RDMA/bnxt_re: Bug fixes for 6.12 kernel
 2024-10-21 16:34 UTC  (4+ messages)
` [PATCH for-rc v3 1/2] RDMA/bnxt_re: Fix the usage of control path spin locks
` [PATCH for-rc v3 2/2] RDMA/bnxt_re: synchronize the qp-handle table array

[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  (28+ messages)
` [PATCH v1 1/4] mm/hmm: HMM API for P2P DMA to device zone pages
` [PATCH v1 2/4] nouveau/dmem: HMM P2P DMA for private dev pages
` [PATCH v1 3/4] IB/core: P2P DMA for device private pages
` [PATCH v1 4/4] RDMA/mlx5: Enabling ATS for ODP memory

[PATCH iproute2-rc] rdma: Fix help information of 'rdma resource'
 2024-10-17 19:20 UTC  (2+ messages)

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

[GIT PULL] Please pull RDMA subsystem changes
 2024-10-16 20:51 UTC  (2+ messages)

[PATCH for-next v3 0/4] RDMA/bnxt_re: driver update
 2024-10-16  9:03 UTC  (7+ messages)
` [PATCH for-next v3 1/4] RDMA/bnxt_re: Add support for optimized modify QP
` [PATCH] RDMA/bnxt_re: Fix access flags for MR and QP modify
` [PATCH for-next v3 2/4] RDMA/bnxt_re: Add support for CQ rx coalescing
` [PATCH for-next v3 3/4] RDMA/bnxt_re: Add support for modify_device hook
` [PATCH for-next v3 4/4] RDMA/bnxt_re: Fix access flags for MR and QP modify

[BUG] net/mlx5: missing sysfs hwmon entry for ConnectX-4 cards
 2024-10-16  7:05 UTC  (3+ messages)

[net-next v6 0/9] Add support for per-NAPI config via netlink
 2024-10-15  1:10 UTC  (4+ messages)
` [net-next v6 8/9] mlx5: Add support for persistent NAPI config
` [net-next v6 9/9] mlx4: Add support for persistent NAPI config to RX CQs

[PATCH net] net/smc: Fix memory leak when using percpu refs
 2024-10-15  1:10 UTC  (2+ messages)

[PATCH for-next 1/4] RDMA/bnxt_re: Add support for optimized modify QP
 2024-10-14 15:09 UTC  (2+ messages)

[PATCH for-next] RDMA/hns: Support mmapping reset state to userspace
 2024-10-14 13:07 UTC 

[PATCH net-next] net/smc: Introduce a hook to modify syn_smc at runtime
 2024-10-14  5:49 UTC  (5+ messages)

[rdma:wip/jgg-for-rc] BUILD SUCCESS dc5006cfcf62bea88076a587344ba5e00e66d1c6
 2024-10-14  3:59 UTC 

[PATCH] net/mlx5: Node-aware allocation for mlx5_buf_list
 2024-10-12  2:39 UTC  (2+ messages)

[PATCH for-rc 00/10] RDMA/bnxt_re: Bug fixes
 2024-10-11 23:51 UTC  (2+ messages)

[PATCH v3] RDMA/srpt: Make slab cache names unique
 2024-10-11 23:43 UTC  (2+ messages)

[PATCH] Fix misspelling of "accept*" in infiniband
 2024-10-11 23:42 UTC  (2+ messages)

[PATCH v2] selftests: net/rds: add module not found
 2024-10-11 23:10 UTC  (2+ messages)

[PATCH 5.15.y 5.10.y 5.4.y] RDMA/rxe: Fix seg fault in rxe_comp_queue_pkt
 2024-10-11 22:58 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox