[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20100423.132801.192648533.davem@davemloft.net>
Date: Fri, 23 Apr 2010 13:28:01 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: therbert@...gle.com
Cc: eric.dumazet@...il.com, netdev@...r.kernel.org
Subject: Re: [PATCH] NIU support for skb->rxhash
From: Tom Herbert <therbert@...gle.com>
Date: Fri, 23 Apr 2010 08:32:02 -0700
>> I looked into implementing this and it doesn't work. The
>> problem is GRO want's to look into the packet very early
>> and we want to batch GRO a set of packets into a big packet
>> before shooting them over to a remote cpu.
>>
>
> Can you reconsider? :-) The majority of our servers see packet loads
> which don't allow for much batching (a lot of small RPC messages), so
> for those GRO is mostly unnecessary overhead and mechanisms that
> improve unbatched packet performance are compelling. Also, if a
> device already does LRO, I don't see that GRO could add a lot of value
> anyway.
LRO is extremely discouraged, because it has to be disabled
when any form of forwarding or bridging is enabled. LRO is
done such that the input packet stream cannot be reconstituted
on transmit.
GRO on the other hand, allows proper reconstitution of the input
packet stream so it can be enabled unconditionally.
We are encouraging hardware manufacturers to tweak their receive
batching offload such that it matches the rules imposed by GRO
which allow proper reconsitution on transmit.
The fact is the code patch is there and it is going to be enabled all
the time, so we have to cope with it.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists