linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-25 04:12:21 to 2024-11-03 17:04:43 UTC [more...]

[PATCH v2 00/10] sysfs: constify struct bin_attribute (Part 1)
 2024-11-03 17:03 UTC  (7+ messages)
` [PATCH v2 01/10] sysfs: explicitly pass size to sysfs_add_bin_file_mode_ns()
` [PATCH v2 03/10] PCI/sysfs: Calculate bin_attribute size through bin_size()
` [PATCH v2 04/10] nvmem: core: calculate "
` [PATCH v2 05/10] sysfs: treewide: constify attribute callback of bin_is_visible()
` [PATCH v2 07/10] sysfs: treewide: constify attribute callback of bin_attribute::llseek()
` [PATCH v2 08/10] sysfs: implement all BIN_ATTR_* macros in terms of __BIN_ATTR()

[PATCH v2 1/2] RDMA/bnxt_re: Fix some error handling paths in bnxt_re_probe()
 2024-11-03 16:02 UTC  (3+ messages)
` [PATCH v2 2/2] RDMA/bnxt_re: Remove some dead code

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

[RFC PATCH 0/7] Block and NMMe PCI use of new DMA mapping API
 2024-11-03 15:19 UTC  (14+ 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 rdma v2] RDMA/rxe: Set queue pair cur_qp_state when being queried
 2024-11-03 14:59 UTC  (2+ messages)

[PATCH bpf-next 0/4] net/smc: Introduce smc_bpf_ops
 2024-11-03 13:01 UTC  (8+ messages)
` [PATCH net-next 3/4] "
` [PATCH bpf-next 4/4] bpf/selftests: add simple selftest for bpf_smc_ops

[PATCH net-next 1/2] mlx5/core: avoid memory barrier in eq_update_ci()
 2024-11-03  3:55 UTC  (3+ messages)
` [PATCH net-next 2/2] mlx5/core: deduplicate {mlx5_,}eq_update_ci()

[syzbot] [rdma?] INFO: task hung in add_one_compat_dev (3)
 2024-11-01 15:55 UTC  (3+ messages)

[resend PATCH 1/2] dim: make dim_calc_stats() inputs const pointers
 2024-11-01 14:11 UTC  (13+ messages)
` [resend PATCH 2/2] dim: pass dim_sample to net_dim() by reference

[Bug 219453] New: BCM57416 error in bnxt_re
 2024-11-01 11:21 UTC  (2+ messages)
` [Bug 219453] "

[PATCH v1 00/17] Provide a new two step DMA mapping API
 2024-11-01 11:06 UTC  (32+ 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

[GIT PULL] Please pull RDMA subsystem changes
 2024-11-01  2:52 UTC  (2+ messages)

[PATCH] mlx5: only schedule EQ comp tasklet if necessary
 2024-10-31 16:34 UTC  (7+ messages)
      ` [PATCH v2] "
          ` [PATCH net-next v3] mlx5/core: Schedule EQ comp tasklet only "

[PATCH rdma-next 0/3] Fixes to set_netdev/get_netdev flow
 2024-10-31 13:36 UTC  (4+ messages)
` [PATCH mlx5-next 1/3] RDMA/mlx5: Call dev_put() after the blocking notifier
` [PATCH rdma-next 2/3] RDMA/core: Implement RoCE GID port rescan and export delete function
` [PATCH mlx5-next 3/3] RDMA/mlx5: Ensure active slave attachment to the bond IB device

[PATCH rdma-next 0/3] Allow parallel cleanup of HW objects
 2024-10-31 11:22 UTC  (4+ messages)
` [PATCH rdma-next 1/3] RDMA/core: Add device ufile cleanup operation
` [PATCH rdma-next 2/3] RDMA/core: Move ib_uverbs_file struct to uverbs_types.h
` [PATCH rdma-next 3/3] RDMA/mlx5: Add implementation for ufile_hw_cleanup device operation

[PATCH net] net/smc: Fix lookup of netdev by using ib_device_get_netdev()
 2024-10-31 10:01 UTC  (10+ messages)

[PATCH rdma-next] RDMA/mlx5: Support querying per-plane IB PortCounters
 2024-10-31  9:48 UTC 

[PATCH rdma-next] RDMA/nldev: Add IB device and net device rename events
 2024-10-31  9:31 UTC 

[PATCH v2 for-rc 0/5] RDMA/hns: Bugfixes
 2024-10-31  9:16 UTC  (5+ messages)
` [PATCH v2 for-rc 3/5] RDMA/hns: Modify debugfs name

[rdma:wip/leon-for-next] BUILD SUCCESS 1103579d6e32a97c71ef43e045ea559bd27d4c15
 2024-10-31  8:58 UTC 

[PATCH 1/1] RDMA/mlx4: Use IB get_netdev functions and remove get_netdev callback
 2024-10-31  8:18 UTC  (2+ messages)

[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 for-next 0/4] RDMA/bnxt_re: Debug enhancements for bnxt_re driver
 2024-10-30 13:43 UTC  (8+ messages)
` [PATCH for-next 1/4] RDMA/bnxt_re: Support driver specific data collection using rdma tool
` [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)

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  (3+ messages)

[PATCH] mlx5: simplify EQ interrupt polling logic
 2024-10-30  0:29 UTC  (3+ 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 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 v2 RESEND] net/mlx5: unique names for per device caches
 2024-10-29  0:50 UTC  (2+ messages)

[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

[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 bpf-next 2/4] bpf: allow to access bpf_prog during bpf_struct_access
 2024-10-25 12:20 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).