[E1000-devel] [PATCH 00/49] Use vzalloc not vmalloc/kmemset

2010-11-05 Thread Joe Perches
Converted vmalloc/memset and vmalloc_node/memset to vzalloc or vzalloc_node using a cocci script and some editing Reduces text a little bit. Compiled x86 only. There are still vmalloc_32 with memset calls still around. Broken out to multiple patches to cc appropriate maintainers. Joe Perches (

Re: [E1000-devel] [PATCH 26/49] drivers/net/ixgbevf: Use vzalloc

2010-11-05 Thread Rose, Gregory V
> -Original Message- > From: Joe Perches [mailto:j...@perches.com] > Sent: Thursday, November 04, 2010 8:08 PM > To: Jiri Kosina > Cc: Kirsher, Jeffrey T; Brandeburg, Jesse; Allan, Bruce W; Wyborny, > Carolyn; Skidmore, Donald C; Rose, Gregory V; Waskiewicz Jr, Peter P; > Duyck, Alexander H

Re: [E1000-devel] [PATCH 23/49] drivers/net/igbvf: Use vzalloc

2010-11-05 Thread Rose, Gregory V
> -Original Message- > From: Joe Perches [mailto:j...@perches.com] > Sent: Thursday, November 04, 2010 8:08 PM > To: Jiri Kosina > Cc: Kirsher, Jeffrey T; Brandeburg, Jesse; Allan, Bruce W; Wyborny, > Carolyn; Skidmore, Donald C; Rose, Gregory V; Waskiewicz Jr, Peter P; > Duyck, Alexander H

Re: [E1000-devel] Linux driver for Dell OptiPlex GX270?

2010-11-05 Thread Ronciak, John
Brandon, If the driver is loaded in the system then you already have the right driver. You can check this using the command 'lsmod' to see if the driver is loaded. If it is then you are having some other problem. Please look in /var/log/messages to see if there are any error messages being p