First I run the rx end:
Then I run the tx end:
But the rx end is still waiting:
On the tx end,I used vnx_basic_if0.xclbin,On the rx end, I used vnx_basic_if1.xclbin.
I have also tried to use vnx_basic_if3.xclbin on both tx end and rx end, but the results are the same: The rx end keeps waiting.
Two Alveo U280 FPGAs on two servers. The two FPGAs are directly connected.
I have successfully run the vnx-benchmark-throughput.ipynb. It shows the two FPGAs can send packets to each other.
Environment:
The OS of the two servers are Ubuntu 18.04 and Ubuntu 20.04
The following version is the same on both servers:
Platform: xilinx_u280_gen3x16_xdma_1_202211_1
Vitis: 2022.2
XRT Version: 2.14.354
Do you know the possible reason for this? I would appreciate any help you may provide.
First I run the rx end: Then I run the tx end: But the rx end is still waiting:
On the tx end,I used
vnx_basic_if0.xclbin
,On the rx end, I usedvnx_basic_if1.xclbin
. I have also tried to usevnx_basic_if3.xclbin
on both tx end and rx end, but the results are the same: The rx end keeps waiting.Two Alveo U280 FPGAs on two servers. The two FPGAs are directly connected. I have successfully run the
vnx-benchmark-throughput.ipynb
. It shows the two FPGAs can send packets to each other.Environment:
Do you know the possible reason for this? I would appreciate any help you may provide.