mclayton1000

Results 4 comments of mclayton1000

Hi @hmaarrfk , thanks for the reply. The basic patch is quite simple. In **libqdma/qdma_descq.h** just turn **wq** field in **struct qdma_sgt_req_cb** into a pointer. Then fix the accesses to...

Hi @hmaarrfk , from Linux kernel source code. From file **include/linux/wait.h**, the definition of **wait_queue_head_t** is: ``` struct wait_queue_head { spinlock_t lock; struct list_head head; }; typedef struct wait_queue_head wait_queue_head_t;...

Hi @hmaarrfk , I think that if the dimension of a structure must be of a certain size as reported in the following message: **[ 250.590576] libqdma_init: dma req. opaque...

> Honestly, I don't think that xilinx is too active on these forums. Sometimes, they will review submitted patches as PRs. You can try to do that since you seem...