messages from 2024-09-05 13:17:48 to 2024-09-17 04:20:01 UTC [more...]
[PATCH net-next 1/4] mlx4/mlx5: {mlx4,mlx5e}_en_get_module_info cleanup
2024-09-17 4:19 UTC (11+ messages)
[PATCH] RDMA/nldev: Add missing break in rdma_nl_notify_err_msg()
2024-09-16 17:28 UTC (2+ messages)
[PATCH] RDMA/irdma: fix error message in irdma_modify_qp_roce()
2024-09-16 17:27 UTC (2+ messages)
[PATCH] RDMA/cxgb4: Added NULL check for lookup_atid
2024-09-16 17:27 UTC (3+ messages)
[PATCH net-next 3/4] mlx4: Do not mask failure accessing page A2h (0x51)
2024-09-16 16:37 UTC (3+ messages)
How to create/use RPMSG-over-VIRTIO devices in Linux
2024-09-16 13:38 UTC (11+ messages)
[bug report] net/mlx5: HWS, added matchers functionality
2024-09-16 13:03 UTC (2+ messages)
[recipe build #3787641] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
2024-09-16 11:06 UTC
[PATCH v5 for-next 0/2] RDMA: Provide an API for drivers to disassociate mmap pages
2024-09-16 9:13 UTC (4+ messages)
` [PATCH v5 for-next 1/2] RDMA/core: Provide rdma_user_mmap_disassociate() "
` [PATCH v5 for-next 2/2] RDMA/hns: Disassociate mmap pages for all uctx when HW is being reset
[PATCH for-rc] RDMA/hns: Fix ah error counter in sw stat not increasing
2024-09-16 8:26 UTC (2+ messages)
[PATCH v3 00/10] Introduce fwctl subystem
2024-09-16 7:54 UTC (3+ messages)
[PATCH net-next] net: mana: Increase the DEF_RX_BUFFERS_PER_QUEUE to 1024
2024-09-15 18:08 UTC (2+ messages)
[PATCH net-next] net/mlx5: HWS, check the correct variable in hws_send_ring_alloc_sq()
2024-09-15 16:01 UTC (3+ messages)
[PATCH v4 for-next 0/2] RDMA: Provide an API for drivers to disassociate mmap pages
2024-09-15 13:35 UTC (8+ messages)
` [PATCH v4 for-next 1/2] RDMA/core: Provide rdma_user_mmap_disassociate() "
[PATCH] RDMA/rxe: Restore tasklet call for rxe_cq.c
2024-09-15 12:26 UTC (5+ messages)
[PATCH] net/mlx5: Fix typos
2024-09-15 11:42 UTC
[rdma:for-next] BUILD SUCCESS cc5b9b48d44756a87170f3901c6c2fd99e6b89b2
2024-09-14 6:01 UTC
[bug report] net/mlx5: HWS, added send engine and context handling
2024-09-13 14:37 UTC
[RFC 2/2] page_pool: fix IOMMU crash when driver has already unbound
2024-09-13 9:35 UTC (3+ messages)
[PATCH 0/4] RDMA/bnxt_re: Bug fixes for 6.12 kernel
2024-09-13 7:59 UTC (8+ 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
[PATCH net-next 2/4] mlx4: Use MLX4_ATTR_CABLE_INFO instead of 0xFF60 magic value
2024-09-13 4:48 UTC (4+ messages)
[rdma:for-next] BUILD SUCCESS f4ccc0a2a0c5977540f519588636b5bc81aae2db
2024-09-12 12:17 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 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 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 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 (8+ messages)
` [PATCH rdma-next 1/8] net/mlx5: Expand mkey page size to support 6 bits
[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 (7+ 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 net-next v2] net/smc: add sysctl for smc_limit_hs
2024-09-06 2:26 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).