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

Manfred Spraul (manfred@colorfullife.com)
Sat, 29 Dec 2001 12:14:46 +0100


> my major problem is test cases and getting the picture behind these
> structures.

Check skb_copy_and_csum_dev, used by the 8139too and via-rhine
network drivers: that's a software-only implementation of the NETIF_F_
flags.

Note that the kernel never uses scatter-gather without hardware
checksumming: concurrent sendfile()+write() would create packets
with invalid checksums.

--
    Manfred

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