Re: [PATCH RFC] gianfar: Do not call skb recycling with disabled IRQs

2009-11-09 Thread Anton Vorontsov
On Sun, Nov 08, 2009 at 01:08:48AM -0800, David Miller wrote: > From: Anton Vorontsov > Date: Thu, 5 Nov 2009 19:57:38 +0300 > > > But that basically means that with skb recycling we can't safely > > use KGDBoE, though we can add something like this: > > Please stop adding special logic only to

Re: [PATCH RFC] gianfar: Do not call skb recycling with disabled IRQs

2009-11-08 Thread David Miller
From: Anton Vorontsov Date: Thu, 5 Nov 2009 19:57:38 +0300 > But that basically means that with skb recycling we can't safely > use KGDBoE, though we can add something like this: Please stop adding special logic only to your driver to handle these things. Either it's a non-issue, or it's going