Re: [PATCH 3/8] net: Add Generic Receive Offload infrastructure

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Herbert Xu
Date: Friday, December 12, 2008 - 3:56 pm

On Fri, Dec 12, 2008 at 10:25:24PM +0000, Ben Hutchings wrote:

Because when it's used on held skb's it indicates whether the new
skb can be of the same flow or not.


Yes the idea is to look at the VLAN+Ethernet header in future.


Yes it is necessary.  Only the one with flushing != 0 and is of the
same flow as the new skb will be removed.


This is something which I will look at in future.  The top priority
right now is to get bridging to work with GRO.


It should be.  However, if your driver is buggy and forgets to
call napi_complete (or calls __napi_complete without napi_gro_flush)
then we'll need this.

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
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 4/8] ipv4: Add GRO infrastructure, Herbert Xu, (Thu Dec 11, 10:31 pm)
Re: [PATCH 3/8] net: Add Generic Receive Offload infrastru ..., Evgeniy Polyakov, (Fri Dec 12, 12:51 pm)
Re: [PATCH 4/8] ipv4: Add GRO infrastructure, Ben Hutchings, (Fri Dec 12, 3:55 pm)
Re: [PATCH 3/8] net: Add Generic Receive Offload infrastru ..., Herbert Xu, (Fri Dec 12, 3:56 pm)
Re: [PATCH 4/8] ipv4: Add GRO infrastructure, Herbert Xu, (Fri Dec 12, 4:04 pm)