[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20081215.234032.141150303.davem@davemloft.net>
Date: Mon, 15 Dec 2008 23:40:32 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: herbert@...dor.apana.org.au
Cc: netdev@...r.kernel.org, johnpol@....mipt.ru,
bhutchings@...arflare.com
Subject: Re: [PATCH 3/8] net: Add Generic Receive Offload infrastructure
From: Herbert Xu <herbert@...dor.apana.org.au>
Date: Sat, 13 Dec 2008 12:35:21 +1100
> net: Add Generic Receive Offload infrastructure
...
> Signed-off-by: Herbert Xu <herbert@...dor.apana.org.au>
Applied, although there were some merge issues to deal with
wrt. Neil's netpoll race fix. That wasn't too bad.
Also:
> +int napi_gro_receive(struct napi_struct *napi, struct sk_buff *skb)
> +{
> + struct sk_buff **pp;
I made this 'pp' variable get initialized to NULL because
gcc is stupid and thinks this might get used uninitialized.
--
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