fpgasystems / fpga-network-stack

Scalable Network Stack for FPGAs (TCP/IP, RoCEv2)
BSD 3-Clause "New" or "Revised" License
699 stars 256 forks source link

Trying out TCP/IP stack #37

Open jirheee opened 2 months ago

jirheee commented 2 months ago

Hello, I want to try out this project for my research project.

I want to run some TCP/IP stack benchmark on my vcu118 board, but it seems like there are multiple repos that contain TCP/IP stacks in https://github.com/fpgasystems/(Coyote, Vitis_with_100Gbps_TCP-IP, this repo, and etc), and I am quite confused which one is usable and which one is not.

Can you recommend the right repository to start with, if I want to run perf_tcp or repoduce numbers from Vitis_100Gbps_TCP_benchmark?