linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-15 08:21:41 to 2025-07-22 01:04:11 UTC [more...]

[PATCH] mm, page_pool: introduce a new page type for page pool in page type
 2025-07-22  1:04 UTC  (7+ messages)

[PATCH v2 0/5] *** GPU Direct RDMA (P2P DMA) for Device Private Pages ***
 2025-07-22  0:49 UTC  (18+ messages)
` [PATCH v2 1/5] mm/hmm: HMM API to enable P2P DMA for device private pages
` [PATCH v2 2/5] nouveau/dmem: HMM P2P DMA for private dev pages
` [PATCH v2 3/5] IB/core: P2P DMA for device private pages
` [PATCH v2 4/5] RDMA/mlx5: Enable P2P DMA with fallback mechanism
` [PATCH v2 5/5] RDMA/mlx5: Enabling ATS for ODP memory

[PATCH net-next 0/3] Support exposing raw cycle counters in PTP and mlx5
 2025-07-22  0:09 UTC  (8+ messages)
` [PATCH net-next 3/3] net/mlx5: Support getcyclesx and getcrosscycles

[PATCH] net: mana: Use page pool fragments for RX buffers instead of full pages to improve memory efficiency and throughput
 2025-07-21 23:51 UTC  (2+ messages)

[PATCH net-next V3 0/3] net/mlx5: misc changes 2025-07-21
 2025-07-21 23:44 UTC  (7+ messages)
` [PATCH net-next V3 1/3] net/mlx5e: SHAMPO, Cleanup reservation size formula
` [PATCH net-next V3 2/3] net/mlx5e: SHAMPO, Remove mlx5e_shampo_get_log_hd_entry_size()
` [PATCH net-next V3 3/3] net/mlx5e: Remove duplicate mkey from SHAMPO header

[rdma:wip/leon-for-next] BUILD SUCCESS b83440736864ad96f863666fea49bd14ab17547d
 2025-07-21 22:06 UTC 

[PATCH net-next 0/2] net/mlx5: Avoid payload in skb's linear part for better GRO-processing
 2025-07-21 21:44 UTC  (7+ messages)
` [PATCH net-next 2/2] net/mlx5: Avoid copying payload to the skb's linear part

[PATCHv3 next-next 1/1] net/mlx5: Fix build -Wframe-larger-than warnings
 2025-07-21 15:48 UTC  (4+ messages)

[syzbot] Monthly rdma report (Jul 2025)
 2025-07-21  7:58 UTC 

[PATCH net-next] net/mlx5e: Cleanup error handle in mlx5e_tc_sample_init()
 2025-07-21  7:33 UTC  (2+ messages)

[PATCH net-next] net/mlx5e: TX, Fix dma unmapping for devmem tx
 2025-07-21  6:58 UTC  (5+ messages)

[PATCH rdma-next 1/2] RDMA/mlx5: Fix returned type from _mlx5r_umr_zap_mkey()
 2025-07-21  6:28 UTC  (4+ messages)
` [PATCH rdma-next 2/2] RDMA/mlx5: Fix incorrect MKEY masking

[PATCH net-next v12 00/12] Split netmem from struct page
 2025-07-21  2:18 UTC  (13+ messages)
` [PATCH net-next v12 01/12] netmem: introduce struct netmem_desc mirroring "
` [PATCH net-next v12 02/12] netmem: use netmem_desc instead of page to access ->pp in __netmem_get_pp()
` [PATCH net-next v12 03/12] netmem, mlx4: access ->pp_ref_count through netmem_desc instead of page
` [PATCH net-next v12 04/12] netdevsim: access ->pp "
` [PATCH net-next v12 05/12] mt76: "
` [PATCH net-next v12 06/12] net: fec: "
` [PATCH net-next v12 07/12] octeontx2-pf: "
` [PATCH net-next v12 08/12] iavf: "
` [PATCH net-next v12 09/12] idpf: "
` [PATCH net-next v12 10/12] mlx5: "
` [PATCH net-next v12 11/12] net: ti: icssg-prueth: "
` [PATCH net-next v12 12/12] libeth: xdp: "

[PATCH net-next v11 00/12] Split netmem from struct page
 2025-07-21  1:03 UTC  (19+ messages)
` [PATCH net-next v11 01/12] netmem: introduce struct netmem_desc mirroring "
` [PATCH net-next v11 02/12] netmem: use netmem_desc instead of page to access ->pp in __netmem_get_pp()
` [PATCH net-next v11 03/12] netmem, mlx4: access ->pp_ref_count through netmem_desc instead of page
` [PATCH net-next v11 04/12] netdevsim: access ->pp "
` [PATCH net-next v11 05/12] mt76: "
` [PATCH net-next v11 06/12] net: fec: "
` [PATCH net-next v11 07/12] octeontx2-pf: "
` [PATCH net-next v11 08/12] iavf: "
` [PATCH net-next v11 09/12] idpf: "
` [PATCH net-next v11 10/12] mlx5: "
` [PATCH net-next v11 11/12] net: ti: icssg-prueth: "
` [PATCH net-next v11 12/12] libeth: xdp: "
  ` [Intel-wired-lan] "

