>> type?>It should be using datatypes with explicit size (like uint32_t)
>> to>make sure it can be used on both 32 and 64 bit builds.
This was an oversight, I will fix it as suggested.
Thanks
Original
From: StephenHemminger
To: 张勇10313449;
Cc: dev@dpdk.org ;
Date: 2024
On Mon, 5 Aug 2024 21:34:53 +0800
Yong Zhang wrote:
> +struct zxdh_gdma_buff_desc {
> + uint SrcAddr_L;
> + uint DstAddr_L;
> + uint Xpara;
> + uint ZY_para;
> + uint ZY_SrcStep;
> + uint ZY_DstStep;
> + uint ExtAddr;
> + uint LLI_Addr_L;
> + uint LLI_Addr_H;
Introduce rawdev driver support for ZXDH which
can help to connect two separate hosts with each other.
Signed-off-by: Yong Zhang
---
MAINTAINERS| 5 +
doc/guides/rawdevs/index.rst | 1 +
doc/guides/rawdevs/zxdh.rst| 29 +
drivers/raw/meson.build| 1 +
3 matches
Mail list logo