jwbensley/Etherate

MTU test frame count

jwbensley opened this issue · 1 comments

When running the MTU test, as soon as the first frame is received at the final/maximum size on the Rx side it stops, so the test so received frames on Rx is always 2 less than Tx frame count on TX host;

Tx:

Test frames transmitted: 33
Test frames received: 33

Rx:

Test frames transmitted: 33
Test frames received: 31

This is fixed in V1.15. Documentation updated.