Re: [Patch v10 00/12] Introduce Microsoft Azure Network Adapter (MANA) RDMA driver

From: Leon Romanovsky
Date: Tue Nov 08 2022 - 14:15:04 EST


On Thu, Nov 03, 2022 at 12:16:18PM -0700, longli@xxxxxxxxxxxxxxxxx wrote:
> From: Long Li <longli@xxxxxxxxxxxxx>
>
> This patchset implements a RDMA driver for Microsoft Azure Network
> Adapter (MANA). In MANA, the RDMA device is modeled as an auxiliary device
> to the Ethernet device.
>
> The first 11 patches modify the MANA Ethernet driver to support RDMA driver.
> The last patch implementes the RDMA driver.

<...>

> drivers/net/ethernet/microsoft/Kconfig | 1 +
> .../net/ethernet/microsoft/mana/gdma_main.c | 40 +-
> .../net/ethernet/microsoft/mana/hw_channel.c | 6 +-
> .../net/ethernet/microsoft/mana/mana_bpf.c | 2 +-
> drivers/net/ethernet/microsoft/mana/mana_en.c | 175 +++++-
> .../ethernet/microsoft/mana/mana_ethtool.c | 2 +-
> .../net/ethernet/microsoft/mana/shm_channel.c | 2 +-
> .../microsoft => include/net}/mana/gdma.h | 158 +++++-
> .../net}/mana/hw_channel.h | 0
> .../microsoft => include/net}/mana/mana.h | 23 +-
> include/net/mana/mana_auxiliary.h | 10 +
> .../net}/mana/shm_channel.h | 0
> include/uapi/rdma/ib_user_ioctl_verbs.h | 1 +
> include/uapi/rdma/mana-abi.h | 66 +++

Hi netdev maintainers,

Can you please ACK/comment on eth part of this series? And how should
we proceed? Should we take this driver through shared branch or apply
directly to RDMA tree?

Thanks