Re: [RFC PATCH v3 00/10] net: Handle short frames for SLiRP/TAP interfaces

2021-03-07 Thread Bin Meng
On Thu, Mar 4, 2021 at 3:12 AM Philippe Mathieu-Daudé wrote: > > This is Bin's series but using iovec structure in 1st patch > for zero copy. > > Bin's cover: > > The minimum Ethernet frame length is 60 bytes. For short frames with > smaller length like ARP packets (only 42 bytes), on a real world

[RFC PATCH v3 00/10] net: Handle short frames for SLiRP/TAP interfaces

2021-03-03 Thread Philippe Mathieu-Daudé
This is Bin's series but using iovec structure in 1st patch for zero copy. Bin's cover: 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 byte