fpgasystems / Coyote

Framework providing operating system abstractions and a range of shared networking (RDMA, TCP/IP) and memory services to common modern heterogeneous platforms.
MIT License
207 stars 62 forks source link

perf_tcp board test is stucked #29

Closed crizy closed 1 year ago

crizy commented 1 year ago

I make perf_tcp board test, when I execute sw main, the test is stuck, and the information is as follows

sudo ./build_perf_tcp_sw/main usecon:1, useIP:1, pkgWordCount:8,port:5001, local ip:c0a800e2, target ip:c0a800dc, time:250000000, is server:0, transferBytes:1024 Start

I build perf_tcp_hw and successfully generated the bit file , download bit to fpga, and insmod driver ok lspci -vvd 10ee is ok,i set local IP is 192.168.0.226 , Destination IP is 192.168.0.220

I successfully pinged the local machine(192.168.0.226) on the remote machine (192.168.0.220)