You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found the issue is related to CYCLIC_RX_PAGES_MAX * PAGE_SIZE (1MB) which causes an overrun (head == tail) and doesn't reset properly. I am trying to figure out a fix for it to make cyclic C2H work. Also I have already tried the same workaround you did, however I noticed a low memory corruption error in the kern.log which happens a few seconds after the transfer is complete
sujathabanoth-xlnx
changed the title
Driver hangs during streaming test got a block size larger than 1 MB
XDMA: Driver hangs during streaming test got a block size larger than 1 MB
Jan 29, 2021
driver becomes non responsive. terminating the program and restarting the application does not work as the drivers fail to do anything after wards
I have made a workaround by commenting out the cyclic bugger, but I presume there is a better solution to the problem
The text was updated successfully, but these errors were encountered: