Re: [PATCH 2.6.18 3/6] bnx2: Use CPU native page size

2006-06-13 Thread David Miller
From: "Michael Chan" <[EMAIL PROTECTED]> Date: Tue, 13 Jun 2006 11:19:42 -0700 > Use CPU native page size to determine various ring sizes. This allows > order-0 memory allocations on all systems. > > Added check to limit the page size to 16K since that's the maximum rx > ring size that will be us

Re: [PATCH 2.6.18 3/6] bnx2: Use CPU native page size

2006-06-13 Thread Michael Chan
On Mon, 2006-06-12 at 22:20 -0700, David Miller wrote: > From: "Michael Chan" <[EMAIL PROTECTED]> > Date: Mon, 12 Jun 2006 17:17:13 -0700 > > > Use CPU native page size to determine various ring sizes. This allows > > order-0 memory allocations on all systems. > > > > Signed-off-by: Michael Chan

Re: [PATCH 2.6.18 3/6] bnx2: Use CPU native page size

2006-06-12 Thread David Miller
From: "Michael Chan" <[EMAIL PROTECTED]> Date: Mon, 12 Jun 2006 17:17:13 -0700 > Use CPU native page size to determine various ring sizes. This allows > order-0 memory allocations on all systems. > > Signed-off-by: Michael Chan <[EMAIL PROTECTED]> Are you sure you want to do this when the base p

[PATCH 2.6.18 3/6] bnx2: Use CPU native page size

2006-06-12 Thread Michael Chan
Use CPU native page size to determine various ring sizes. This allows order-0 memory allocations on all systems. Signed-off-by: Michael Chan <[EMAIL PROTECTED]> diff --git a/drivers/net/bnx2.c b/drivers/net/bnx2.c index 49c09da..7a3d888 100644 --- a/drivers/net/bnx2.c +++ b/drivers/net/bnx2.c @@