[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <491BBFDA.9000303@cosmosbay.com>
Date: Thu, 13 Nov 2008 06:49:14 +0100
From: Eric Dumazet <dada1@...mosbay.com>
To: Michael Chan <mchan@...adcom.com>
CC: davem@...emloft.net, netdev@...r.kernel.org,
Matt Carlson <mcarlson@...adcom.com>,
Benjamin Li <benli@...adcom.com>
Subject: [PATCH] bnx2: bnx2_alloc_rx_mem() should use kmalloc() for small
allocations
Hi all
# grep bnx2 /proc/vmallocinfo
0xf8218000-0xf821a000 8192 bnx2_alloc_rx_mem+0x33/0x310 pages=1 vmalloc
0xf821b000-0xf821d000 8192 bnx2_alloc_rx_mem+0x33/0x310 pages=1 vmalloc
0xf8220000-0xf8234000 81920 bnx2_init_board+0x104/0xae0 phys=f6000000 ioremap
0xf8240000-0xf8254000 81920 bnx2_init_board+0x104/0xae0 phys=fa000000 ioremap
Any chance bnx2_alloc_rx_mem doesnt use vmalloc() to allocate less than a page of memory ?
Thank you
[PATCH] bnx2: bnx2_alloc_rx_mem() should use kmalloc() for small allocations
Add two helper functions to allocate and free memory, using kzalloc() or vmalloc()
depending of the size of the allocation
Signed-off-by: Eric Dumazet <dada1@...mosbay.com>
---
drivers/net/bnx2.c | 36 +++++++++++++++++++++++++-----------
1 files changed, 25 insertions(+), 11 deletions(-)
View attachment "bnx2.patch" of type "text/plain" (2039 bytes)
Powered by blists - more mailing lists