linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-20 22:19:32 to 2024-07-01 08:31:39 UTC [more...]

[RFC iproute2-next 0/2] Supports to add/delete IB devices with type SMI
 2024-07-01  8:31 UTC 

[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  (7+ messages)
` [PATCH v2 1/3] vfio: Export vfio device get and put registration helpers
` [PATCH v2 2/3] vfio/pci: Share the core device pointer while invoking feature functions
` [PATCH v2 3/3] vfio/pci: Allow MMIO regions to be exported through dma-buf

[PATCH 00/15] Introduce HabanaLabs network drivers
 2024-06-30 13:29 UTC  (49+ messages)
` [PATCH 04/15] net: hbl_cn: QP state machine
` [PATCH 06/15] net: hbl_cn: debugfs support
` [PATCH 09/15] net: hbl_en: add habanalabs Ethernet driver
` [PATCH 11/15] RDMA/hbl: add habanalabs RDMA driver
` [PATCH 13/15] accel/habanalabs: network scaling support

[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 rdma-next 00/12] Multi-plane support for mlx5
 2024-06-29  0:14 UTC  (4+ 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-06-28 15:13 UTC  (4+ messages)

[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 net-next v8 0/2] COVER LETTER: Introduce auxiliary bus IRQs sysfs
 2024-06-28 13:28 UTC  (4+ 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

[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 for-next 0/3] RDMA/bnxt_re: DB moderation on GenP7
 2024-06-27  2:41 UTC  (4+ 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 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 vhost v2 00/24] vdpa/mlx5: Pre-create HW VQs to reduce LM downtime
 2024-06-26 10:27 UTC  (25+ 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-06-26  9:28 UTC  (7+ 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 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

[PATCH 00/15] ethernet: Convert from tasklet to BH workqueue
 2024-06-25 10:47 UTC  (23+ messages)
` [PATCH 01/15] net: alteon: Convert tasklet API to new bottom half workqueue mechanism
` [PATCH 02/15] net: xgbe: "
` [PATCH 03/15] net: cnic: "
` [PATCH 04/15] net: macb: "
` [PATCH 05/15] net: cavium/liquidio: "
` [PATCH 06/15] net: octeon: "
` [PATCH 07/15] net: thunderx: "
` [PATCH 08/15] net: chelsio: "
` [PATCH 09/15] net: sundance: "
` [PATCH 10/15] net: hinic: "
` [PATCH 11/15] net: ehea: "
` [PATCH 12/15] net: ibmvnic: "
` [PATCH 13/15] net: jme: "
` [PATCH 14/15] net: marvell: "
` [PATCH 15/15] net: mtk-wed: "

[PATCH] RDMA/rxe: Don't set BTH_ACK_MASK for UC or UD QPs
 2024-06-24 14:18 UTC  (4+ messages)

[PATCH rdma-next] RDMA/device: Return error earlier if port in not valid
 2024-06-24 13:24 UTC 

[PATCH rdma-rc 0/6] Batch of mlx5 fixes for v6.10
 2024-06-24 13:23 UTC  (4+ messages)
` [PATCH rdma-rc 1/6] RDMA/cache: Release GID table even if leak is detected

[Build #28601314] armhf build of rdma-core 53.0~202406240732+gitb4018780~ubuntu20.04.1 in ubuntu focal RELEASE [~linux-rdma/ubuntu/rdma-core-daily]
 2024-06-24 11:43 UTC 

[recipe build #3747074] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2024-06-24 11:32 UTC 

[Build #28601322] armhf build of rdma-core 53.0~202406240732+gitb4018780~ubuntu18.04.1 in ubuntu bionic RELEASE [~linux-rdma/ubuntu/rdma-core-daily]
 2024-06-24 11:38 UTC 

[bug report] net/mlx5e: Implement CT entry update
 2024-06-24 11:18 UTC  (3+ messages)

[PATCH v2 0/2] Last WQE Reached event treatment
 2024-06-24 10:26 UTC  (2+ messages)

[PATCH mlx5-next] RDMA/mlx5: Use sq timestamp as QP timestamp when RoCE is disabled
 2024-06-24  9:52 UTC  (2+ messages)

[PATCH rdma-next] RDMA/mlx4: Fix truncated output warning in alias_GUID.c
 2024-06-24  9:51 UTC  (2+ messages)

[PATCH rdma-next] RDMA/mlx4: Fix truncated output warning in mad.c
 2024-06-24  9:51 UTC  (2+ messages)

[PATCH v1 0/6] Last WQE Reached event treatment
 2024-06-23 13:03 UTC  (2+ messages)

[rdma:for-rc] BUILD SUCCESS 82a5cc783d49b86afd2f60e297ecd85223c39f88
 2024-06-23  9:16 UTC 

[GIT PULL] Please pull RDMA subsystem changes
 2024-06-21 21:09 UTC  (2+ messages)

Open-coded get_netdev implementation in MANA IB
 2024-06-21 18:10 UTC  (5+ messages)

[syzbot] [rdma?] WARNING in gid_table_release_one
 2024-06-21 13:05 UTC  (2+ messages)

[RFC net-next 7/9] mlx5: move xdp_buff scope one level up
 2024-06-20 22:19 UTC  (2+ messages)
` [RFC net-next 8/9] mlx5: apply XDP offloading fixup when building skb


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