Re: NETIF_F_(SG|FRAGLIST|HIGHDMA) docs anywhere?

kuznet@ms2.inr.ac.ru
Sat, 29 Dec 2001 22:16:21 +0300 (MSK)


Hello!

> so i guess supporting at least scatter/gather
> should give some performance improvements in order to get rid of
> skb_linearize() on xmit?

I beg pardon but before strating to fight problems, it is necessary
to force kernel to prepare something different of linear skbs. :-)

What's about checksumming? Do you plan to ignore it?

> since transmission is done completely by the
> local cpu, all of F_SG/FRAGLIST/HIGHDMA look relatively easy to
> implemement to me.=20

I see no connection between "cpu locality" and frgamtn hadling at all.

> frag_list seems to be the list involved with keeping track of ip
> fragmentation. so dev->hard_start_xmit() with frag_list set would only
> happen on routers or when??

In stock kernels: _never_. Packets are not defragmented by routers,
and netfilter linearizes everything in any case.

Anyway, if the driver is able to provide some facility, why not to do this?

> when is nr_frags>0? i've found some postings indicating sendfile(2) will
> benefit here. is this the only case?

Yes.

Which means that the task is not so sexy. :-)

Alexey
-
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/