> > > On Fri, 22 May 2026 19:02:50 -0700 Long Li wrote: > > > The following changes since commit > > 95fab46aea57d6d7b76b319341acbefe8a9293c8: > > > > > > Merge branch > > > 'net-convert-atm-xdp-af_iucv-l2tp_ppp-rxrpc-tipc-to-getsockopt_iter' > > > (2026-05-22 11:11:12 -0700) > > > > > > are available in the Git repository at: > > > > > > > > > > > https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgith > > > > > ub.com%2Flonglimsft%2Flinux.git&data=05%7C02%7Clongli%40microsoft.co > > m% > > > > > 7C36237239bb6949843c7508debc60af6c%7C72f988bf86f141af91ab2d7c > > d011db47% > > > > > 7C1%7C0%7C639155320616840917%7CUnknown%7CTWFpbGZsb3d8eyJF > > bXB0eU1hcGkiO > > > > > nRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoy > > fQ% > > > > > 3D%3D%7C0%7C%7C%7C&sdata=43aUwSeHYaOhd%2Bmd1lwfmCqmrAObg > > MWJoDRpKDhmCt8 > > > %3D&reserved=0 tags/mana-eq-msi-v11 > > > > > > for you to fetch changes up to > > a26d11135abba51e81ae8b9689e288718af95088: > > > > > > RDMA/mana_ib: Allocate interrupt contexts on EQs (2026-05-22 > > > 20:35:43 +0000) > > > > The branch is no good, it needs to be your patches applied on top of a > > commit already in Linus's tree. The current branch is on top of > > net-next, RDMA would have to pull in 100s of networking commits together > with your changes. > > Hi Jakub, > > Thanks for looking into this. Since the RDMA patch (patch 6) depends on the > networking changes in patches 1-5, could this series go through net-next? I've > verified that the tag pulls cleanly into the latest net-next. > > Leon, Jason - could you provide an Acked-by for patch 6 ("RDMA/mana_ib: > Allocate interrupt contexts on EQs") so it can be taken through the networking > tree? > > Thanks, > Long
Hi Jakub, Thank you for the feedback. Since the RDMA patch builds on the networking changes, would it be possible to take this series through net-next? I've confirmed the tag merges cleanly into the current net-next head. Leon has acked patch 6 on v2 [1]. There are no significant structural changes to the RDMA driver since then - the differences are minor: Changes in patch 6 from v2 to v11: - Error handling updated from NULL/-ENOMEM to IS_ERR()/PTR_ERR() for mana_gd_get_gic() return values - Added mdev->eqs[i]->eq.irq = gic->irq to populate the irq field on all RDMA EQs for consistency with the Ethernet path - Introduced a separate msi variable instead of modifying spec.eq.msix_index directly - Commit message updated The gdma.h changes are identical to v2. [1] https://lore.kernel.org/all/20260304145923.GE12611@unreal/ Thanks, Long

