linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-24 15:49:42 to 2024-07-04 10:31:51 UTC [more...]

[PATCH 00/15] Introduce HabanaLabs network drivers
 2024-07-04 10:31 UTC  (26+ messages)
` [PATCH 09/15] net: hbl_en: add habanalabs Ethernet driver
` [PATCH 11/15] RDMA/hbl: add habanalabs RDMA driver
` [PATCH 12/15] RDMA/hbl: direct verbs support

[RFC PATCH v1 00/18] Provide a new two step DMA API mapping API
 2024-07-04  7:48 UTC  (25+ messages)
` [RFC PATCH v1 01/18] dma-mapping: query DMA memory type
` [RFC PATCH v1 02/18] dma-mapping: provide an interface to allocate IOVA
` [RFC PATCH v1 03/18] dma-mapping: check if IOVA can be used
` [RFC PATCH v1 04/18] dma-mapping: implement link range API
` [RFC PATCH v1 05/18] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [RFC PATCH v1 06/18] dma-mapping: provide callbacks to link/unlink HMM PFNs to specific IOVA
` [RFC PATCH v1 07/18] iommu/dma: Provide an interface to allow preallocate IOVA
` [RFC PATCH v1 08/18] iommu/dma: Implement link/unlink ranges callbacks
` [RFC PATCH v1 09/18] RDMA/umem: Preallocate and cache IOVA for UMEM ODP
` [RFC PATCH v1 10/18] RDMA/umem: Store ODP access mask information in PFN
` [RFC PATCH v1 11/18] RDMA/core: Separate DMA mapping to caching IOVA and page linkage
` [RFC PATCH v1 12/18] RDMA/umem: Prevent UMEM ODP creation with SWIOTLB
` [RFC PATCH v1 13/18] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [RFC PATCH v1 14/18] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [RFC PATCH v1 15/18] vfio/mlx5: Explicitly store page list
` [RFC PATCH v1 16/18] vfio/mlx5: Convert vfio to use DMA link API
` [RFC PATCH v1 17/18] block: export helper to get segment max size
` [RFC PATCH v1 18/18] nvme-pci: use new dma API

[RFC RESEND iproute2-next 0/2] Supports to add/delete IB devices with type SMI
 2024-07-04  6:29 UTC  (3+ messages)
` [RFC RESEND iproute2-next 1/2] rdma: update uapi header
` [RFC RESEND iproute2-next 2/2] rdma: Supports to add/delete a device with type SMI

[RFC iproute2-next 0/2] Supports to add/delete IB devices with type SMI
 2024-07-04  5:01 UTC  (4+ messages)
` [RFC iproute2-next 1/2] Update rdma_netlink.h file upto kernel commit
` [RFC iproute2-next 2/2] rdma: Supports to add/delete a device with type SMI

[PATCH rdma-next] RDMA/core: Introduce "name_assign_type" for an IB device
 2024-07-04  5:00 UTC  (2+ messages)

[PATCH rdma-next 1/2] RDMA/qib: Fix truncation compilation warnings in qib_init.c
 2024-07-04  4:57 UTC  (5+ messages)
` [PATCH rdma-next 2/2] RDMA/qib: Fix truncation compilation warnings in qib_verbs.c

[PATCH net-next v2 0/2] Provide master netdev to mana_ib
 2024-07-04  1:41 UTC  (7+ messages)
` [PATCH net-next v2 1/2] net: mana: introduce helper to get a master netdev
` [PATCH net-next v2 2/2] RDMA/mana_ib: Set correct device into ib

[PATCH vhost v2 00/24] vdpa/mlx5: Pre-create HW VQs to reduce LM downtime
 2024-07-03 16:22 UTC  (30+ messages)
` [PATCH vhost v2 01/24] vdpa/mlx5: Clarify meaning thorough function rename
` [PATCH vhost v2 02/24] vdpa/mlx5: Make setup/teardown_vq_resources() symmetrical
` [PATCH vhost v2 03/24] vdpa/mlx5: Drop redundant code
` [PATCH vhost v2 04/24] vdpa/mlx5: Drop redundant check in teardown_virtqueues()
` [PATCH vhost v2 05/24] vdpa/mlx5: Iterate over active VQs during suspend/resume
` [PATCH vhost v2 06/24] vdpa/mlx5: Remove duplicate suspend code
` [PATCH vhost v2 07/24] vdpa/mlx5: Initialize and reset device with one queue pair
` [PATCH vhost v2 08/24] vdpa/mlx5: Clear and reinitialize software VQ data on reset
` [PATCH vhost v2 09/24] vdpa/mlx5: Rename init_mvqs
` [PATCH vhost v2 10/24] vdpa/mlx5: Add support for modifying the virtio_version VQ field
` [PATCH vhost v2 11/24] vdpa/mlx5: Add support for modifying the VQ features field
` [PATCH vhost v2 12/24] vdpa/mlx5: Set an initial size on the VQ
` [PATCH vhost v2 13/24] vdpa/mlx5: Start off rqt_size with max VQPs
` [PATCH vhost v2 14/24] vdpa/mlx5: Set mkey modified flags on all VQs
` [PATCH vhost v2 15/24] vdpa/mlx5: Allow creation of blank VQs
` [PATCH vhost v2 16/24] vdpa/mlx5: Accept Init -> Ready VQ transition in resume_vq()
` [PATCH vhost v2 17/24] vdpa/mlx5: Add error code for suspend/resume VQ
` [PATCH vhost v2 18/24] vdpa/mlx5: Consolidate all VQ modify to Ready to use resume_vq()
` [PATCH vhost v2 19/24] vdpa/mlx5: Forward error in suspend/resume device
` [PATCH vhost v2 20/24] vdpa/mlx5: Use suspend/resume during VQP change
` [PATCH vhost v2 21/24] vdpa/mlx5: Pre-create hardware VQs at vdpa .dev_add time
` [PATCH vhost v2 22/24] vdpa/mlx5: Re-create HW VQs under certain conditions
` [PATCH vhost v2 23/24] vdpa/mlx5: Don't reset VQs more than necessary
` [PATCH vhost v2 24/24] vdpa/mlx5: Don't enable non-active VQs in .set_vq_ready()

[PATCH vhost 00/23] vdpa/mlx5: Pre-create HW VQs to reduce LM downtime
 2024-07-03 16:01 UTC  (8+ messages)
` [PATCH vhost 18/23] vdpa/mlx5: Forward error in suspend/resume device
` [PATCH vhost 20/23] vdpa/mlx5: Pre-create hardware VQs at vdpa .dev_add time

[PATCH net-next v9 0/2] Introduce auxiliary bus IRQs sysfs
 2024-07-03  7:38 UTC  (3+ messages)
` [PATCH net-next v9 1/2] driver core: auxiliary bus: show auxiliary device IRQs
` [PATCH net-next v9 2/2] net/mlx5: Expose SFs IRQs

[PATCH net-next v8 0/2] COVER LETTER: Introduce auxiliary bus IRQs sysfs
 2024-07-02 10:39 UTC  (5+ messages)
` [PATCH net-next v8 1/2] driver core: auxiliary bus: show auxiliary device IRQs
` [PATCH net-next v8 2/2] net/mlx5: Expose SFs IRQs

[recipe build #3750349] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2024-07-01 17:47 UTC 

[PATCH 00/15] ethernet: Convert from tasklet to BH workqueue
 2024-07-01 14:23 UTC  (8+ messages)
` [PATCH 10/15] net: hinic: Convert tasklet API to new bottom half workqueue mechanism
` [PATCH 13/15] net: jme: "

[PATCH for-next] RDMA/efa: Add EFA 0xefa3 PCI ID
 2024-07-01 12:36 UTC  (2+ messages)

[PATCH rdma-next 00/12] Multi-plane support for mlx5
 2024-07-01 12:36 UTC  (6+ messages)
` [PATCH rdma-next 04/12] RDMA/core: Support IB sub device with type "SMI"

[PATCH v4] net/mlx5: Reclaim max 50K pages at once
 2024-07-01 11:49 UTC  (5+ messages)

[PATCH for-next 0/3] RDMA/bnxt_re: DB moderation on GenP7
 2024-07-01 11:41 UTC  (5+ messages)
` [PATCH for-next 1/3] RDMA/bnxt_re: Update the correct DB FIFO depth and mask for GenP7
` [PATCH for-next 2/3] RDMA/bnxt_re: Enable DB moderation for genP7 adapters
` [PATCH for-next 3/3] RDMA/bnxt_re: Disable doorbell moderation if hardware register read fails

[PATCH rdma-next] RDMA/device: Return error earlier if port in not valid
 2024-07-01 11:32 UTC  (2+ messages)

[PATCH v5] net/mlx5: Reclaim max 50K pages at once
 2024-07-01  5:40 UTC  (8+ messages)

[PATCH v2 0/3] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2024-07-01  4:46 UTC  (2+ messages)

[recipe build #3749877] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2024-06-30 11:47 UTC 

[rdma:for-next] BUILD SUCCESS 589b844f1bf04850d9fabcaa2e943325dc6768b4
 2024-06-29  7:20 UTC 

[PATCH for-next 0/5] RDMA/efa: Cleanups and minor improvements
 2024-06-28 14:27 UTC  (19+ messages)
` [PATCH for-next 1/5] RDMA/efa: Use offset_in_page() function
` [PATCH for-next 2/5] RDMA/efa: Remove duplicate aenq enable macro
` [PATCH for-next 3/5] RDMA/efa: Validate EQ array out of bounds reach
` [PATCH for-next 4/5] RDMA/efa: Move type conversion helpers to efa.h
` [PATCH for-next 5/5] RDMA/efa: Align private func names to a single convention

[PATCH v6] net/mlx5: Reclaim max 50K pages at once
 2024-06-28  7:57 UTC  (2+ messages)

[PATCH net-next v1 0/3] selftests: rds selftest
 2024-06-27 23:32 UTC  (6+ messages)
` [PATCH net-next v1 1/3] .gitignore: add .gcda files
` [PATCH net-next v1 2/3] net: rds: add option for GCOV profiling
` [PATCH net-next v1 3/3] selftests: rds: add testing infrastructure

[PATCH rdma-next v2 0/2] Extend mlx5 CQ creation with large UAR page index
 2024-06-27 19:55 UTC  (4+ messages)
` [PATCH rdma-next v2 1/2] RDMA: Pass entire uverbs attr bundle to create cq function
` [PATCH rdma-next v2 2/2] RDMA/mlx5: Send UAR page index as ioctl attribute

[PATCH] MAINTAINERS: Update Maintainers for irdma driver
 2024-06-27 19:55 UTC  (3+ messages)

[recipe build #3748464] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2024-06-27 17:47 UTC 

[PATCH rdma-next 1/1] RDMA/mana_ib: Set correct device into ib
 2024-06-27 15:27 UTC  (12+ messages)

[PATCH v4 00/40] lib/find: add atomic find_bit() primitives
 2024-06-27 12:59 UTC  (3+ messages)
` [PATCH v4 24/40] RDMA/rtrs: optimize __rtrs_get_permit() by using find_and_set_bit_lock()

[PATCH v2 0/4] Enable P2PDMA in Userspace RDMA
 2024-06-26 22:23 UTC  (4+ messages)
` [PATCH v2 2/4] mm/gup: handle ZONE_DEVICE pages in folio_fast_pin_allowed()

[PATCH rdma-next v1 0/2] Extend mlx5 CQ creation with large UAR page index
 2024-06-26 15:41 UTC  (5+ messages)
` [PATCH rdma-next v1 1/2] RDMA: Pass entire uverbs attr bundle to create cq function
` [PATCH rdma-next v1 2/2] RDMA/mlx5: Send UAR page index as ioctl attribute

[rdma-core] Question about udma_from_device_barrier() on x86_64
 2024-06-26 15:25 UTC 

[PATCH v2 0/8] Introduce fwctl subystem
 2024-06-25 22:04 UTC  (13+ messages)
` [PATCH v2 1/8] fwctl: Add basic structure for a class subsystem with a cdev
` [PATCH v2 2/8] fwctl: Basic ioctl dispatch for the character device
` [PATCH v2 3/8] fwctl: FWCTL_INFO to return basic information about the device
` [PATCH v2 4/8] taint: Add TAINT_FWCTL
` [PATCH v2 5/8] fwctl: FWCTL_RPC to execute a Remote Procedure Call to device firmware
` [PATCH v2 6/8] fwctl: Add documentation
` [PATCH v2 7/8] fwctl/mlx5: Support for communicating with mlx5 fw
` [PATCH v2 8/8] mlx5: Create an auxiliary device for fwctl_mlx5

[Build #28604920] armhf build of rdma-core 53.0~202406251104+git4d318e35~ubuntu18.04.1 in ubuntu bionic RELEASE [~linux-rdma/ubuntu/rdma-core-daily]
 2024-06-25 17:52 UTC 

[Build #28604926] armhf build of rdma-core 53.0~202406251104+git4d318e35~ubuntu20.04.1 in ubuntu focal RELEASE [~linux-rdma/ubuntu/rdma-core-daily]
 2024-06-25 17:52 UTC 

[recipe build #3747720] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2024-06-25 17:47 UTC 

[PATCH] RDMA/hfi1: Constify struct mmu_rb_ops
 2024-06-25 17:45 UTC  (2+ messages)

[PATCH net-next v7 0/2] Introduce auxiliary bus IRQs sysfs
 2024-06-25 17:41 UTC  (7+ messages)
` [PATCH net-next v7 1/2] driver core: auxiliary bus: show auxiliary device IRQs


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