Thanks!
My objective is to minimise changes with respect to the current
LRO base (the e1000e was an exception, it was the only hardware
I had :)
Therefore this patch is simply trying to replace LRO with GRO
letter by letter, so to speak. In this case, it's preserving
the semantics of the Kconfig option, i.e., if LRO was off before,
then GRO will be off too (although it can now be enabled using
ethtool without recompiling).
No I left in the netif_receive_skb but replaced the lro calls by
the corresponding gro calls. Again the point is to replace LRO
exactly as it is.
Later on we can make further changes.
Cheers,
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html