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

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

[rdma:wip/leon-for-next] BUILD SUCCESS 6b526d17eed850352d880b93b9bf20b93006bd92
 2024-11-11  3:01 UTC 

[recipe build #3810848] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2024-11-10 21:33 UTC 

[PATCH v1 00/17] Provide a new two step DMA mapping API
 2024-11-10 15:19 UTC  (32+ messages)
` [PATCH v1 04/17] dma-mapping: Add check if IOVA can be used
` [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 for-rc 0/2] RDMA/hns: Bugfixes
 2024-11-10 14:31 UTC  (4+ messages)
` [PATCH for-rc 1/2] RDMA/hns: Fix out-of-order issue of requester when setting FENCE
` [PATCH for-rc 2/2] RDMA/hns: Fix NULL pointer derefernce in hns_roce_map_mr_sg()

[PATCH v2 for-next] RDMA/hns: Fix different dgids mapping to the same dip_idx
 2024-11-10 14:28 UTC  (4+ messages)

[PATCH v3 11/17] mm/hmm: provide generic DMA managing logic
 2024-11-10 13:46 UTC 

[PATCH for-rc v3] RDMA/core: Fix ENODEV error for iWARP test over vlan
 2024-11-10 13:07 UTC  (2+ messages)

[RFC] RDMA/core: Fix IPv6 loopback dst MAC address lookup logic
 2024-11-10 12:35 UTC 

[PATCH v2 iproute2-next 0/5] Add RDMA monitor support
 2024-11-09 17:34 UTC  (9+ messages)
` [PATCH v2 iproute2-next 1/5] rdma: Add support for rdma monitor
` [PATCH v2 iproute2-next 2/5] rdma: Expose whether RDMA monitoring is supported
` [PATCH v2 iproute2-next 3/5] rdma: Fix typo in rdma-link man page
` [PATCH v2 iproute2-next 4/5] rdma: update uapi headers
` [PATCH v2 iproute2-next 5/5] rdma: Add IB device and net device rename events

[PATCH net] net/smc: Fix lookup of netdev by using ib_device_get_netdev()
 2024-11-09  5:32 UTC  (18+ messages)

[PATCH 1/2] docs: net: Fix text in eth/intel, mlx5 and switchdev docs
 2024-11-08 20:25 UTC  (2+ messages)
` [PATCH 2/2] docs: net: Fix sfp-phylink whitespace

[syzbot] [rdma?] possible deadlock in sock_set_reuseaddr
 2024-11-08 15:10 UTC  (2+ messages)

[PATCH net-next 1/2] mlx5/core: avoid memory barrier in eq_update_ci()
 2024-11-08 10:49 UTC  (16+ messages)
` [PATCH net-next 2/2] mlx5/core: deduplicate {mlx5_,}eq_update_ci()
                    ` [PATCH net-next v2 1/2] mlx5/core: relax memory barrier in eq_update_ci()
                      ` [PATCH net-next v2 2/2] mlx5/core: deduplicate {mlx5_,}eq_update_ci()

(no subject)
 2024-11-08 10:33 UTC 

[PATCH v2 00/10] sysfs: constify struct bin_attribute (Part 1)
 2024-11-08  9:58 UTC  (24+ messages)
` [PATCH v2 02/10] sysfs: introduce callback attribute_group::bin_size
` [PATCH v2 04/10] nvmem: core: calculate bin_attribute size through bin_size()
` [PATCH v2 05/10] sysfs: treewide: constify attribute callback of bin_is_visible()
` [PATCH v2 06/10] sysfs: treewide: constify attribute callback of bin_attribute::mmap()
` [PATCH v2 07/10] sysfs: treewide: constify attribute callback of bin_attribute::llseek()
` [PATCH v2 09/10] sysfs: bin_attribute: add const read/write callback variants
` [PATCH v2 10/10] driver core: Constify attribute arguments of binary attributes

[rdma-next 0/5] RDMA/bnxt_re: Refactor Notification queue allocation
 2024-11-08  8:42 UTC  (6+ messages)
` [rdma-next 1/5] RDMA/bnxt_re: Fail probe early when not enough MSI-x vectors are reserved
` [rdma-next 2/5] RDMA/bnxt_re: Refactor NQ allocation
` [rdma-next 3/5] RDMA/bnxt_re: Refurbish CQ to NQ hash calculation
` [rdma-next 4/5] RDMA/bnxt_re: Cache MSIx info to a local structure
` [rdma-next 5/5] RDMA/bnxt_re: Add new function to setup NQs

[PATCH] net/mlx5e: Report rx_discards_phy via rx_missed_errors
 2024-11-08  8:39 UTC  (7+ messages)

[PATCH net v2] net/smc: Fix lookup of netdev by using ib_device_get_netdev()
 2024-11-07 19:40 UTC  (3+ messages)

[PATCH v2 03/10] PCI/sysfs: Calculate bin_attribute size through bin_size()
 2024-11-07 16:27 UTC  (2+ messages)

[PATCH for-next 0/2] Small optimization for ib_map_mr_sg() and ib_map_mr_sg_pi()
 2024-11-07  1:41 UTC  (7+ messages)
` [PATCH for-next 1/2] RDMA/core: Add dummy sg_offset pointer "
` [PATCH for-next 2/2] RDMA: Delete NULL pointer checks for sg_offset in .map_mr_sg ops

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

[PATCH rdma-next v2 0/3] bnxt: Enhance the resource distribution for RoCE VFs
 2024-11-06  8:44 UTC  (4+ messages)
` [PATCH rdma-next v2 1/3] bnxt_en: Add support for RoCE sriov configuration
` [PATCH rdma-next v2 2/3] RDMA/bnxt_re: Enhance RoCE SRIOV resource configuration design
` [PATCH rdma-next v2 3/3] RDMA/bnxt_re: Add set_func_resources support for P5/P7 adapters

[PATCH rdma-next 0/3] bnxt: Enhance the resource distribution for RoCE VFs
 2024-11-06  8:12 UTC  (6+ messages)
` [PATCH rdma-next 1/3] bnxt_en: Add support for RoCE sriov configuration
` [PATCH rdma-next 2/3] RDMA/bnxt_re: Enhance RoCE SRIOV resource configuration design
` [PATCH rdma-next 3/3] RDMA/bnxt_re: Add set_func_resources support for P5/P7 adapters

[PATCH v2] mlx5: only schedule EQ comp tasklet if necessary
 2024-11-05 20:39 UTC  (7+ messages)
` [PATCH net-next v3] mlx5/core: Schedule EQ comp tasklet only "
    ` [PATCH net-next v4] "

[PATCH rdma-next 0/2] Introduce mlx5 data direct placement (DDP)
 2024-11-05  6:26 UTC  (5+ messages)
` (subset) "

[rdma:wip/leon-for-next] BUILD SUCCESS 7566752e4d7d7fc0186531aa800068a7243f95c1
 2024-11-05  3:57 UTC 

[syzbot] [rdma?] WARNING in ib_uverbs_release_dev (2)
 2024-11-05  2:10 UTC 

[syzbot] [rdma?] INFO: task hung in add_one_compat_dev (3)
 2024-11-04 18:14 UTC  (4+ messages)

[recipe build #3809148] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2024-11-04 14:13 UTC 

[RFC PATCH 0/7] Block and NMMe PCI use of new DMA mapping API
 2024-11-04  8:56 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

[PATCH rdma-next] RDMA/nldev: Add IB device and net device rename events
 2024-11-04  8:46 UTC  (2+ messages)

[PATCH rdma-next 0/3] Allow parallel cleanup of HW objects
 2024-11-04  8:46 UTC  (2+ messages)

[PATCH rdma-next 0/3] Fixes to set_netdev/get_netdev flow
 2024-11-04  8:43 UTC  (2+ messages)

[PATCH rdma-next] RDMA/mlx5: Support querying per-plane IB PortCounters
 2024-11-04  8:39 UTC  (2+ messages)

[PATCH for-next] RDMA/hns: Support mmapping reset state to userspace
 2024-11-04  8:31 UTC  (2+ messages)

[rdma:wip/leon-for-next] BUILD SUCCESS 07849569546ff814c8f7747e4e990f00d410d6e8
 2024-11-04  5:34 UTC 

[rdma:wip/leon-for-rc] BUILD SUCCESS aceee63a3aba4611f89dfc7e127792f469f45526
 2024-11-04  4:30 UTC 

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


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