linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-03 11:51:49 to 2024-09-12 12:18:06 UTC [more...]

[rdma:for-next] BUILD SUCCESS f4ccc0a2a0c5977540f519588636b5bc81aae2db
 2024-09-12 12:17 UTC 

[PATCH for-rc] RDMA/hns: Fix ah error counter in sw stat not increasing
 2024-09-12 11:57 UTC 

[RFC v2 00/21] Provide a new two step DMA API mapping API
 2024-09-12 11:15 UTC  (22+ messages)
` [RFC v2 01/21] iommu/dma: Provide an interface to allow preallocate IOVA
` [RFC v2 02/21] iommu/dma: Implement link/unlink ranges callbacks
` [RFC v2 03/21] iommu/dma: Add check if IOVA can be used
` [RFC v2 04/21] dma-mapping: initialize IOVA state struct
` [RFC v2 05/21] dma-mapping: provide an interface to allocate IOVA
` [RFC v2 06/21] dma-mapping: set and query DMA IOVA state
` [RFC v2 07/21] dma-mapping: implement link range API
` [RFC v2 08/21] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [RFC v2 09/21] dma-mapping: provide callbacks to link/unlink HMM PFNs to specific IOVA
` [RFC v2 10/21] RDMA/umem: Preallocate and cache IOVA for UMEM ODP
` [RFC v2 11/21] RDMA/umem: Store ODP access mask information in PFN
` [RFC v2 12/21] RDMA/core: Separate DMA mapping to caching IOVA and page linkage
` [RFC v2 13/21] RDMA/umem: Prevent UMEM ODP creation with SWIOTLB
` [RFC v2 14/21] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [RFC v2 15/21] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [RFC v2 16/21] vfio/mlx5: Explicitly store page list
` [RFC v2 17/21] vfio/mlx5: Convert vfio to use DMA link API
` [RFC v2 18/21] nvme-pci: remove optimizations for single DMA entry
` [RFC v2 19/21] nvme-pci: precalculate number of DMA entries for each command
` [RFC v2 20/21] nvme-pci: use new dma API
` [RFC v2 21/21] nvme-pci: don't allow mapping of bvecs with offset

[RFC net-next v3 0/9] Add support for per-NAPI config via netlink
 2024-09-12 10:07 UTC  (3+ messages)
` [RFC net-next v3 8/9] mlx5: Add support for napi storage
` [RFC net-next v3 9/9] mlx4: Add support for napi storage to RX CQs

[PATCH net-next 4/4] mlx4: mlx4_get_port_ib_caps() cleanup
 2024-09-12  6:42 UTC 

[PATCH net-next 3/4] mlx4: Do not mask failure accessing page A2h (0x51)
 2024-09-12  6:41 UTC 

[PATCH net-next 2/4] mlx4: Use MLX4_ATTR_CABLE_INFO instead of 0xFF60 magic value
 2024-09-12  6:40 UTC 

[PATCH net-next 1/4] mlx4/mlx5: {mlx4,mlx5e}_en_get_module_info cleanup
 2024-09-12  6:38 UTC 

[PATCH for-next 0/9] RDMA/hns: Bugfixes and one improvement
 2024-09-12  1:04 UTC  (17+ messages)
` [PATCH for-next 1/9] RDMA/hns: Don't modify rq next block addr in HIP09 QPC
` [PATCH for-next 2/9] RDMA/hns: Fix Use-After-Free of rsv_qp on HIP08
` [PATCH for-next 3/9] RDMA/hns: Fix cpu stuck caused by printings during reset
` [PATCH for-next 4/9] RDMA/hns: Fix the overflow risk of hem_list_calc_ba_range()
` [PATCH for-next 5/9] RDMA/hns: Fix spin_unlock_irqrestore() called with IRQs enabled
` [PATCH for-next 6/9] RDMA/hns: Fix VF triggering PF reset in abnormal interrupt handler
` [PATCH for-next 7/9] RDMA/hns: Fix 1bit-ECC recovery address in non-4K OS
` [PATCH for-next 8/9] RDMA/hns: Optimize hem allocation performance
` [PATCH for-next 9/9] RDMA/hns: Fix different dgids mapping to the same dip_idx
` (subset) [PATCH for-next 0/9] RDMA/hns: Bugfixes and one improvement

[PATCH 0/4] RDMA/bnxt_re: Bug fixes for 6.12 kernel
 2024-09-11 18:29 UTC  (5+ messages)
` [PATCH 1/4] RDMA/bnxt_re: Fix a possible memory leak
` [PATCH 2/4] RDMA/bnxt_re: Fix incorrect AVID type in WQE structure
` [PATCH 3/4] RDMA/bnxt_re: Add a check for memory allocation
` [PATCH 4/4] RDMA/bnxt_re: synchronize the qp-handle table array

How to create/use RPMSG-over-VIRTIO devices in Linux
 2024-09-11 17:24 UTC  (6+ messages)

[PATCH for-next v2 0/4] RDMA/bnxt_re: Device re-initialization after Firmware error
 2024-09-11 13:30 UTC  (6+ messages)
` [PATCH for-next v2 1/4] RDMA/bnxt_re: Change aux driver data to en_info to hold more information
` [PATCH for-next v2 2/4] RDMA/bnxt_re: Use the aux device for L2 ULP callbacks
` [PATCH for-next v2 3/4] RDMA/bnxt_re: Group all operations under add_device and remove_device
` [PATCH for-next v2 4/4] RDMA/bnxt_re: Recover the device when FW error is detected

[PATCH rdma-next v3 0/7] Support RDMA events monitoring through
 2024-09-11 13:30 UTC  (14+ messages)
