Re: NETIF_F_SG question

From: Joakim Tjernlund (Joakim.Tjernlund@lumentis.se)
Date: Mon Feb 03 2003 - 17:44:00 EST


> On Mon, 3 Feb 2003, Joakim Tjernlund wrote:
>
> > > You get zerocopy, yes. :-) No HW cksum, no zerocopy.
> >
> > OK, but it should be easy to remove HW cksum as a condition to do zerocopy?
>
> Nope. You're looking at this the wrong way: the goal is not zero copy, but
> zero data access by CPU. Once you realize that, it's clear that SG alone
> is no good.
>
> This is not necessarily the only approach, but it is the current approach
> in the Linux IPv4 stack. It's not worth the effort to re-engineer the code
> in order to support the fast-disappearing hardware which supports SG but
> not cksums.

Agreed.
>
> > zerocopy without requiring HW cksums only OR could for instance the forwarding
> > procdure also benefit from SG without requiring HW cksums?
>
> The forwarding procedure is already dealing with linear buffers because
> 99.99% of the network cards on the market receive packets into one linear
> buffer. So again SG is useless for that.

I see, thanks for your patience with me.

  Joakim
>
> Ion

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Feb 07 2003 - 22:00:13 EST