linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-19 22:59:36 to 2025-01-07 05:20:02 UTC [more...]

[PATCH bpf-next v5 0/5] net/smc: Introduce smc_ops
 2025-01-07  5:19 UTC  (7+ messages)
` [PATCH bpf-next v5 1/5] bpf: export necessary sympols for modules with struct_ops
` [PATCH bpf-next v5 2/5] net/smc: Introduce generic hook smc_ops
` [PATCH bpf-next v5 3/5] net/smc: bpf: register smc_ops info struct_ops
` [PATCH bpf-next v5 4/5] libbpf: fix error when st-prefix_ops and ops from differ btf
` [PATCH bpf-next v5 5/5] bpf/selftests: add selftest for bpf_smc_ops

[PATCH blktests v3 1/2] tests/rnbd: Add a basic RNBD test
 2025-01-07  4:03 UTC  (6+ messages)
` [PATCH blktests v3 2/2] tests/rnbd: Implement RNBD regression test

[PATCH rdma-next v2 RESEND 0/4] RDMA/bnxt_re: Support for FW async event handling
 2025-01-07  2:45 UTC  (5+ messages)
` [PATCH rdma-next v2 RESEND 1/4] bnxt_en: Add ULP call to notify async events
` [PATCH rdma-next v2 RESEND 2/4] RDMA/bnxt_re: Add Async event handling support
` [PATCH rdma-next v2 RESEND 3/4] RDMA/bnxt_re: Query firmware defaults of CC params during probe
` [PATCH rdma-next v2 RESEND 4/4] RDMA/bnxt_re: Add support to handle DCB_CONFIG_CHANGE event

[PATCH net] net/smc: use the correct ndev to find pnetid by pnetid table
 2025-01-07  2:17 UTC  (3+ messages)

[PATCH rdma-next] RDMA/mlx5: Fix indirect mkey ODP page count
 2025-01-06 18:27 UTC 

[PATCH AUTOSEL 6.6 1/2] RDMA/bnxt_re: Fix to export port num to ib_query_qp
 2025-01-06 16:42 UTC 

[PATCH AUTOSEL 6.12 3/8] RDMA/bnxt_re: Fix to export port num to ib_query_qp
 2025-01-06 16:41 UTC 

[PATCH 0/4] cover-letter: Allow MMIO regions to be exported through dmabuf
 2025-01-06 16:27 UTC  (11+ messages)

RDMA/hns: Clean up the legacy CONFIG_INFINIBAND_HNS
 2025-01-06 13:41 UTC  (2+ messages)

[PATCH for-next v2 0/4] RDMA/bnxt_re: Support for FW async event handling
 2025-01-06 13:31 UTC  (7+ messages)
` [PATCH for-next v2 1/4] bnxt_en: Add ULP call to notify async events
` [PATCH for-next v2 2/4] RDMA/bnxt_re: Add Async event handling support
` [PATCH for-next v2 3/4] RDMA/bnxt_re: Query firmware defaults of CC params during probe
` [PATCH for-next v2 4/4] RDMA/bnxt_re: Add support to handle DCB_CONFIG_CHANGE event

[PATCH v3] RDMA/rtrs: Add missing deinit() call
 2025-01-06 13:29 UTC  (3+ messages)

[PATCH for-next] RDMA/efa: Align interrupt related fields to same type
 2025-01-06 13:29 UTC  (2+ messages)

[PATCH net-next v6 1/8] page_pool: introduce page_pool_get_pp() API
 2025-01-06 13:01 UTC 

[PATCH] net/mlx5: Fix variable not being completed when function returns
 2025-01-06  9:14 UTC 

[rdma:wip/leon-for-next] BUILD SUCCESS c84f0f4f49d81645f49c3269fdcc3b84ce61e795
 2025-01-06  2:42 UTC 

[PATCH bpf-next v4 0/5] net/smc: Introduce smc_ops
 2025-01-06  2:22 UTC  (6+ messages)
