Forum Discussion
JET60200
Contributor
5 years agohow can Arria10 10GE MAC send the long packet ?
hello, we rae using Ariia10 LL10GE MAC IP, and we need send a long packet with length of "17536 bytes".
to my understading, 10GE MAC can only send 1500 bytes as longest by default, so how to conf...
Deshi_Intel
Regular Contributor
5 years agoHi,
Sorry, I take back my words.
I cross check with Ethernet frame spec as in IEEE 802.3.
- https://en.wikipedia.org/wiki/Ethernet_frame
- 1500 indeed is already max payload size.
- So, you can't set something bigger than it. You just need to transfer multiple times if you have more data transfer.
Thanks.
Regards,
dlim
- JET602005 years ago
Contributor
hi @Deshi_Intel ,
you said "1500 is the max frame length" for 10GE, right ? but I see in some document, MTU=9600 is also supported by intel A10 FPGA, how could it reach that (I mean MTU=9600 bytes ) ?
Pls double check from your intel inside. Thanks