` [PATCH v3 rdma-next 1/7] RDMA/mlx5: Check RoCE LAG status before getting netdev
` [PATCH v3 rdma-next 2/7] RDMA/mlx5: Obtain upper net device only when needed
` [PATCH v3 rdma-next 3/7] RDMA/mlx5: Initialize phys_port_cnt earlier in RDMA device creation
` [PATCH v3 rdma-next 4/7] RDMA/device: Remove optimization in ib_device_get_netdev()
` [PATCH v3 rdma-next 5/7] RDMA/mlx5: Use IB set_netdev and get_netdev functions
` [PATCH v3 rdma-next 6/7] RDMA/nldev: Add support for RDMA monitoring
` [PATCH v3 rdma-next 7/7] RDMA/nldev: Expose whether RDMA monitoring is supported

[PATCH v4 for-next 0/2] RDMA: Provide an API for drivers to disassociate mmap pages
 2024-09-11 12:38 UTC  (7+ messages)
` [PATCH v4 for-next 1/2] RDMA/core: Provide rdma_user_mmap_disassociate() "
` [PATCH v4 for-next 2/2] RDMA/hns: Disassociate mmap pages for all uctx when HW is being reset

[PATCH rdma-next] RDMA/mlx5: Consider the query_vuid cap for data_direct
 2024-09-11 12:27 UTC  (2+ messages)

[PATCH v2 rdma-next 0/8] Introduce mlx5 Memory Scheme ODP
 2024-09-11 12:07 UTC  (10+ messages)
` [PATCH v2 rdma-next 1/8] net/mlx5: Expand mkey page size to support 6 bits
` [PATCH v2 rdma-next 2/8] net/mlx5: Expose HW bits for Memory scheme ODP
` [PATCH v2 rdma-next 3/8] RDMA/mlx5: Add new ODP memory scheme eqe format
` [PATCH v2 rdma-next 4/8] RDMA/mlx5: Enforce umem boundaries for explicit ODP page faults
` [PATCH v2 rdma-next 5/8] RDMA/mlx5: Split ODP mkey search logic
` [PATCH v2 rdma-next 6/8] RDMA/mlx5: Add handling for memory scheme page fault events
` [PATCH v2 rdma-next 7/8] RDMA/mlx5: Add implicit MR handling to ODP memory scheme
` [PATCH v2 rdma-next 8/8] net/mlx5: Handle memory scheme ODP capabilities

[PATCH net] net/mlx5: Fix error path in multi-packet WQE transmit
 2024-09-11  8:59 UTC  (3+ messages)

[PATCH net-next] net/smc: add sysctl for smc_limit_hs
 2024-09-11  2:53 UTC  (4+ messages)

[PATCH for-next 0/4] RDMA/bnxt_re: Device re-initialization after Firmware error
 2024-09-10 18:05 UTC  (6+ messages)
` [PATCH for-next 1/4] RDMA/bnxt_re: Change aux driver data to en_info to hold more information
` [PATCH for-next 2/4] RDMA/bnxt_re: Use the aux device for L2 ULP callbacks
` [PATCH for-next 3/4] RDMA/bnxt_re: Group all operations under add_device and remove_device
` [PATCH for-next 4/4] RDMA/bnxt_re: Recover the device when FW error is detected

[rdma:for-next] BUILD SUCCESS 227f51743b61fe3f6fc481f0fb8086bf8c49b8c9
 2024-09-10 16:23 UTC 

[PATCH for-next] RDMA/hns: Fix restricted __le16 degrades to integer issue
 2024-09-10 13:43 UTC  (2+ messages)

[PATCH v2 0/2] Remove unused declarations in header files
 2024-09-10 13:41 UTC  (5+ messages)
` [PATCH v2 1/2] IB/iser: Remove unused declaration in header file
` [PATCH v2 2/2] IB/qib: Remove unused declarations "

[PATCH v2 rdma-next] RDMA: Use ERR_CAST to return an error-valued pointer
 2024-09-10 12:23 UTC  (2+ messages)

[PATCH] net/mlx5: Node-aware allocation for mlx5_buf_list
 2024-09-10 12:11 UTC  (2+ messages)

[PATCH rdma-next 0/8] Introduce mlx5 Memory Scheme ODP
 2024-09-09  2:10 UTC  (15+ messages)
` [PATCH rdma-next 1/8] net/mlx5: Expand mkey page size to support 6 bits
` [PATCH rdma-next 2/8] net/mlx5: Expose HW bits for Memory scheme ODP
` [PATCH rdma-next 3/8] RDMA/mlx5: Add new ODP memory scheme eqe format
` [PATCH rdma-next 4/8] RDMA/mlx5: Enforce umem boundaries for explicit ODP page faults
` [PATCH rdma-next 5/8] RDMA/mlx5: Split ODP mkey search logic
` [PATCH rdma-next 6/8] RDMA/mlx5: Add handling for memory scheme page fault events
` [PATCH rdma-next 7/8] RDMA/mlx5: Add implicit MR handling to ODP memory scheme
` [PATCH rdma-next 8/8] net/mlx5: Handle memory scheme ODP capabilities

[RFC net-next v2 0/9] Add support for per-NAPI config via netlink
 2024-09-08 16:06 UTC  (3+ messages)
` [RFC net-next v2 8/9] mlx5: Add support for napi storage
` [RFC net-next v2 9/9] mlx4: Add support for napi storage to RX CQs

[PATCH rdma-next 0/2] Introduce mlx5 data direct placement (DDP)
 2024-09-08  8:47 UTC  (10+ messages)

[PATCH 0/2] Remove unused declarations in header files
 2024-09-08  4:21 UTC  (5+ messages)
` [PATCH 1/2] IB/iser: Remove unused declaration in heder file
` [PATCH 2/2] IB/qib: Remove unused declarations in header file

[PATCH] treewide: Correct the typo 'retun'
 2024-09-07 15:30 UTC  (2+ messages)

[PATCH v1 net-next] net: ethernet: mellanox: mlx5: core: Use ERR_CAST() to return
 2024-09-06  7:32 UTC  (2+ messages)

Business Proposal
 2024-09-06  6:07 UTC 

[PATCH for-next 0/4] RDMA/bnxt_re: Driver update for updating congestion configs
 2024-09-06  4:05 UTC  (8+ messages)
` [PATCH for-next 1/4] RDMA/bnxt_re: Add FW async event support in driver
` [PATCH for-next 3/4] RDMA/bnxt_re: Add support to handle DCB_CONFIG_CHANGE event
` [PATCH for-next 4/4] RDMA/bnxt_re: Enable ECN marking by default