` [PATCH bpf-next v4 1/5] bpf: export necessary sympols for modules with struct_ops
` [PATCH bpf-next v4 2/5] net/smc: Introduce generic hook smc_ops
` [PATCH bpf-next v4 3/5] net/smc: bpf: register smc_ops info struct_ops
` [PATCH bpf-next v4 4/5] libbpf: fix error when st-prefix_ops and ops from differ btf
` [PATCH bpf-next v4 5/5] bpf/selftests: add selftest for bpf_smc_ops

[PATCH v2] RDMA/rtrs: Add missing deinit() call
 2025-01-06  0:41 UTC  (3+ messages)

[PATCH for-rc] RDMA/bnxt_re: Fix to drop reference to the mmap entry in case of error
 2025-01-05 11:52 UTC  (2+ messages)

[PATCH for-rc] RDMA/cxgb4: notify rdma stack for IB_EVENT_QP_LAST_WQE_REACHED event
 2025-01-05  9:06 UTC  (2+ messages)

[rdma:for-rc] BUILD SUCCESS 45d339fefaa3dcd237038769e0d34584fb867390
 2025-01-04 14:46 UTC 

[PATCH RESEND net] net/smc: fix data error when recvmsg with MSG_PEEK flag
 2025-01-04 14:32 UTC 

[PATCH net] net/smc: fix data error when recvmsg with MSG_PEEK flag
 2025-01-04 14:29 UTC  (5+ messages)

[PATCH net-next v7 00/11] net: Improve netns handling in rtnetlink
 2025-01-04 12:57 UTC  (12+ messages)
` [PATCH net-next v7 01/11] rtnetlink: Lookup device in target netns when creating link
` [PATCH net-next v7 02/11] rtnetlink: Pack newlink() params into struct
` [PATCH net-next v7 03/11] net: Use link netns in newlink() of rtnl_link_ops
` [PATCH net-next v7 04/11] ieee802154: 6lowpan: "
` [PATCH net-next v7 05/11] net: ip_tunnel: "
` [PATCH net-next v7 06/11] net: ipv6: "
` [PATCH net-next v7 07/11] net: xfrm: "
` [PATCH net-next v7 08/11] rtnetlink: Remove "net" from newlink params
` [PATCH net-next v7 09/11] rtnetlink: Create link directly in target net namespace
` [PATCH net-next v7 10/11] selftests: net: Add python context manager for netns entering
` [PATCH net-next v7 11/11] selftests: net: Add test cases for link and peer netns

[GIT PULL] Please pull RDMA subsystem changes
 2025-01-03 23:22 UTC  (2+ messages)

[PATCH for-next v9 0/5] On-Demand Paging on SoftRoCE
 2025-01-03 17:40 UTC  (10+ messages)
` [PATCH for-next v9 1/5] RDMA/rxe: Move some code to rxe_loc.h in preparation for ODP
` [PATCH for-next v9 2/5] RDMA/rxe: Add page invalidation support
` [PATCH for-next v9 3/5] RDMA/rxe: Allow registering MRs for On-Demand Paging
` [PATCH for-next v9 4/5] RDMA/rxe: Add support for Send/Recv/Write/Read with ODP
` [PATCH for-next v9 5/5] RDMA/rxe: Add support for the traditional Atomic operations "

[RFC] RDMA/core: Fix IPv6 loopback dst MAC address lookup logic
 2025-01-03 15:31 UTC  (5+ messages)

[PATCH mlx5-next] RDMA/mlx5: Enable multiplane mode only when it is supported
 2025-01-03 14:11 UTC  (2+ messages)

[PATCH 6.6.y] net/mlx5e: Don't call cleanup on profile rollback failure
 2025-01-03  7:08 UTC 

[PATCH bpf-next v3 0/5] net/smc: Introduce smc_ops
 2025-01-03  6:54 UTC  (12+ messages)
` [PATCH bpf-next v3 3/5] net/smc: bpf: register smc_ops info struct_ops
` [PATCH bpf-next v3 4/5] libbpf: fix error when st-prefix_ops and ops from differ btf
` [PATCH bpf-next v3 5/5] bpf/selftests: add selftest for bpf_smc_ops

[rdma:wip/leon-for-next] BUILD SUCCESS 220043b06fded9909bdf62e3355396eff0bb8a52
 2025-01-03  1:05 UTC 

