Searched hist:b0d9ffcd0251161c7c92f94804dcf599dfa3edeb (Results 1 – 1 of 1) sorted by relevance
/qemu/hw/net/ |
H A D | e1000.c | b0d9ffcd0251161c7c92f94804dcf599dfa3edeb Mon Dec 03 04:11:22 UTC 2012 Michael Contreras <michael@inetric.com> e1000: Discard packets that are too long if !SBP and !LPE
The e1000_receive function for the e1000 needs to discard packets longer than 1522 bytes if the SBP and LPE flags are disabled. The linux driver assumes this behavior and allocates memory based on this assumption.
Signed-off-by: Michael Contreras <michael@inetric.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
|