linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-23 08:36:36 to 2025-04-29 02:42:11 UTC [more...]

[PATCH v10 00/24] Provide a new two step DMA mapping API
 2025-04-29  2:37 UTC  (32+ messages)
` [PATCH v10 01/24] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v10 02/24] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v10 03/24] iommu: generalize the batched sync after map interface
` [PATCH v10 04/24] iommu: add kernel-doc for iommu_unmap_fast
` [PATCH v10 05/24] dma-mapping: Provide an interface to allow allocate IOVA
` [PATCH v10 06/24] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v10 07/24] dma-mapping: Implement link/unlink ranges API
` [PATCH v10 08/24] dma-mapping: add a dma_need_unmap helper
` [PATCH v10 09/24] docs: core-api: document the IOVA-based API
` [PATCH v10 10/24] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v10 11/24] mm/hmm: provide generic DMA managing logic
` [PATCH v10 12/24] RDMA/umem: Store ODP access mask information in PFN
` [PATCH v10 13/24] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH v10 14/24] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH v10 15/24] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH v10 16/24] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH v10 17/24] vfio/mlx5: Enable the DMA link API
` [PATCH v10 18/24] block: share more code for bio addition helper
` [PATCH v10 19/24] block: don't merge different kinds of P2P transfers in a single bio
` [PATCH v10 20/24] blk-mq: add scatterlist-less DMA mapping helpers
` [PATCH v10 21/24] nvme-pci: remove struct nvme_descriptor
` [PATCH v10 22/24] nvme-pci: use a better encoding for small prp pool allocations
` [PATCH v10 23/24] nvme-pci: convert to blk_rq_dma_map
` [PATCH v10 24/24] nvme-pci: store aborted state in flags variable

[PATCH v4 00/14] Allocate payload arrays dynamically
 2025-04-28 21:08 UTC  (18+ messages)
` [PATCH v4 01/14] svcrdma: Reduce the number of rdma_rw contexts per-QP
` [PATCH v4 02/14] sunrpc: Add a helper to derive maxpages from sv_max_mesg
` [PATCH v4 03/14] sunrpc: Remove backchannel check in svc_init_buffer()
` [PATCH v4 04/14] sunrpc: Replace the rq_pages array with dynamically-allocated memory
` [PATCH v4 05/14] sunrpc: Replace the rq_vec "
` [PATCH v4 06/14] sunrpc: Replace the rq_bvec "
` [PATCH v4 07/14] sunrpc: Adjust size of socket's receive page array dynamically
` [PATCH v4 08/14] svcrdma: Adjust the number of entries in svc_rdma_recv_ctxt::rc_pages
` [PATCH v4 09/14] svcrdma: Adjust the number of entries in svc_rdma_send_ctxt::sc_pages
` [PATCH v4 10/14] sunrpc: Remove the RPCSVC_MAXPAGES macro
` [PATCH v4 11/14] NFSD: Remove NFSD_BUFSIZE
` [PATCH v4 12/14] NFSD: Remove NFSSVC_MAXBLKSIZE_V2 macro
` [PATCH v4 13/14] NFSD: Add a "default" block size
` [PATCH v4 14/14] SUNRPC: Bump the maximum payload size for the server

[PATCH] net/mlx4_core: Adjust allocation type for buddy->bits
 2025-04-28 20:02 UTC  (2+ messages)

[PATCH] svcrdma: Unregister the device if svc_rdma_accept() fails
 2025-04-28 18:36 UTC  (3+ messages)

[PATCH] RDMA/uverbs: Consider capability of the process that opens the file
 2025-04-28 17:03 UTC  (38+ messages)

[Build #30657937] ppc64el build of rdma-core 58.0~202504280529+gitb2ff2388~ubuntu20.04.1 in ubuntu focal RELEASE [~linux-rdma/ubuntu/rdma-core-daily]
 2025-04-28 15:56 UTC 

[recipe build #3889202] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2025-04-28 15:47 UTC 

[PATCH v2 0/3] Allow dyn MSI-X vector allocation of MANA
 2025-04-28 13:47 UTC  (11+ messages)
` [PATCH v2 1/3] PCI: Export pci_msix_prepare_desc() for dynamic MSI-X alloc
` [PATCH v2 2/3] PCI: hv: Allow dynamic MSI-X vector allocation
` [PATCH v2 3/3] net: mana: Allocate MSI-X vectors dynamically as required

[PATCH v9 00/24] Provide a new two step DMA mapping API
 2025-04-28 13:20 UTC  (67+ messages)
` [PATCH v9 01/24] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v9 02/24] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v9 03/24] iommu: generalize the batched sync after map interface
` [PATCH v9 04/24] iommu: add kernel-doc for iommu_unmap_fast
` [PATCH v9 05/24] dma-mapping: Provide an interface to allow allocate IOVA
` [PATCH v9 06/24] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v9 07/24] dma-mapping: Implement link/unlink ranges API
` [PATCH v9 08/24] dma-mapping: add a dma_need_unmap helper
` [PATCH v9 10/24] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v9 11/24] mm/hmm: provide generic DMA managing logic
` [PATCH v9 12/24] RDMA/umem: Store ODP access mask information in PFN
` [PATCH v9 13/24] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH v9 14/24] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH v9 15/24] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH v9 16/24] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH v9 17/24] vfio/mlx5: Enable the DMA link API
` [PATCH v9 22/24] nvme-pci: use a better encoding for small prp pool allocations
` [PATCH v9 23/24] nvme-pci: convert to blk_rq_dma_map

[PATCH rdma-next] RDMA/mlx5: Fix error flow upon firmware failure for RQ destruction
 2025-04-28 11:34 UTC 

[PATCH rdma-next] IB/cm: Drop lockdep assert and WARN when freeing old msg
 2025-04-28 11:30 UTC 

[PATCH 00/14] Introduce AMD Pensando RDMA driver
 2025-04-28  4:34 UTC  (20+ messages)
` [PATCH 01/14] net: ionic: Rename neqs_per_lif to reflect rdma capability
` [PATCH 02/14] net: ionic: Create an auxiliary device for rdma driver
` [PATCH 03/14] net: ionic: Export the APIs from net driver to get RDMA capabilities
` [PATCH 04/14] net: ionic: Export the APIs from net driver to support device commands
` [PATCH 05/14] net: ionic: Provide doorbell and CMB region information
` [PATCH 06/14] net: ionic: Move header files to a common location
` [PATCH 07/14] RDMA: Add IONIC to rdma_driver_id definition
` [PATCH 08/14] RDMA/ionic: Register auxiliary module for ionic ethernet adapter
` [PATCH 09/14] RDMA/ionic: Create device queues to support admin operations
` [PATCH 10/14] RDMA/ionic: Register device ops for control path
` [PATCH 11/14] RDMA/ionic: Register device ops for datapath
` [PATCH 12/14] RDMA/ionic: Register device ops for miscellaneous functionality
` [PATCH 13/14] RDMA/ionic: Implement device stats ops
` [PATCH 14/14] RDMA/ionic: Add Makefile/Kconfig to kernel build environment

[recipe build #3888698] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2025-04-27 15:47 UTC 

[PATCH] IB/hfi1: Adjust fd->entry_to_rb allocation type
 2025-04-27 11:51 UTC  (2+ messages)

[PATCH] IB/mthca: Adjust buddy->bits allocation type
 2025-04-27 11:51 UTC  (2+ messages)

[PATCH rdma-next v2 0/4] RDMA/mana_ib: allow separate mana_ib for each mana client
 2025-04-26 17:30 UTC  (6+ messages)
` [PATCH rdma-next v2 1/4] net: mana: Probe rdma device in mana driver
` [PATCH rdma-next v2 2/4] RDMA/mana_ib: Add support of mana_ib for RNIC and ETH nic
` [PATCH rdma-next v2 3/4] RDMA/mana_ib: unify mana_ib functions to support any gdma device
` [PATCH rdma-next v2 4/4] net: mana: Add support for auxiliary device servicing events

[PATCH net 0/5] mlx5 misc fixes 2025-04-23
 2025-04-25 19:01 UTC  (12+ messages)
` [PATCH net 1/5] net/mlx5e: Use custom tunnel header for vxlan gbp
` [PATCH net 2/5] net/mlx5: E-Switch, Initialize MAC Address for Default GID
` [PATCH net 3/5] net/mlx5e: TC, Continue the attr process even if encap entry is invalid
` [PATCH net 4/5] net/mlx5e: Fix lock order in mlx5e_tx_reporter_ptpsq_unhealthy_recover
` [PATCH net 5/5] net/mlx5: E-switch, Fix error handling for enabling roce

[PATCH 0/2] Allow dyn pci vector allocation of MANA
 2025-04-25  7:29 UTC  (4+ messages)
` [PATCH 2/2] net: mana: Allow MANA driver to allocate PCI vector dynamically

[PATCH 0/3] net: mana: Add HTB Qdisc offload support
 2025-04-25  6:23 UTC  (8+ messages)
` [PATCH 2/3] net: mana: Add sched HTB "

[recipe build #3887521] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2025-04-24 21:33 UTC 

[iwl-next v5 0/5] Refactor to prepare for Intel IPU E2000 (GEN3)
 2025-04-24 15:58 UTC  (6+ messages)
` [iwl-next v5 5/5] iidc/ice/irdma: Update IDC to support multiple consumers
    ` [Intel-wired-lan] "

[PATCH rdma-next 0/4] RDMA/mana_ib: allow separate mana_ib for each mana client
 2025-04-24 10:49 UTC  (5+ messages)
` [PATCH rdma-next 4/4] net: mana: Add support for auxiliary device servicing events

[PATCH net-next 0/3] net/mlx5: HWS, Improve IP version handling
 2025-04-24  2:00 UTC  (2+ messages)

[recipe build #3886956] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2025-04-23 14:50 UTC 

[PATCH net-next v2 0/2] net: Don't use %pK through printk
 2025-04-23 10:24 UTC  (3+ messages)
` [Intel-wired-lan] "


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