Linux RDMA and InfiniBand development
 help / color / mirror / Atom feed
 messages from 2025-05-17 17:46:02 to 2025-05-22 23:56:00 UTC [more...]

[PATCH net-next V2 00/11] net/mlx5e: Add support for devmem and io_uring TCP zero-copy
 2025-05-22 23:56 UTC  (26+ messages)
` [PATCH net-next V2 01/11] net: Kconfig NET_DEVMEM selects GENERIC_ALLOCATOR
` [PATCH net-next V2 02/11] net: Add skb_can_coalesce for netmem
` [PATCH net-next V2 03/11] net/mlx5e: SHAMPO: Reorganize mlx5_rq_shampo_alloc
` [PATCH net-next V2 04/11] net/mlx5e: SHAMPO: Remove redundant params
` [PATCH net-next V2 05/11] net/mlx5e: SHAMPO: Improve hw gro capability checking
` [PATCH net-next V2 06/11] net/mlx5e: SHAMPO: Separate pool for headers
` [PATCH net-next V2 07/11] net/mlx5e: SHAMPO: Headers page pool stats
` [PATCH net-next V2 08/11] net/mlx5e: Convert over to netmem
` [PATCH net-next V2 09/11] net/mlx5e: Add support for UNREADABLE netmem page pools
` [PATCH net-next V2 10/11] net/mlx5e: Implement queue mgmt ops and single channel swap
` [PATCH net-next V2 11/11] net/mlx5e: Support ethtool tcp-data-split settings

[PATCH net 0/2] mlx5 misc fixes 2025-05-22
 2025-05-22 19:16 UTC  (5+ messages)
` [PATCH net 1/2] net/mlx5: Ensure fw pages are always allocated on same NUMA
` [PATCH net 2/2] net/mlx5e: Fix leak of Geneve TLV option object

[PATCH v1 net-next 4/6] socket: Remove kernel socket conversion except for net/rds/
 2025-05-22 17:04 UTC  (4+ messages)

[PATCH rdma-rc] RDMA/cma: Fix hang when cma_netevent_callback fails to queue_work
 2025-05-22 16:54 UTC  (5+ messages)

[PATCH net-next v2 0/3] dpll: add Reference SYNC feature
 2025-05-22 16:42 UTC  (4+ messages)
` [PATCH net-next v2 2/3] dpll: add Reference SYNC get/set

[PATCH net-next v3 0/3] dpll: add Reference SYNC feature
 2025-05-22 16:29 UTC  (4+ messages)
` [PATCH net-next v3 1/3] dpll: add reference-sync netlink attribute
` [PATCH net-next v3 2/3] dpll: add reference sync get/set
` [PATCH net-next v3 3/3] ice: add ref-sync dpll pins

[PATCH net-next 0/5] net/mlx5: Convert mlx5 to netdev instance locking
 2025-05-22 16:30 UTC  (13+ messages)
` [PATCH net-next 1/5] IB/IPoIB: Enqueue separate work_structs for each flushed interface
` [PATCH net-next 2/5] IB/IPoIB: Replace vlan_rwsem with the netdev instance lock
` [PATCH net-next 3/5] IB/IPoIB: Allow using netdevs that require the "
` [PATCH net-next 4/5] net/mlx5e: Don't drop RTNL during firmware flash
` [PATCH net-next 5/5] net/mlx5e: Convert mlx5 netdevs to instance locking

[PATCH rdma-next] RDMA/rxe: Break endless pagefault loop for RO pages
 2025-05-22 16:07 UTC  (7+ messages)

[PATCH] Doc: networking: Fix various typos in rds.rst
 2025-05-22 16:02 UTC  (2+ messages)

[PATCH net-next] net/mlx5e: Allow setting MAC address of representors
 2025-05-22 15:58 UTC  (2+ messages)

[PATCH v3] net/mlx5: Add error handling in mlx5_query_nic_vport_node_guid()
 2025-05-22 15:40 UTC  (3+ messages)

[PATCH net-next,v2] net: mana: Add support for Multi Vports on Bare metal
 2025-05-22 14:51 UTC  (6+ messages)
  ` [EXTERNAL] "

[PATCH v2 00/10] net: faster and simpler CRC32C computation
 2025-05-22 14:07 UTC  (22+ messages)
` [PATCH v2 01/10] net: introduce CONFIG_NET_CRC32C
` [PATCH v2 02/10] net: add skb_crc32c()
` [PATCH v2 03/10] net: use skb_crc32c() in skb_crc32c_csum_help()
` [PATCH v2 04/10] RDMA/siw: use skb_crc32c() instead of __skb_checksum()
` [PATCH v2 05/10] sctp: "
` [PATCH v2 06/10] net: fold __skb_checksum() into skb_checksum()
` [PATCH v2 07/10] lib/crc32: remove unused support for CRC32C combination
` [PATCH v2 08/10] net: add skb_copy_and_crc32c_datagram_iter()
` [PATCH v2 09/10] nvme-tcp: use crc32c() and skb_copy_and_crc32c_datagram_iter()
` [PATCH v2 10/10] net: remove skb_copy_and_hash_datagram_iter()

[PATCH v2 00/14] Introduce AMD Pensando RDMA driver
 2025-05-22 11:28 UTC  (3+ messages)

[PATCH for-next v4 0/2] RDMA/rxe: Prefetching pages with explicit ODP
 2025-05-22 11:19 UTC  (3+ messages)
` [PATCH for-next v4 1/2] RDMA/rxe: Implement synchronous prefetch for ODP MRs
` [PATCH for-next v4 2/2] RDMA/rxe: Enable asynchronous "

[PATCH v3] net/mlx5_core: Add error handling inmlx5_query_nic_vport_qkey_viol_cntr()
 2025-05-22 11:13 UTC  (3+ messages)

[rdma:wip/leon-for-next] BUILD SUCCESS 990b5c07f677a0b633b41130a70771337c18343e
 2025-05-22 10:05 UTC 

[PATCH v3 0/4] Allow dyn MSI-X vector allocation of MANA
 2025-05-22  9:17 UTC  (4+ messages)
` [PATCH v3 4/4] net: mana: Allocate MSI-X vectors dynamically

[bug report] [rdma] RXE ODP test hangs with new DMA map API
 2025-05-22  8:32 UTC  (3+ messages)

[PATCH net-next 0/4] net/mlx5: HWS, set of fixes and adjustments
 2025-05-22  3:50 UTC  (6+ messages)
` [PATCH net-next 1/4] net/mlx5: SWS, fix reformat id error handling
` [PATCH net-next 2/4] net/mlx5: HWS, register reformat actions with fw
` [PATCH net-next 3/4] net/mlx5: HWS, fix typo - 'nope' to 'nop'
` [PATCH net-next 4/4] net/mlx5: HWS, handle modify header actions dependency

[PATCH rdma-rc 0/4] bnxt_re bug fixes
 2025-05-22  2:39 UTC  (8+ messages)
` [PATCH rdma-rc 1/4] RDMA/bnxt_re: Fix incorrect display of inactivity_cp in debugfs output
` [PATCH rdma-rc 2/4] RDMA/bnxt_re: Fix missing error handling for tx_queue
` [PATCH rdma-rc 3/4] RDMA/bnxt_re: Fix return code of bnxt_re_configure_cc
` [PATCH rdma-rc 4/4] RDMA/bnxt_re: Fix null pointer dereference in bnxt_re_suspend

[PATCH net-next,v4] net: mana: Add handler for hardware servicing events
 2025-05-22  0:28 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH net-next,v5] net: mana: Add handler for hardware servicing events
 2025-05-22  0:22 UTC 

[PATCH net-next 0/3] udp_tunnel: remove rtnl_lock dependency
 2025-05-21 22:31 UTC  (10+ messages)
` [PATCH net-next 1/3] net: ASSERT_RTNL remove netif_set_real_num_{rx,tx}_queues
  ` [Intel-wired-lan] [PATCH net-next 1/3] net: ASSERT_RTNL remove netif_set_real_num_{rx, tx}_queues