[PATCH net-next v2] net/smc: add sysctl for smc_limit_hs
 2024-09-06  2:26 UTC  (4+ messages)

[PATCH v1 rdma-next] RDMA/core: Use ERR_CAST to return an error-valued pointer
 2024-09-05 11:06 UTC  (2+ messages)

[PATCH for-next 0/2] RDMA/bnxt_re: Bug fixes for 6.12
 2024-09-05 10:31 UTC  (4+ messages)
` [PATCH for-next 1/2] RDMA/bnxt_re: Fix the compatibility flag for variable size WQE
` [PATCH for-next 2/2] RDMA/bnxt_re: Fix the max WQE size for static WQE support

[PATCH rdma-next 0/4] Batch of mlx5 MR cache fixes
 2024-09-05 10:31 UTC  (2+ messages)

[PATCH rdma-next] RDMA/core: Skip initialized but not leaked GID entries
 2024-09-05  6:54 UTC  (6+ messages)

[PATCH v3 0/1] Added cond_resched() to crdump collection
 2024-09-05  4:02 UTC  (2+ messages)
` [PATCH v3 1/1] net/mlx5: "

[PATCH for-next v2 0/4] RDMA/erdma: erdma updates
 2024-09-05  3:39 UTC  (8+ messages)
` [PATCH for-next v2 1/4] RDMA/erdma: Make the device probe process more robust

[PATCH v2 0/1] net/mlx5: Added cond_resched() to crdump collection
 2024-09-05  3:38 UTC  (10+ messages)
` [PATCH v2 1/1] "

[PATCH net-next v2] net: mana: Improve mana_set_channels() in low mem conditions
 2024-09-04 23:40 UTC  (4+ messages)

[PATCH rdma-next] RDMA/mlx5: Enable ATS when allocating MRs
 2024-09-04 16:58 UTC  (3+ messages)

[PATCH v3 for-next 0/2] RDMA: Provide an API for drivers to disassociate mmap pages
 2024-09-04 16:04 UTC  (6+ messages)
` [PATCH v3 for-next 1/2] RDMA/core: Provide rdma_user_mmap_disassociate() "

[RFC iproute2-next 0/4] Add RDMA monitor support
 2024-09-04 15:54 UTC  (7+ messages)
` [RFC iproute2-next 2/4] rdma: Add support for rdma monitor

[PATCH V4 net] net: mana: Fix error handling in mana_create_txq/rxq's NAPI cleanup
 2024-09-04 11:00 UTC  (2+ messages)

[syzbot] [rdma?] WARNING in gid_table_release_one (2)
 2024-09-04  8:29 UTC  (2+ messages)

[PATCH for-next v3 0/3] RDMA/erdma: erdma updates
 2024-09-04  7:50 UTC  (2+ messages)

[PATCH rdma-next] IB/core: Fix ib_cache_setup_one error flow cleanup
 2024-09-04  7:50 UTC  (2+ messages)

[PATCH rdma-next] IB/mlx5: Fix UMR pd cleanup on error flow of driver init
 2024-09-04  7:50 UTC  (2+ messages)

[syzbot] [rdma?] INFO: task hung in rdma_dev_change_netns
 2024-09-03 23:37 UTC 

[recipe build #3781355] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2024-09-03 13:48 UTC 


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