From mboxrd@z Thu Jan 1 00:00:00 1970 From: Francois Romieu Subject: Re: [PATCH 2/2] forcedeth: scatter gather and segmentation offload support Date: Tue, 25 Oct 2005 23:59:33 +0200 Message-ID: <20051025215932.GA17794@electric-eye.fr.zoreil.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Stephen Hemminger , Jeff Garzik , Manfred Spraul , Netdev Return-path: To: Ayaz Abdulla Content-Disposition: inline In-Reply-To: Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com List-Id: netdev.vger.kernel.org Ayaz Abdulla : > We give the fragments in that order to ensure they are all setup before > hardware starts looking at them. If you are curious of different ways to do it, you can look at: - drivers/net/r8169.c::rtl8169_start_xmit - drivers/net/skge.c::skge_xmit_frame drivers/net/bnx2.c::bnx2_start_xmit seems bogus. -- Ueimor