From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH 2.6.11 6/8] tg3: Fix jumbo frames phy settings Date: Tue, 22 Mar 2005 15:58:44 -0500 Message-ID: <42408704.2030800@pobox.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: "David S. Miller" , netdev@oss.sgi.com To: Michael Chan In-Reply-To: Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com List-Id: netdev.vger.kernel.org Michael Chan wrote: > Fix jumbo frame settings on all copper phys that support jumbo frames by > setting the fifo elasticity bit. This setting is for the phy's tx fifo to > properly handle jumbo frames. Note that a similar jumbo frame fix for the > phy's rx fifo was made to tg3 in the past. > > Signed-off-by: Michael Chan