fpga-network-stack
fpga-network-stack copied to clipboard
Scalable Network Stack for FPGAs (TCP/IP, RoCEv2)
I have 10G/25G Ethernet Subsytem 3.1 which is integrated with bit older version of toe. I would like to know if this MAC IP would work with this toe/earlier version...
Toe's tests(toe_tb) and implementations are mismatched and do not seem to be implemented completely, especially in the case of mode1 and mode 2. When testing the RX side, the test...
Updated the tcl project script for the VC709 board to be compatible with Vivado version 2018.3. As one of the IP's had changed some minor changes were made to the...
Hi Dsidler, I use the code you have provided to create a project for a test on board vcu118 . After download the bit , the Ehernet was linked up...
Hi, The scripts folder have been deleted and the starting guide suggests to run the make_tcp_ip script. But this file does not exists anymore since the June commit. I would...
I would like to know if this design can be targeted on Alveo u50 xilinx_u50_gen3x16_xdma_5_202210_1 platform?
Your fields mask for the computation of the ICRC is wrong. I believe that the ICRC masked fields [these](https://github.com/fpgasystems/fpga-network-stack/blob/master/hls/rocev2/rocev2.cpp#L184-L196) are related to the RoCEv1 specification [1]. In fact here we...
**Bug situation**: In my test, the APP established multiple connections through the TCP interface. When retransmission and address loopback occur, the retransmission data is abnormal. **Expected behavior**: When retransmission and...
Does anyone know how to change the IP address? How to get the TCP port number.
How to use RoCEv2? Could you please give an example? Thank you.