Re: [PATCH 2/4] net: use numa_node in net_devcice->dev instead of parent

2007-07-04 Thread Yinghai Lu
On 7/4/07, David Miller <[EMAIL PROTECTED]> wrote: From: Christoph Hellwig <[EMAIL PROTECTED]> Date: Wed, 4 Jul 2007 09:51:20 +0100 > On Tue, Jul 03, 2007 at 05:30:51PM -0700, Yinghai Lu wrote: > > [PATCH 2/4] net: use numa_node in net_devcice->dev instead of pare

Re: [PATCH 2/4] net: use numa_node in net_devcice->dev instead of parent

2007-07-04 Thread Stefan Richter
David Miller wrote: > From: Christoph Hellwig <[EMAIL PROTECTED]> > Date: Wed, 4 Jul 2007 09:51:20 +0100 > >> On Tue, Jul 03, 2007 at 05:30:51PM -0700, Yinghai Lu wrote: ... >> > struct sk_buff *__netdev_alloc_skb(struct net_device *dev, >> >unsigned int length, gfp_t gfp_mask) >> >

Re: [PATCH 2/4] net: use numa_node in net_devcice->dev instead of parent

2007-07-04 Thread David Miller
From: Christoph Hellwig <[EMAIL PROTECTED]> Date: Wed, 4 Jul 2007 09:51:20 +0100 > On Tue, Jul 03, 2007 at 05:30:51PM -0700, Yinghai Lu wrote: > > [PATCH 2/4] net: use numa_node in net_devcice->dev instead of parent > > > > Signed-off-by: Yinghai Lu <[EMAIL PROT

Re: [PATCH 2/4] net: use numa_node in net_devcice->dev instead of parent

2007-07-04 Thread Christoph Hellwig
On Tue, Jul 03, 2007 at 05:30:51PM -0700, Yinghai Lu wrote: > [PATCH 2/4] net: use numa_node in net_devcice->dev instead of parent > > Signed-off-by: Yinghai Lu <[EMAIL PROTECTED]> > diff --git a/net/core/skbuff.c b/net/core/skbuff.c > index 27cfe5f..005cc1c 100644 &

[PATCH 2/4] net: use numa_node in net_devcice->dev instead of parent

2007-07-03 Thread Yinghai Lu
[PATCH 2/4] net: use numa_node in net_devcice->dev instead of parent Signed-off-by: Yinghai Lu <[EMAIL PROTECTED]> diff --git a/net/core/skbuff.c b/net/core/skbuff.c index 27cfe5f..005cc1c 100644 --- a/net/core/skbuff.c +++ b/net/core/skbuff.c @@ -217,7 +217,7 @@ nodata: struc