> Subject: Re: [Patch v7 00/18] Introduce Microsoft Azure Network Adatper > (MANA) PMD > > On 9/6/2022 2:03 PM, Ferruh Yigit wrote: > > On 9/3/2022 2:40 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%2Fpat > >> chwork.kernel.org%2Fproject%2Fnetdevbpf%2Fcover%2F1655345240- > 26411-1- > >> git-send-email- > longli%40linuxonhyperv.com%2F&data=05%7C01%7Clongl > >> > i%40microsoft.com%7C7b028477af2f4dc9adbb08da901578ca%7C72f988bf86f > 141 > >> > af91ab2d7cd011db47%7C1%7C0%7C637980719147810170%7CUnknown%7CT > WFpbGZsb > >> > 3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0 > %3D > >> %7C3000%7C%7C%7C&sdata=1cHl7GcqA7IVaPYeOj1Fr59%2FkkizeQij > t7Rqi6aQ > >> 9gw%3D&reserved=0 > >> > >> The MANA RDMA user-mode driver is being reviewed at: > >> > https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgit > >> hub.com%2Flinux-rdma%2Frdma- > core%2Fpull%2F1177&data=05%7C01%7Clon > >> > gli%40microsoft.com%7C7b028477af2f4dc9adbb08da901578ca%7C72f988bf86 > f1 > >> > 41af91ab2d7cd011db47%7C1%7C0%7C637980719147810170%7CUnknown%7 > CTWFpbGZ > >> > sb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6M > n0% > >> > 3D%7C3000%7C%7C%7C&sdata=vSWsqSZycwOIBw1hq1IZ4s3G8lXKV82J > bpy99f1K > >> Bck%3D&reserved=0 > >> > >> > >> Long Li (18): > >> 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 > >> net/mana: add function to support RX interrupts > >> > > > > Can you please send new versions of the patches as reply to previous > > versions, so all versions can be in same thread, using git send-email > > '--in-reply-to' argument? > > > > More details in the contribution guide: > > > https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdoc. > > dpdk.org%2Fguides%2Fcontributing%2Fpatches.html%23sending- > patches& > > > data=05%7C01%7Clongli%40microsoft.com%7C7b028477af2f4dc9adbb08da90 > 1578 > > > ca%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C6379807191478101 > 70%7CU > > > nknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI > 6Ik1ha > > > WwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=N0XBkRX9LdgkT2jA > lPZEP6g0GB > > aH%2ByHeG1jLHKJB6AE%3D&reserved=0 > > > > Also for next version, can you please fix warnings reported by > './devtools/check-git-log.sh'.
Will fix those.