Re: [PATCH] gianfar:don't add FCB length to hard_header_len

2012-05-24 Thread Jan Ceuleers
On 05/22/2012 09:18 PM, David Miller wrote: > From: Jiajun Wu > Date: Tue, 22 May 2012 17:00:48 +0800 > >> FCB(Frame Control Block) isn't the part of netdev hard header. >> Add FCB to hard_header_len will make GRO fail at MAC comparision stage. >> >> Signed-off-by: Jiajun Wu > > Applied, thanks

Re: [PATCH] gianfar:don't add FCB length to hard_header_len

2012-05-24 Thread Jan Ceuleers
On 05/24/2012 06:16 PM, Joe Perches wrote: > On Thu, 2012-05-24 at 17:04 +0200, Jan Ceuleers wrote: >> On 05/22/2012 09:18 PM, David Miller wrote: >>> Someone needs to go through this driver when net-next opens up >>> and fix all of the indentation in this driver.