[PATCHv2 rdma-next 1/1] net/mlx5: Fix build -Wframe-larger-than warnings
 2025-07-20 15:12 UTC  (4+ messages)

[PATCH net 0/2] mlx5 misc fixes 2025-07-17
 2025-07-20 12:15 UTC  (7+ messages)
` [PATCH net 1/2] net/mlx5: Fix memory leak in cmd_exec()
` [PATCH net 2/2] net/mlx5: E-Switch, Fix peer miss rules to use peer eswitch

[PATCH net-next 0/5] Expose grace period delay for devlink health reporter
 2025-07-20 10:47 UTC  (11+ messages)
` [PATCH net-next 1/5] devlink: Move graceful period parameter to reporter ops
` [PATCH net-next 2/5] devlink: Move health reporter recovery abort logic to a separate function
` [PATCH net-next 3/5] devlink: Introduce grace period delay for health reporter
` [PATCH net-next 4/5] devlink: Make health reporter grace period delay configurable
` [PATCH net-next 5/5] net/mlx5e: Set default grace period delay for TX and RX reporters

[PATCH rdma-next] RDMA/mlx5: Refactor optional counters steering code
 2025-07-20  9:37 UTC 

[PATCH v3 10/14] RDMA/ionic: Register device ops for control path
 2025-07-20  8:39 UTC  (12+ messages)

[PATCH rdma-next 1/1] RDMA/mana_ib: add support of multiple ports
 2025-07-20  8:24 UTC  (2+ messages)

RDMA/mlx5: issue with error checking
 2025-07-20  7:18 UTC  (2+ messages)

[PATCH mlx5-next 0/3] mlx5-next updates 2025-07-17
 2025-07-20  7:03 UTC  (5+ messages)
` [PATCH mlx5-next 1/3] net/mlx5: Add IFC bits to support RSS for IPSec offload
` [PATCH mlx5-next 2/3] net/mlx5: Add IFC bits and enums for buf_ownership
` [PATCH mlx5-next 3/3] net/mlx5: Expose cable_length field in PFCC register

[PATCH v3 0/6] Fix mlx5 write combining support on new ARM64 cores
 2025-07-18 20:00 UTC  (7+ messages)
` [PATCH v3 6/6] IB/mlx5: Use __iowrite64_copy() for write combining stores

[PATCH net-next v4 0/2] net: Don't use %pK through printk
 2025-07-18 13:43 UTC  (5+ messages)
` [PATCH net-next v4 1/2] ice: Don't use %pK through printk or tracepoints
  ` [Intel-wired-lan] "
` [PATCH net-next v4 2/2] net/mlx5: "
  ` [Intel-wired-lan] "

[PATCH net-next 0/3] net/mlx5: misc changes 2025-07-17
 2025-07-18  5:22 UTC  (5+ messages)
` [PATCH net-next 1/3] net/mlx5e: Support routed networks during IPsec MACs initialization
` [PATCH net-next 2/3] net/mlx5: Allocate cpu_mask on heap to fix frame size warning for large NR_CPUS
` [PATCH net-next 3/3] net/mlx5e: Expose TIS via devlink tx reporter diagnose

[PATCH net-next] net/mlx5: Fix an IS_ERR() vs NULL bug in esw_qos_move_node()
 2025-07-18  2:00 UTC  (3+ messages)

[PATCH net-next V2 0/6] net/mlx5: misc changes 2025-07-16
 2025-07-18  2:00 UTC  (9+ messages)
