commit | b0d9ffcd0251161c7c92f94804dcf599dfa3edeb | [log] [tgz] |
---|---|---|
author | Michael Contreras <michael@inetric.com> | Sun Dec 02 20:11:22 2012 -0800 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Mon Dec 03 08:14:10 2012 -0600 |
tree | 6081c6f2c86125234555973f643fce06a932f127 | |
parent | 01bbd8bf2caced5cb07939669f58d3a7bcc78092 [diff] |
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>