From: Richard Cochran Date: Sat, 6 Aug 2011 21:03:04 +0000 (+0000) Subject: dp83640: increase receive time stamp buffer size X-Git-Tag: v3.1-rc2~19^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8028837d71ba9904b17281b40f94b93e947fbe38;p=pandora-kernel.git dp83640: increase receive time stamp buffer size The dp83640 buffers receive time stamps from special PHY status frames, matching them to received PTP packets in a work queue. Because the timeout for orphaned time stamps is so long and the buffer is so small, the driver can drop time stamps under moderate PTP traffic. This commit fixes the issue by decreasing the timeout to (at least) one timer tick and increasing the buffer size. Signed-off-by: Richard Cochran Cc: Signed-off-by: David S. Miller --- Reading git-diff-tree failed