From: Tushar Dave Date: Fri, 14 Sep 2012 02:21:37 +0000 (+0000) Subject: e1000e: Minimum packet size must be 17 bytes X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~577^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e97c170db3878695cb48b5021fffe442ec0aeb0;p=pandora-kernel.git e1000e: Minimum packet size must be 17 bytes This is a HW requirement. Although a buffer as short as 1 byte is allowed, the total length of packet before, padding and CRC insertion, must be at least 17 bytes. So pad all small packets manually up to 17 bytes before delivering them to HW. Signed-off-by: Tushar Dave Tested-by: Jeff Pieper Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed