Re: [PATCH v2 03/13] net: slirp: Pad short frames to minimum size before send

2021-03-15 Thread Jason Wang
在 2021/3/15 下午3:57, Bin Meng 写道: The minimum Ethernet frame length is 60 bytes. For short frames with smaller length like ARP packets (only 42 bytes), on a real world NIC it can choose either padding its length to the minimum required 60 bytes, or sending it out directly to the wire. Such

[PATCH v2 03/13] net: slirp: Pad short frames to minimum size before send

2021-03-15 Thread Bin Meng
The minimum Ethernet frame length is 60 bytes. For short frames with smaller length like ARP packets (only 42 bytes), on a real world NIC it can choose either padding its length to the minimum required 60 bytes, or sending it out directly to the wire. Such behavior can be hardcoded or controled by