Closed byeongkeonLee closed 2 years ago
Hi @byeongkeonLee,
I would suggest you install pynq 2.8.0.dev0, pip install pynq==2.8.0.dev0
For your first issue, it is likely that the server can't keep up with the sending rate. Try with smaller size
mm2s can be reused. How do you know that the kernel is done? Did you try checking the status?
What board are you using?
Mario
Really appreciate your quick reply!!
For the second issue, it is resolved after updating pynq!! Thank you!
For the first issue, I still wonder where the bottleneck is. Further, I want to adapt it to network-intensive applications. Could you recommend another solution rather than decreasing the data size?
The problem is not in the FPGA, there are extensive embedded probes that you can use to verify packets performance.
You need to profile and verify what's going on on the server side. Unfortunately, this is something I cannot help with.
Thank you!
Actually, I called several times mm2s.start with a small buffer, it seems that the throughput is acceptable although I haven't experimented yet. Again, thank you!
Run Time Issues
OS version
lsb_release -a
No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.6 LTS Release: 18.04 Codename: bionicXRT version
xbutil version
Version : 2.12.427pynq version
pynq version
PYNQ version 2.7.0JupyterLab and Dask version if applicable notebook : 6.4.10 jupyterlab : not installed
Thanks in advance.
I would like to ask two questions for vnx-basic-test:
1. For big size buffer, mm2s send all buffer but the receiver (Intel E810) receives partial.
This is tx.
This is rx.
The result is following:
and hanging.
Although the sender sent 1000 packets, the receiver received 255 packets (this value changes every running) and hanging. I don't know what happens in here.
2. mm2s.start can not be reused. Once mm2s.start is done, I want to send another pynq buffer again. However, calling mm2s.start() again does not work. How can I send another buffer without reloading xclbin?
Thanks in advance!