[recipe build #3836246] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2025-01-02 18:03 UTC 

[PATCH rdma-next 0/3] Add RDMA TRANSPORT steering domain
 2025-01-02 11:36 UTC  (4+ messages)
` [PATCH mlx5-next 1/3] net/mlx5: Query ADV_RDMA capabilities
` [PATCH mlx5-next 2/3] net/mlx5: fs, add RDMA TRANSPORT steering domain support
` [PATCH rdma-next 3/3] RDMA/mlx5: Expose RDMA TRANSPORT flow table types to userspace

[PATCH rdma-next] RDMA/mlx5: Fix link status down event for MPV
 2025-01-02  9:48 UTC  (2+ messages)

[rdma:wip/leon-for-rc] BUILD SUCCESS e6178bf78d0378c2d397a6aafaf4882d0af643fa
 2025-01-01  7:33 UTC 

[PATCH for-rc v3] RDMA/bnxt_re: Fix error recovery sequence
 2024-12-31 13:28 UTC  (2+ messages)

[PATCH] RDMA/rtrs: server: Ensure 'ib_sge list' is accessible
 2024-12-31 13:26 UTC  (2+ messages)

[rdma:wip/leon-for-next] BUILD SUCCESS a6c346760a52afaf7d75991c16ee4d70d6270d06
 2024-12-31 10:39 UTC 

[PATCH for-next 0/4] RDMA/erdma: Misc fixes for the erdma RoCEv2 protocol
 2024-12-30 18:43 UTC  (6+ messages)
` [PATCH for-next 1/4] RDMA/erdma: Add missing fields to the erdma_device_ops_rocev2
` [PATCH for-next 2/4] RDMA/erdma: Fix incorrect response returned from query_qp
` [PATCH for-next 3/4] RDMA/erdma: Support non-sleeping erdma_post_cmd_wait()
` [PATCH for-next 4/4] RDMA/erdma: Support create_ah/destroy_ah in non-sleepable contexts

[PATCH for-next] RDMA/efa: Reset device on probe failure
 2024-12-30 18:41 UTC  (4+ messages)

[PATCH for-rc v2] RDMA/bnxt_re: Fix error recovery sequence
 2024-12-30 18:29 UTC  (6+ messages)

[bug report] RDMA/iwpm: reentrant iwpm hello message
 2024-12-30 18:28 UTC  (8+ messages)

[net-next v6 0/9] Add support for per-NAPI config via netlink
 2024-12-30 14:31 UTC  (5+ messages)

[PATCH RFCv5 1/8] page_pool: introduce page_pool_to_pp() API
 2024-12-30  9:15 UTC  (3+ messages)

[PATCH blktests v2 1/2] tests/rnbd: Implement RNBD regression test
 2024-12-30  2:02 UTC  (8+ messages)
` [PATCH blktests v2 2/2] [NOT-FOR-MERGE] just for testing

[PATCH] IB/hfi1: fix buffer underflow in fault injection code
 2024-12-27 23:09 UTC 

[rdma:wip/leon-for-next] BUILD SUCCESS 20b6d8a7b9bdced0c5f9a4887dbf123dd8e334c0
 2024-12-26 18:31 UTC 

[PATCH 6.1.y] net/mlx5e: Don't call cleanup on profile rollback failure
 2024-12-26  7:11 UTC 

[rdma:wip/leon-for-next] BUILD SUCCESS 26b592d29e118fcc9a64eb3647b4d7f97eb21bbc
 2024-12-26  4:56 UTC 

When upgrading to kernel 6.12.4, I got the following error with rdma_rxe module
 2024-12-25 23:50 UTC  (2+ messages)

[PATCH RFC 00/12] RDMA: Support link status events dispatching in ib_core
 2024-12-25  8:30 UTC  (9+ messages)
` [PATCH RFC 12/12] RDMA/hns: Support fast path for link-down events dispatching

failed to allocate device WQ
 2024-12-25  5:11 UTC  (6+ messages)

[rdma:wip/leon-for-rc] BUILD SUCCESS 2ac5415022d16d63d912a39a06f32f1f51140261
 2024-12-25  1:49 UTC 

[PATCH 0/4] RDMA deadcode
 2024-12-24 10:00 UTC  (9+ messages)
` [PATCH 1/4] RDMA/core: Remove unused ib_ud_header_unpack
` [PATCH 2/4] RDMA/core: Remove unused ib_find_exact_cached_pkey
` [PATCH 3/4] RDMA/core: Remove unused ibdev_printk
` [PATCH 4/4] RDMA/core: Remove unused ib_copy_path_rec_from_user

[PATCH] RDMA/irdma: Remove unused irdma_cqp_*_fpm_val_cmd functions
 2024-12-24  9:58 UTC  (3+ messages)

[PATCH 1/1] RDMA/rxe: Remove the direct link to net_device
 2024-12-24  9:37 UTC  (2+ messages)

[rdma:wip/leon-for-rc] BUILD SUCCESS e3debdd48423d3d75b9d366399228d7225d902cd
 2024-12-24  7:28 UTC 

[PATCH] RDMA/ulp: Add missing deinit() call
 2024-12-24  7:22 UTC  (3+ messages)

[PATCH blktests] tests/rnbd: Implement RNBD regression test
 2024-12-24  5:49 UTC  (3+ messages)

[PATCH for-rc 0/4] RDMA/hns: Bugfixes
 2024-12-23 14:58 UTC  (6+ messages)
` [PATCH for-rc 1/4] RDMA/hns: Fix mapping error of zero-hop WQE buffer
` [PATCH for-rc 2/4] RDMA/hns: Fix accessing invalid dip_ctx during destroying QP
` [PATCH for-rc 3/4] RDMA/hns: Fix warning storm caused by invalid input in IO path
` [PATCH for-rc 4/4] RDMA/hns: Fix missing flush CQE for DWQE

[syzbot] [rdma?] INFO: task hung in rdma_dev_exit_net (6)
 2024-12-20  8:21 UTC 

[PATCH for-rc 4/5] RDMA/bnxt_re: Fix error recovery sequence
 2024-12-20  5:53 UTC  (12+ messages)

Potential use of NULL pointer in erdma/erdma_verbs.c
 2024-12-20  2:25 UTC  (3+ messages)

[PATCH for-next v2 0/8] RDMA/erdma: Support the RoCEv2 protocol
 2024-12-20  2:10 UTC  (4+ messages)
` [PATCH for-next v2 8/8] RDMA/erdma: Support UD QPs and UD WRs


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