Re: [v5,2/5] raw/gdtc: add support for queue setup operation

2024-11-19 Thread zhang.yong25
Hi Thomas, >> +#define ZXDH_GDMA_SRC_LLI_ERR (1 << 16)>> +#define >> ZXDH_GDMA_SRC_DATA_ERR (1 << 17)>> +#define >> ZXDH_GDMA_DST_ADDR_ERR (1 << 18)>> +#define >> ZXDH_GDMA_ERR_STATUS(1 << 19)>> +#define >> ZXDH_GDMA_ERR_I

Re: [PATCH] raw/gdtc: introduce gdtc raw device driver

2024-11-14 Thread zhang.yong25
Hi Thomas, >> I submitted a patch on October 29 and haven't received response.>> Wondering >> if any modifications are needed? Could you provide an update on the >> review?>> Thanks. Looking forward to hearing from you.>>I cannot apply your >> patches because the format looks wrong.>It looks th

Re: [v4,1/5] raw/gdtc: introduce gdtc raw device driver

2024-11-13 Thread zhang.yong25
Hi Stephen, >> +char zxdh_gdma_driver_name[] = "rawdev_zxdh_gdma";>> +char dev_name[] = >> "zxdh_gdma";>> +>> +uint32_t>> +zxdh_gdma_read_reg(struct rte_rawdev *dev, >> uint16_t queue_id, uint32_t offset)>> +{>> +struct zxdh_gdma_rawdev >> *gdmadev = zxdh_gdma_rawdev_get_priv(dev);>> +u

Re: [PATCH] raw/zxdh: introduce zxdh raw device driver

2024-10-07 Thread zhang.yong25
>> Hi thomas,>>>> I hope this message finds you well.>> I initially >> submitted the zxdh rawdev driver on June 12th, and the final version was >> submitted on August 12th. Since then, I have not received any feedback from >> the community.>> I would appreciate it if you could provide any su

Re: [v1,1/5] raw/zxdh: introduce zxdh raw device driver

2024-08-11 Thread zhang.yong25
>> +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;>> +uint ChCont;>> +uint LLI_User;>> +ui

raw/zxdh: introduce zxdh raw device driver

2024-07-08 Thread zhang.yong25
Hi David, I have made some changes as suggested. Is there anything else that needs to be changed? Thanks Original From: DavidMarchand To: 张勇10313449; Cc: dev@dpdk.org ; Date: 2024年06月12日 19:28 Subject: Re: raw/zxdh: introduce zxdh raw device driver Hello, On Wed, Jun 12, 2024 at 1:01 PM