In message <[EMAIL PROTECTED]>,"Michael S. Tsirkin" writes:
>        if ((dev->features & NETIF_F_SG) &&
>            !(dev->features & NETIF_F_ALL_CSUM)) {
>                printk(KERN_NOTICE "%s: Dropping NETIF_F_SG since no checksum 
>feature.\n",
>                       dev->name);
>                dev->features &= ~NETIF_F_SG;
>        }
>
>we can work around this code in OFED, but I think it would
>make sense to first have a discussion on netdev and lkml list about why is
>this code there in the first place.

as i recall, preferred software combined copy and checksum routine doesnt
typically handle scatter/gather.
_______________________________________________
general mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to