LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   ETH offloading : scatter gather (https://www.linuxquestions.org/questions/linux-networking-3/eth-offloading-scatter-gather-666838/)

rotemaviv 09-01-2008 08:16 AM

ETH offloading : scatter gather
 
Hi,

I'd be happy to understand the difference between NETIF_F_SG and NETIF_F_FRAGLIST, and how each of these features is being used.

thanks,
Rotem.

unSpawn 09-06-2008 02:46 AM

Hello and welcome to LQ.

You did not describe something you explored yourself that we could discuss and you have not asked a specific question that could be used to point you to something specific. So I'd suggest finding a copy of "Linux Device Drivers" by Corbet, Kroah-Hartman and Rubini. See chapter 17: Network drivers and 17.3 for net_device. Else if you use your favourite searchengine with the words NETIF_F_SG and NETIF_F_FRAGLIST you'll find some discussions or else check the kernel source for netdevice.h which should hold NETIF_.* feature masks and start from there.

rotemaviv 09-11-2008 07:05 AM

Thanks for the reference.


All times are GMT -5. The time now is 03:15 PM.