Re: [PATCH rdma v3 1/2] RDMA/zrdma: Add ZTE Dinghai Ethernet Protocol Driver for RDMA

From: Julian Braha

Date: Fri Jul 03 2026 - 13:33:05 EST


Hi again Yanze,

On 7/2/26 13:22, Yanze Zhang wrote:
> +config INFINIBAND_ZRDMA
> + tristate "ZTE Ethernet Protocol Driver for RDMA"
> + help
> + Say Y or M here to enable support for the ZTE DingHai (ZXDH) Ethernet
> + Protocol Driver for RDMA. This driver provides RDMA over Converged
> + Ethernet (RoCE) functionality for ZTE DingHai network adapters.
> + If you choose to build this driver as a module, it will be built as
> + a module named zrdma.

The indentation is off here for the text in the help:
should be 1 tab + 2 spaces, see the example in the
kconfig documentation: Documentation/kbuild/kconfig.rst
or other nearby config options in this subsystem for an example.

- Julian Braha