Re: [PATCH rdma v2 0/2] Add ZTE DingHai Ethernet Protocol Driver for RDMA

From: Leon Romanovsky

Date: Sun Jul 05 2026 - 07:29:35 EST


On Fri, Jun 26, 2026 at 04:50:50PM +0800, zhang.yanze@xxxxxxxxxx wrote:
> From: Yanze Zhang <zhang.yanze@xxxxxxxxxx>
>
> Hi maintainers and reviewers,
>
> This is v2 of the ZTE DingHai (ZXDH) RDMA driver submission.
> Thank you Julian Braha for the review on v1.
>
> Changes in v2:
> - Removed redundant 'depends on INFINIBAND' from Kconfig as it is already
> wrapped by the parent if-block (Julian Braha).
>
> The driver provides RoCEv2 support for ZTE DingHai network adapters and has
> been tested with perftest and rping utilities.
>
> Best regards,
> Yanze Zhang
>
> Yanze Zhang (2):
> RDMA/zrdma: Add ZTE Dinghai Ethernet Protocol Driver for RDMA
> RDMA/zrdma: Add hardware config code and improve driver init flow

1. Split this driver into smaller patches to simplify review.
2. Remove unused defines and functions from the driver.
3. The driver must be functional. It cannot operate without a
driver ID.
4. Please refresh your
https://github.com/linux-rdma/rdma-core/pull/1611 PR.

Thanks