` [PATCH net-next 2/3] udp_tunnel: remove rtnl_lock dependency
` [PATCH net-next 3/3] Revert "bnxt_en: bring back rtnl_lock() in the bnxt_open() path"
  ` [Intel-wired-lan] "

[PATCH net-next V10 0/6] Support rate management on traffic classes in devlink and mlx5
 2025-05-21 22:24 UTC  (13+ messages)
` [PATCH net-next V10 1/6] devlink: Extend devlink rate API with traffic classes bandwidth management
` [PATCH net-next V10 2/6] selftest: netdevsim: Add devlink rate tc-bw test
` [PATCH net-next V10 3/6] net/mlx5: Add no-op implementation for setting tc-bw on rate objects
` [PATCH net-next V10 4/6] net/mlx5: Add support for setting tc-bw on nodes
` [PATCH net-next V10 5/6] net/mlx5: Add traffic class scheduling support for vport QoS
` [PATCH net-next V10 6/6] net/mlx5: Manage TC arbiter nodes and implement full support for tc-bw

[ANNOUNCE] blktests repoistory move
 2025-05-21 21:08 UTC 

[PATCH rdma-next] RDMA/mlx5: Avoid flexible array warning
 2025-05-21 18:27 UTC  (2+ messages)

[PATCH v5 net-next: rds] replace strncpy with strscpy_pad
 2025-05-21 17:14 UTC  (2+ messages)

[PATCH for-next] RDMA/efa: Add CQ with external memory support
 2025-05-21 15:19 UTC  (5+ messages)

[PATCH rdma-next] IB/cm: Remove dead code and adjust naming
 2025-05-21 11:34 UTC 

[PATCH net-next 00/10] net: faster and simpler CRC32C computation
 2025-05-21 10:38 UTC  (15+ messages)
` [PATCH net-next 04/10] RDMA/siw: use skb_crc32c() instead of __skb_checksum()
` [PATCH net-next 09/10] nvme-tcp: use crc32c() and skb_copy_and_crc32c_datagram_iter()

[PATCH net-next] net/mlx5e: Reuse per-RQ XDP buffer to avoid stack zeroing overhead
 2025-05-21  8:56 UTC  (5+ messages)

[PATCH net-next v2] Replace strncpy with strscpy
 2025-05-20 21:13 UTC  (9+ messages)
    ` [PATCH v3 net-next: rds] replace strncpy with strscpy_pad
        ` [PATCH v4 "
            ` [PATCH v5 "

[PATCH v2] RDMA/irdma: puda: Clear entries after allocation to ensure clean state
 2025-05-20 13:15 UTC  (2+ messages)

[PATCH v2] net: mlx5: vport: Add error handling in mlx5_query_nic_vport_qkey_viol_cntr()
 2025-05-20 11:26 UTC  (2+ messages)

[PATCH v2] net: mlx5: vport: Add error handling in mlx5_query_nic_vport_node_guid()
 2025-05-20 11:24 UTC  (2+ messages)

[PATCH] net/mlx5: Add NULL check in mlx5e_tc_nic_create_miss_table
 2025-05-20 11:14 UTC  (2+ messages)

[syzbot] Monthly rdma report (May 2025)
 2025-05-19 13:37 UTC 

[PATCH for-next v3 0/2] RDMA/rxe: Prefetching pages with explicit ODP
 2025-05-19 11:58 UTC  (4+ messages)
` [PATCH for-next v3 2/2] RDMA/rxe: Enable asynchronous prefetch for ODP MRs

[PATCH] net: mlx5: vport: Add error handling in mlx5_query_nic_vport_node_guid()
 2025-05-19  7:56 UTC  (2+ messages)

[PATCH] net: mlx5: vport: Add error handling in mlx5_query_nic_vport_qkey_viol_cntr()
 2025-05-19  6:52 UTC  (2+ messages)

[rdma:wip/leon-for-next] BUILD SUCCESS d00d16bcbc2553a3ac9acccf2d6444cda5502adf
 2025-05-18 21:42 UTC 

[PATCH for-next v2] RDMA/efa: Add CQ with external memory support
 2025-05-18 16:09 UTC 

What performance is reasonable for ibv_reg_mr?
 2025-05-18 15:28 UTC  (2+ messages)

[PATCH rdma-next] RDMA/mlx5: Add support for 200Gbps per lane speeds
 2025-05-18  7:52 UTC  (2+ messages)

[PATCH rdma-next] RDMA/mlx5: Remove the redundant MLX5_IB_STAGE_UAR stage
 2025-05-18  7:52 UTC  (2+ messages)

[PATCH] RDMA/irdma: puda: Clear entries after allocation to ensure clean state
 2025-05-18  7:32 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox