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
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
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
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
@@