Tristan Laan
Tristan Laan
Interesting. I've seen this before when testing the segmentation in hardware, but I assumed this was because of a problem in the [segmentation implementation](https://github.com/Xilinx/ACCL/blob/36eebbb68bc53053e9b9e607baba0db34d35c447/kernels/cclo/fw/sw_apps/ccl_offload_control/src/ccl_offload_control.c#L543).
Actually looking further into it, I'm pretty sure this is caused by the segmentation implementation. In the current dev branch the maximum segment size is not set to the rxbufsize,...
I have been able to replicate this bug on our infrastructure with the following settings: `bin/test -d -u -f -x ${XCLBIN_UDP} -b 1024 -s 131072 --rsfec -n 2000` I have...