fpgasystems / fpga-network-stack

Scalable Network Stack for FPGAs (TCP/IP, RoCEv2)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade to 100G TCP/IP

Oxygen-Chu opened this issue · comments

If possible, how about trying to upgrade the project to support 100G Ethernet MAC?
I can ask my friend to make two PCB with XCZU19EG (built-in 100G Ethernet MAC hard IP). and let's make it fun.
oxygen_chu@163.com
:- )

Hi @Oxygen-Chu,

I updated the code. The new code base supports a variable data path from 8bytes to 64bytes. This supports bandwidth of 10-100G.
Additionally to TCP, we now also support RoCEv2

Example projects for different boards can be found at https://github.com/fpgasystems/davos

WOW~
That's really a talented work, and thank you :- )
I'll have a try to play with this.