On 10/6/2022 12:21 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://patchwork.kernel.org/project/netdevbpf/list/?series=678843&state=*
The MANA RDMA user-mode driver is being reviewed at:
https://github.com/linux-rdma/rdma-core/pull/1177
Long Li (18):
net/mana: add basic driver with build environment and doc
net/mana: device configuration and stop
net/mana: report supported ptypes
net/mana: support link update
net/mana: support device removal interrupts
net/mana: report device info
net/mana: configure RSS
net/mana: configure Rx queues
net/mana: configure Tx queues
net/mana: implement memory registration
net/mana: implement the hardware layer operations
net/mana: start/stop Tx queues
net/mana: start/stop Rx queues
net/mana: receive packets
net/mana: send packets
net/mana: start/stop device
net/mana: report queue stats
net/mana: support Rx interrupts
Series applied to dpdk-next-net/main, thanks.
While merging, 'mana.ini' updated to keep the order same with 'default.ini,
and added a brief note to release notes ('release_22_11.rst') for new
driver.