` [PATCH net-next V2 1/6] net/mlx5: HWS, Enable IPSec hardware offload in legacy mode
` [PATCH net-next V2 2/6] net/mlx5e: fix kdoc warning on eswitch.h
` [PATCH net-next V2 3/6] net/mlx5e: Properly access RCU protected qdisc_sleeping variable
` [PATCH net-next V2 4/6] net/mlx5e: SHAMPO, Cleanup reservation size formula
` [PATCH net-next V2 5/6] net/mlx5e: SHAMPO, Remove mlx5e_shampo_get_log_hd_entry_size()
` [PATCH net-next V2 6/6] net/mlx5e: Remove duplicate mkey from SHAMPO header

[PATCH net-next,rdma-next 0/6][pull request] Add RDMA support for Intel IPU E2000 in idpf
 2025-07-17 16:01 UTC  (3+ messages)

[PATCH net] net/mlx5: Update the list of the PCI supported devices
 2025-07-17 14:50 UTC  (3+ messages)

[PATCH][next] RDMA/mlx5: remove redundant check on err on return expression
 2025-07-17 12:20 UTC  (2+ messages)

[PATCH rdma-next v2 0/8] RDMA support for DMA handle
 2025-07-17 12:17 UTC  (8+ messages)
` [PATCH mlx5-next v2 2/8] net/mlx5: Expose IFC bits for TPH
` [PATCH mlx5-next v2 3/8] net/mlx5: Add support for device steering tag
` [PATCH rdma-next v2 4/8] IB/core: Add UVERBS_METHOD_REG_MR on the MR object
` [PATCH rdma-next v2 5/8] RDMA/core: Introduce a DMAH object and its alloc/free APIs
` [PATCH rdma-next v2 6/8] RDMA/mlx5: Add DMAH object support
` [PATCH rdma-next v2 7/8] IB: Extend UVERBS_METHOD_REG_MR to get DMAH
` [PATCH rdma-next v2 8/8] RDMA/mlx5: Add DMAH support for reg_user_mr/reg_user_dmabuf_mr

[PATCH rdma-next v1 0/8] RDMA support for DMA handle
 2025-07-17 11:08 UTC  (10+ messages)
` [PATCH rdma-next v1 5/8] RDMA/core: Introduce a DMAH object and its alloc/free APIs

[PATCH net-next,rdma-next 1/6] idpf: use reserved RDMA vectors from control plane
 2025-07-17 10:30 UTC  (2+ messages)

[PATCH net-next v10 00/12] Split netmem from struct page
 2025-07-17  9:23 UTC  (16+ messages)
` [PATCH net-next v10 02/12] netmem: use netmem_desc instead of page to access ->pp in __netmem_get_pp()

[PATCH net-next v9 0/8] Split netmem from struct page
 2025-07-17  3:08 UTC  (14+ messages)
` [PATCH net-next v9 1/8] netmem: introduce struct netmem_desc mirroring "
` [PATCH net-next v9 3/8] page_pool: access ->pp_magic through struct netmem_desc in page_pool_page_is_pp()

[PATCH net-next V3 0/2] net/mlx5e: Add support for PCIe congestion events
 2025-07-17  1:30 UTC  (4+ messages)
` [PATCH net-next V3 1/2] net/mlx5e: Create/destroy PCIe Congestion Event object
` [PATCH net-next V3 2/2] net/mlx5e: Add device PCIe congestion ethtool stats

Build Stronger Sales Campaigns with Verified Data from GSX 2025
 2025-07-16 23:04 UTC 

[PATCH net v2] net/mlx5: Correctly set gso_size when LRO is used
 2025-07-16 22:20 UTC  (4+ messages)

[PATCH v1 net] smc: Fix various oops due to inet_sock type confusion
 2025-07-15 17:07 UTC  (4+ messages)

[PATCH net] net/mlx5: Correctly set gso_size when LRO is used
 2025-07-15 15:31 UTC  (4+ messages)

[PATCH net-next V2 0/3] net/mlx5e: Add support for PCIe congestion events
 2025-07-15 14:18 UTC  (7+ messages)
` [PATCH net-next V2 2/3] net/mlx5e: Add device PCIe congestion ethtool stats

[PATCH net-next v7 0/7] Split netmem from struct page
 2025-07-15 10:23 UTC  (12+ messages)
` [PATCH net-next v7 1/7] netmem: introduce struct netmem_desc mirroring "


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