From: Sebastian Andrzej Siewior Date: Fri, 11 May 2012 16:30:46 +0000 (+0000) Subject: e1000: look in the page and not in skb->data for the last byte X-Git-Tag: v3.5-rc1~109^2~11^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3060858c207d944194a30478d30d3e1822e23f3;p=pandora-kernel.git e1000: look in the page and not in skb->data for the last byte The code seems to want to look at the last byte where the HW puts some information. Since the skb->data area is never seen by the HW I guess it does not work as expected. We pass the page address to the HW so I *think* in order to get to the last byte where the information might be one should use the page buffer and take a look. This is of course not more than just compile tested. Signed-off-by: Sebastian Andrzej Siewior Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed