> Subject: Re: [Patch v4 00/17] Introduce Microsoft Azure Network Adatper > (MANA) PMD > > On 7/9/2022 12:49 AM, lon...@linuxonhyperv.com wrote: > > > > > From: Long Li <lon...@microsoft.com> > > > > MANA is a network interface card to be used in the Azure cloud > environment. > > MANA provides safe access to user memory through memory registration. > > It has IOMMU built into the hardware. > > > > MANA uses IB verbs and RDMA layer to configure hardware resources. It > > requires the corresponding RDMA kernel-mode and user-mode drivers. > > > > The MANA RDMA kernel-mode driver is being reviewed at: > > > https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpatc > > hwork.kernel.org%2Fproject%2Fnetdevbpf%2Fcover%2F1655345240- > 26411-1-gi > > t-send-email- > longli%40linuxonhyperv.com%2F&data=05%7C01%7Clongli%4 > > > 0microsoft.com%7C232a4a7af70f490b94f608da844ee782%7C72f988bf86f141a > f91 > > > ab2d7cd011db47%7C1%7C0%7C637967771686870922%7CUnknown%7CTWFp > bGZsb3d8ey > > > JWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D% > 7C300 > > > 0%7C%7C%7C&sdata=bC7l7wxfU5sbahBye8CKVS%2BJvirO%2FvIMU3M > oS4%2Fdpc8 > > %3D&reserved=0 > > > > The MANA RDMA user-mode driver is being reviewed at: > > > https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgith > > ub.com%2Flinux-rdma%2Frdma- > core%2Fpull%2F1177&data=05%7C01%7Clongl > > > i%40microsoft.com%7C232a4a7af70f490b94f608da844ee782%7C72f988bf86f1 > 41a > > > f91ab2d7cd011db47%7C1%7C0%7C637967771686870922%7CUnknown%7CT > WFpbGZsb3d > > > 8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0% > 3D%7C > > > 3000%7C%7C%7C&sdata=DLGg1q1N3%2FNtr7ii3WI2rqShPNoi2u0MF8J8 > Cn1h60s% > > 3D&reserved=0 > > > > Hi Long, > > How are the dependencies are progressing? Is there anything blocker for > DPDK upstream?
Hi Ferruh, The kernel and rdma-core user-mode patch submissions are in progress. They are currently at v4. Long > > > > Long Li (17): > > net/mana: add basic driver, build environment and doc > > net/mana: add device configuration and stop > > net/mana: add function to report support ptypes > > net/mana: add link update > > net/mana: add function for device removal interrupts > > net/mana: add device info > > net/mana: add function to configure RSS > > net/mana: add function to configure RX queues > > net/mana: add function to configure TX queues > > net/mana: implement memory registration > > net/mana: implement the hardware layer operations > > net/mana: add function to start/stop TX queues > > net/mana: add function to start/stop RX queues > > net/mana: add function to receive packets > > net/mana: add function to send packets > > net/mana: add function to start/stop device > > net/mana: add function to report queue stats > > > > <...>